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-02-23T23:27:41.692Z||main|||||INFO|500||The following profiles are active: basic
2023-02-23T23:27:57.249Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-23T23:27:57.249Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-23T23:27:57.398Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-23T23:28:03.061Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-23T23:28:03.546Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-23T23:28:04.183Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-23T23:28:04.436Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-23T23:28:05.104Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-23T23:28:07.304Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-23T23:28:08.172Z||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-02-23T23:28:11.538Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-23T23:28:11.670Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-23T23:28:11.698Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-23T23:28:11.712Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-23T23:28:12.526Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-23T23:28:12.974Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-23T23:28:14.368Z||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-02-23T23:28:15.101Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-02-23T23:28:15.102Z||main|||||ERROR|500||(conn=1201) Table 'catalogdb.activity_spec' doesn't exist
2023-02-23T23:28:15.118Z||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-02-23T23:28:18.619Z||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-02-23T23:28:22.265Z||main|||||WARN|500||---
2023-02-23T23:28:22.265Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-23T23:28:22.266Z||main|||||WARN|500||---
2023-02-23T23:28:22.737Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-23T23:28:29.982Z||main|||||INFO|500||Started Application in 52.485 seconds (JVM running for 55.309)
2023-02-23T23:28:30.014Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-23T23:28:30.021Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-23T23:28:30.042Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-23T23:28:30.118Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= b3139b25-0d47-40fc-8679-62beaae56677 url= /sdc/v1/artifactTypes
2023-02-23T23:28:30.126Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-23T23:28:30.332Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-23T23:28:30.418Z||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-02-23T23:28:30.418Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-02-23T23:28:30.419Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= c79e2d4a-a528-4f17-9d3d-850dec5d8ebc url= /sdc/v1/distributionKafkaData
2023-02-23T23:28:30.419Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-02-23T23:28:30.461Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-23T23:28:30.472Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@5001fa33
2023-02-23T23:28:30.563Z||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-64498458-22ea-4863-afe2-6ef8ea67c529
	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-02-23T23:28:30.624Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529] Instantiated an idempotent producer.
2023-02-23T23:28:30.765Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-02-23T23:28:30.834Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-23T23:28:30.834Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-23T23:28:30.835Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1677194910830
2023-02-23T23:28:30.840Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-23T23:28:30.866Z||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-c1a7b177-b311-453d-a810-c7332ae4771f
	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-02-23T23:28:30.966Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-23T23:28:30.966Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-23T23:28:30.967Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1677194910966
2023-02-23T23:28:30.968Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:28:30.971Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:28:30.972Z||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-78353a35-0dca-4bd5-9ae0-199bc0b0ce47
	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-02-23T23:28:30.990Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-23T23:28:30.991Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-23T23:28:30.991Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1677194910990
2023-02-23T23:28:30.992Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:28:30.995Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:28:31.003Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-23T23:28:31.948Z||kafka-producer-network-thread | SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529] Cluster ID: as9kpY8DRBCPzwjCUKS5CA
2023-02-23T23:28:31.949Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, 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 Kt0cASvcQLir3lFxesFLSQ
2023-02-23T23:28:31.949Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, 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 Kt0cASvcQLir3lFxesFLSQ
2023-02-23T23:28:31.950Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, 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 Kt0cASvcQLir3lFxesFLSQ
2023-02-23T23:28:31.950Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, 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 Kt0cASvcQLir3lFxesFLSQ
2023-02-23T23:28:31.950Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, 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 Kt0cASvcQLir3lFxesFLSQ
2023-02-23T23:28:31.950Z||kafka-producer-network-thread | SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529] ProducerId set to 4 with epoch 0
2023-02-23T23:28:31.951Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, 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 Kt0cASvcQLir3lFxesFLSQ
2023-02-23T23:28:31.952Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, 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 CkExhlPGSGqIUGzilpXvzw
2023-02-23T23:28:31.953Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, 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 CkExhlPGSGqIUGzilpXvzw
2023-02-23T23:28:31.953Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, 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 CkExhlPGSGqIUGzilpXvzw
2023-02-23T23:28:31.953Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, 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 CkExhlPGSGqIUGzilpXvzw
2023-02-23T23:28:31.954Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, 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 CkExhlPGSGqIUGzilpXvzw
2023-02-23T23:28:31.954Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, 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 CkExhlPGSGqIUGzilpXvzw
2023-02-23T23:28:31.954Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, groupId=so] Cluster ID: as9kpY8DRBCPzwjCUKS5CA
2023-02-23T23:28:31.955Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, groupId=so] Cluster ID: as9kpY8DRBCPzwjCUKS5CA
2023-02-23T23:28:31.956Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-02-23T23:28:31.956Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-02-23T23:28:31.978Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, groupId=so] (Re-)joining group
2023-02-23T23:28:31.980Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, groupId=so] (Re-)joining group
2023-02-23T23:28:32.049Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47-01b6c0a7-6dfe-47ea-9393-2de84f66eacc
2023-02-23T23:28:32.050Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f-ac12c269-085a-4466-8c3b-10a1dbf44ef9
2023-02-23T23:28:32.050Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, 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-02-23T23:28:32.050Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, 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-02-23T23:28:32.050Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, groupId=so] (Re-)joining group
2023-02-23T23:28:32.051Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, groupId=so] (Re-)joining group
2023-02-23T23:28:38.059Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47-01b6c0a7-6dfe-47ea-9393-2de84f66eacc', protocol='range'}
2023-02-23T23:28:38.059Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f-ac12c269-085a-4466-8c3b-10a1dbf44ef9', protocol='range'}
2023-02-23T23:28:38.128Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, 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 CkExhlPGSGqIUGzilpXvzw
2023-02-23T23:28:38.129Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, 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 CkExhlPGSGqIUGzilpXvzw
2023-02-23T23:28:38.129Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, 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 CkExhlPGSGqIUGzilpXvzw
2023-02-23T23:28:38.129Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, 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 CkExhlPGSGqIUGzilpXvzw
2023-02-23T23:28:38.129Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, 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 CkExhlPGSGqIUGzilpXvzw
2023-02-23T23:28:38.130Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, 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 CkExhlPGSGqIUGzilpXvzw
2023-02-23T23:28:38.136Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47-01b6c0a7-6dfe-47ea-9393-2de84f66eacc=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-c1a7b177-b311-453d-a810-c7332ae4771f-ac12c269-085a-4466-8c3b-10a1dbf44ef9=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-02-23T23:28:38.154Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47-01b6c0a7-6dfe-47ea-9393-2de84f66eacc', protocol='range'}
2023-02-23T23:28:38.155Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f-ac12c269-085a-4466-8c3b-10a1dbf44ef9', protocol='range'}
2023-02-23T23:28:38.156Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, 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-02-23T23:28:38.156Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-02-23T23:28:38.162Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-23T23:28:38.162Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, 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-02-23T23:28:38.179Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-23T23:28:38.179Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-23T23:28:38.179Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-02-23T23:28:38.180Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-02-23T23:28:38.180Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-02-23T23:28:38.180Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-02-23T23:28:38.180Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-02-23T23:28:38.180Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-02-23T23:28:38.180Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-02-23T23:28:38.180Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-02-23T23:28:38.181Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-02-23T23:28:38.181Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-02-23T23:28:38.217Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, 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-02-23T23:28:38.218Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, 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-02-23T23:28:38.273Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-23T23:28:38.274Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-23T23:28:38.278Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-23T23:28:38.279Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-23T23:28:38.280Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-23T23:28:38.281Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-23T23:28:38.282Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, 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-02-23T23:28:38.283Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, 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-02-23T23:28:38.285Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, 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-02-23T23:28:38.286Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, 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-02-23T23:29:30.981Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:29:30.996Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:30:30.984Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:30:30.998Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:31:30.986Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:31:31.000Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:32:30.988Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:32:31.002Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:33:30.989Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:33:31.004Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:34:30.991Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:34:31.006Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:35:31.003Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:35:31.006Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:36:31.003Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:36:31.007Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:37:31.005Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:37:31.008Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:37:32.194Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-78353a35-0dca-4bd5-9ae0-199bc0b0ce47, groupId=so] Node -1 disconnected.
2023-02-23T23:37:32.194Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c1a7b177-b311-453d-a810-c7332ae4771f, groupId=so] Node -1 disconnected.
2023-02-23T23:37:32.242Z||kafka-producer-network-thread | SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529] Node -1 disconnected.
2023-02-23T23:38:17.885Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-23T23:38:31.006Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:38:31.008Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:39:31.007Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:39:31.010Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:40:31.008Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:40:31.015Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:41:31.011Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:41:31.017Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:42:31.013Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:42:31.017Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:43:31.013Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:43:31.019Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:44:31.015Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:44:31.020Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:45:31.017Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:45:31.021Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:46:31.020Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:46:31.024Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:47:31.022Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:47:31.035Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:48:31.023Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:48:31.036Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:49:31.024Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:49:31.038Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:50:31.026Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:50:31.039Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:51:31.028Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:51:31.039Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:52:31.030Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:52:31.041Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:53:31.030Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:53:31.042Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:54:31.032Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:54:31.042Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:55:31.034Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:55:31.043Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:56:31.036Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:56:31.044Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:57:31.037Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:57:31.045Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:58:31.038Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:58:31.046Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-23T23:59:31.039Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-23T23:59:31.047Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:00:31.040Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:00:31.048Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:01:31.043Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:01:31.050Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:02:31.046Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:02:31.051Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:03:31.048Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:03:31.052Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:04:31.050Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:04:31.053Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:05:31.051Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:05:31.054Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:06:31.052Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:06:31.055Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:07:31.052Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:07:31.056Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:08:31.054Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:08:31.057Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:09:31.056Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:09:31.058Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:10:31.057Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:10:31.059Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:11:31.061Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:11:31.060Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:12:31.062Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:12:31.063Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:13:31.064Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:13:31.065Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:14:31.065Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:14:31.066Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:15:31.067Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:15:31.067Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:16:31.068Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:16:31.068Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:17:31.069Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:17:31.070Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:18:31.070Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:18:31.070Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:19:31.072Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:19:31.072Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:20:31.073Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:20:31.073Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:21:31.074Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:21:31.074Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:22:31.076Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:22:31.076Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:23:31.078Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:23:31.078Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:24:31.079Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:24:31.079Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:25:31.081Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:25:31.080Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:26:31.082Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:26:31.081Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:27:31.083Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:27:31.082Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:28:31.084Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:28:31.084Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:29:31.085Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:29:31.086Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:30:31.087Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:30:31.087Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:31:31.087Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:31:31.090Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:32:31.092Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:32:31.089Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:33:31.092Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:33:31.096Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:34:31.093Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:34:31.096Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:35:31.095Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:35:31.097Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:36:31.097Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:36:31.097Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:37:31.098Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:37:31.097Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:38:31.098Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:38:31.099Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:39:31.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:39:31.100Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:40:31.102Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:40:31.102Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:41:31.102Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:41:31.103Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:42:31.104Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:42:31.104Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:43:31.106Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:43:31.106Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:44:31.107Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:44:31.109Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:45:31.109Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:45:31.116Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:46:31.110Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:46:31.118Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:47:31.111Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:47:31.118Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:48:31.112Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:48:31.119Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:49:31.113Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:49:31.121Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:50:31.115Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:50:31.122Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:51:31.116Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:51:31.124Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:52:31.117Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:52:31.125Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:53:31.120Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:53:31.126Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:54:31.121Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:54:31.127Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:55:31.122Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:55:31.127Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:56:31.124Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:56:31.127Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:57:31.125Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:57:31.127Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:58:31.127Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:58:31.129Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T00:59:31.128Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T00:59:31.130Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:00:31.130Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:00:31.130Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:01:31.131Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:01:31.132Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:02:31.133Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:02:31.134Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:03:31.135Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:03:31.134Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:04:31.137Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:04:31.137Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:05:31.138Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:05:31.138Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:06:31.139Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:06:31.139Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:07:31.140Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:07:31.140Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:08:31.141Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:08:31.142Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:09:31.142Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:09:31.143Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:10:31.144Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:10:31.144Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:11:31.145Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:11:31.145Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:12:31.147Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:12:31.147Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:13:31.149Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:13:31.150Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:14:31.151Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:14:31.151Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:15:31.155Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:15:31.163Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:16:31.156Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:16:31.165Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:17:31.158Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:17:31.165Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:18:31.158Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:18:31.166Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:19:31.160Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:19:31.167Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:20:31.161Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:20:31.168Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:21:31.161Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:21:31.169Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:22:31.161Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:22:31.169Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:23:31.163Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:23:31.170Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:24:31.165Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:24:31.171Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:25:31.167Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:25:31.171Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:26:31.168Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:26:31.171Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:27:31.170Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:27:31.173Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:28:31.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:28:31.173Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:29:31.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:29:31.174Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:30:31.175Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:30:31.175Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:31:31.178Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:31:31.178Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:32:31.180Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:32:31.180Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:33:31.181Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:33:31.182Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:34:31.184Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:34:31.186Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:35:31.186Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:35:31.187Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:36:31.189Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:36:31.192Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:37:31.190Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:37:31.195Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:38:31.198Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:38:31.199Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:39:31.200Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:39:31.201Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:40:31.201Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:40:31.203Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:41:31.202Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:41:31.204Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:42:31.204Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:42:31.205Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:43:31.204Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:43:31.205Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:44:31.206Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:44:31.206Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:45:31.206Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:45:31.207Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:46:31.208Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:46:31.208Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:47:31.209Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:47:31.210Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:48:31.212Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:48:31.212Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:49:31.212Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:49:31.214Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:50:31.214Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:50:31.214Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:51:31.216Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:51:31.216Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:52:31.216Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:52:31.216Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:53:31.217Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:53:31.218Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:54:31.218Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:54:31.218Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:55:31.220Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:55:31.219Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:56:31.222Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:56:31.221Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:57:31.223Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:57:31.223Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:58:31.224Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T01:58:31.224Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:59:31.225Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T01:59:31.226Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:00:31.227Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:00:31.228Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:01:31.229Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:01:31.229Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:02:31.229Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:02:31.229Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:03:31.230Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:03:31.230Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:04:31.231Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:04:31.231Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:05:31.233Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:05:31.233Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:06:31.235Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:06:31.236Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:07:31.236Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:07:31.238Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:08:31.238Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:08:31.238Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:09:31.240Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:09:31.239Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:10:31.240Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:10:31.241Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:11:31.241Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:11:31.242Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:12:31.242Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:12:31.243Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:13:31.242Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:13:31.243Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:14:31.244Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:14:31.244Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:15:31.244Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:15:31.245Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:16:31.245Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:16:31.246Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:17:31.246Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:17:31.247Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:18:31.246Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:18:31.248Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:19:31.248Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:19:31.248Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:20:31.249Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:20:31.249Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:21:31.251Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:21:31.251Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:22:31.251Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:22:31.252Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:23:31.252Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:23:31.253Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:24:31.254Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:24:31.254Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:25:31.255Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:25:31.255Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:26:31.255Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:26:31.255Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:27:31.256Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:27:31.257Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:28:31.258Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:28:31.258Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:29:31.260Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:29:31.259Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:30:31.261Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:30:31.264Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:31:31.263Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:31:31.264Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:32:31.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:32:31.265Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:33:31.267Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:33:31.267Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:34:31.269Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:34:31.269Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:35:31.269Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:35:31.270Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:36:31.271Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:36:31.272Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:37:31.271Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:37:31.273Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:38:31.272Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:38:31.273Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:39:31.273Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:39:31.274Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:40:31.274Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:40:31.275Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:41:31.276Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:41:31.277Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:42:31.278Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:42:31.278Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:43:31.280Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:43:31.281Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:44:31.282Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:44:31.281Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:45:31.282Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:45:31.284Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:46:31.284Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:46:31.285Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:47:31.284Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:47:31.285Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:48:31.285Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:48:31.286Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:49:31.286Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:49:31.287Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:50:31.288Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:50:31.288Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:51:31.289Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:51:31.289Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:52:31.290Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:52:31.290Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:53:31.291Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:53:31.292Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:54:31.292Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:54:31.293Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:55:31.294Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:55:31.294Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:56:31.294Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:56:31.296Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:57:31.296Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:57:31.297Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:58:31.296Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T02:58:31.298Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:59:31.298Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T02:59:31.298Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:00:31.299Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:00:31.299Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:01:31.299Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:01:31.301Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:02:31.302Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:02:31.302Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:03:31.303Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:03:31.303Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:04:31.305Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:04:31.305Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:05:31.307Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:05:31.307Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:06:31.308Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:06:31.309Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:07:31.310Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:07:31.310Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:08:31.310Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:08:31.311Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:09:31.312Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:09:31.312Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:10:31.313Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:10:31.313Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:11:31.314Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:11:31.315Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:12:31.316Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:12:31.316Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:13:31.316Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:13:31.317Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:14:31.317Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:14:31.319Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:15:31.319Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:15:31.319Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:16:31.322Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:16:31.321Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:17:31.323Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:17:31.324Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:18:31.324Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:18:31.325Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:19:31.324Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:19:31.326Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:20:31.324Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:20:31.326Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:21:31.325Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:21:31.328Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:22:31.327Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:22:31.329Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:23:31.328Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:23:31.330Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:24:31.330Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:24:31.330Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:25:31.330Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:25:31.332Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:26:31.332Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:26:31.332Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:27:31.334Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:27:31.334Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:28:31.335Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:28:31.335Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:29:31.336Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:29:31.336Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:30:31.337Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:30:31.337Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:31:31.337Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:31:31.341Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:32:31.339Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:32:31.342Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:33:31.339Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:33:31.342Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:34:31.341Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:34:31.344Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:35:31.343Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:35:31.344Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:36:31.345Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:36:31.346Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:37:31.346Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:37:31.348Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:38:31.347Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:38:31.348Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:39:31.348Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:39:31.349Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:40:31.350Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:40:31.349Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:41:31.351Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:41:31.351Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:42:31.351Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:42:31.352Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:43:31.353Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:43:31.353Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:44:18.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T03:44:18.418Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"d57d3f20-1f77-46a6-ae17-7d33f6483a72","serviceName":"vFW 2023-02-24 03-43-10","serviceVersion":"1.0","serviceUUID":"9bf798e7-3c41-4924-a459-d39b6690b57a","serviceDescription":"catalog service description","serviceInvariantUUID":"8f453e64-93ee-450c-be87-af4374a977dc","resources":[{"resourceInstanceName":"vFW fd8b391c-a7af 0","resourceName":"vFW fd8b391c-a7af","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ed9f9ea-3f5c-4f47-ba39-89b942abaf6e","resourceInvariantUUID":"1417ef02-a6f2-40e8-b352-c934f1dc7cf1","resourceCustomizationUUID":"04e39863-30e1-4ea9-bc09-018b19e807cb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vf-license-model.xml","artifactChecksum":"NTliZTNiZjdkODQxNjQ1ZmU5OTIzZGMxM2NhM2Y5MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8fd7ddad-d193-4888-9cf0-40792456ff8b","artifactVersion":"1"},{"artifactName":"vfwfd8b391ca7af0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json","artifactChecksum":"ZDlhMzI5MDYxNTY4NTM4YmI2ODIwODNjYTcyYzZiNDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dbdd6d5c-4fc1-4b9f-89f6-120b1f8f5673","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cb103a3b-f443-4db3-aba9-14d47f5de25f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2I1YTMyZGE4YmJmOTQ0YjJlZjFiNDFkYTIzN2VhZDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"94432e97-8b63-43bc-bd63-b403f8dc9384","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1e94148b-3fa6-439c-802b-6d2f84092fab","artifactVersion":"2","generatedFromUUID":"cb103a3b-f443-4db3-aba9-14d47f5de25f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230224034310-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-template.yml","artifactChecksum":"MGE5YTcxNjNkZWE2OTk5N2Y3ZDM4MDBjY2QxMjdhNGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb01e2f6-ae19-4a85-9281-6d4efcbb385d","artifactVersion":"1"},{"artifactName":"service-Vfw20230224034310-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar","artifactChecksum":"YzQ4OGM1NTZhOGQ0N2VkYmVkOTNiOGVjYzk2MmM5YjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"896ce839-363e-4b30-af5e-ba8522ec7ef5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-24T03:44:18.458Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T03:44:18.481Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T03:44:18.482Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T03:44:18.483Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210211353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:44:18.495Z||kafka-producer-network-thread | SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Kt0cASvcQLir3lFxesFLSQ
2023-02-24T03:44:18.495Z||kafka-producer-network-thread | SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Kt0cASvcQLir3lFxesFLSQ
2023-02-24T03:44:18.495Z||kafka-producer-network-thread | SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Kt0cASvcQLir3lFxesFLSQ
2023-02-24T03:44:18.496Z||kafka-producer-network-thread | SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Kt0cASvcQLir3lFxesFLSQ
2023-02-24T03:44:18.496Z||kafka-producer-network-thread | SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Kt0cASvcQLir3lFxesFLSQ
2023-02-24T03:44:18.496Z||kafka-producer-network-thread | SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Kt0cASvcQLir3lFxesFLSQ
2023-02-24T03:44:18.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-24T03:44:18.524Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677210250268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:44:18.612Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:44:19.571Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T03:44:19.573Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T03:44:19.573Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T03:44:19.573Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210211353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:44:20.576Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T03:44:20.577Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T03:44:20.577Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T03:44:20.577Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210211353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:44:21.578Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T03:44:21.580Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T03:44:21.580Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T03:44:21.580Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210211353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:44:22.582Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T03:44:22.582Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T03:44:22.582Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T03:44:22.583Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210211353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:44:23.584Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T03:44:23.584Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T03:44:23.584Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T03:44:23.585Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210211353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:44:24.586Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T03:44:24.586Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T03:44:24.586Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T03:44:24.586Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210211353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:44:25.589Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "serviceName": "vFW 2023-02-24 03-43-10",
  "serviceVersion": "1.0",
  "serviceUUID": "9bf798e7-3c41-4924-a459-d39b6690b57a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8f453e64-93ee-450c-be87-af4374a977dc",
  "resources": [
    {
      "resourceInstanceName": "vFW fd8b391c-a7af 0",
      "resourceCustomizationUUID": "04e39863-30e1-4ea9-bc09-018b19e807cb",
      "resourceName": "vFW fd8b391c-a7af",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ed9f9ea-3f5c-4f47-ba39-89b942abaf6e",
      "resourceInvariantUUID": "1417ef02-a6f2-40e8-b352-c934f1dc7cf1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwfd8b391ca7af0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json",
          "artifactChecksum": "ZDlhMzI5MDYxNTY4NTM4YmI2ODIwODNjYTcyYzZiNDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dbdd6d5c-4fc1-4b9f-89f6-120b1f8f5673",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cb103a3b-f443-4db3-aba9-14d47f5de25f",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1e94148b-3fa6-439c-802b-6d2f84092fab",
            "generatedFromUUID": "cb103a3b-f443-4db3-aba9-14d47f5de25f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1e94148b-3fa6-439c-802b-6d2f84092fab",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230224034310-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar",
      "artifactChecksum": "YzQ4OGM1NTZhOGQ0N2VkYmVkOTNiOGVjYzk2MmM5YjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "896ce839-363e-4b30-af5e-ba8522ec7ef5"
    }
  ],
  "workloadContext": "Production"
}
2023-02-24T03:44:25.592Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-24T03:44:25.593Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bf798e7-3c41-4924-a459-d39b6690b57a ASDC
2023-02-24T03:44:25.728Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d57d3f20-1f77-46a6-ae17-7d33f6483a72
ServiceName:vFW 2023-02-24 03-43-10
ServiceVersion:1.0
ServiceUUID:9bf798e7-3c41-4924-a459-d39b6690b57a
ServiceInvariantUUID:8f453e64-93ee-450c-be87-af4374a977dc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230224034310-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar
ArtifactUUID:896ce839-363e-4b30-af5e-ba8522ec7ef5
ArtifactChecksum:YzQ4OGM1NTZhOGQ0N2VkYmVkOTNiOGVjYzk2MmM5YjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fd8b391c-a7af 0
ResourceCustomizationUUID:04e39863-30e1-4ea9-bc09-018b19e807cb
ResourceInvariantUUID:1417ef02-a6f2-40e8-b352-c934f1dc7cf1
ResourceName:vFW fd8b391c-a7af
ResourceType:VF
ResourceUUID:8ed9f9ea-3f5c-4f47-ba39-89b942abaf6e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfd8b391ca7af0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json
ArtifactUUID:dbdd6d5c-4fc1-4b9f-89f6-120b1f8f5673
ArtifactChecksum:ZDlhMzI5MDYxNTY4NTM4YmI2ODIwODNjYTcyYzZiNDA=
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/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml
ArtifactUUID:cb103a3b-f443-4db3-aba9-14d47f5de25f
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/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env
ArtifactUUID:1e94148b-3fa6-439c-802b-6d2f84092fab
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/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env
ArtifactUUID:1e94148b-3fa6-439c-802b-6d2f84092fab
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-24T03:44:25.729Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bf798e7-3c41-4924-a459-d39b6690b57a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-02-24T03:44:26.118Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-24T03:44:26.120Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-24T03:44:26.121Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-24T03:44:26.122Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 896ce839-363e-4b30-af5e-ba8522ec7ef5 from URL: /sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar
2023-02-24T03:44:26.122Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-24T03:44:26.123Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar
2023-02-24T03:44:26.207Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-24T03:44:26.220Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar 896ce839-363e-4b30-af5e-ba8522ec7ef5 101519
2023-02-24T03:44:26.222Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar ASDC sendASDCNotification
2023-02-24T03:44:26.222Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar
2023-02-24T03:44:26.223Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T03:44:26.224Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T03:44:26.224Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T03:44:26.224Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210266221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:44:27.225Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-24T03:44:27.227Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-24T03:44:27.227Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 896ce839-363e-4b30-af5e-ba8522ec7ef5, URL: /sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar to file: /app/ASDC/1/service-Vfw20230224034310-csar.csar
2023-02-24T03:44:27.228Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230224034310-csar.csar
2023-02-24T03:44:27.384Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230224034310-csar.csar
2023-02-24T03:44:27.385Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230224034310-csar.csar
2023-02-24T03:44:28.701Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16152845293043527704/Definitions/service-Vfw20230224034310-template.yml
2023-02-24T03:44:30.994Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:44:30.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-24T03:44:30.998Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677210228400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:44:30.999Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-02-24T03:44:32.960Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-24T03:44:32.966Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-24T03:44:32.967Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230224034310-csar.csar
2023-02-24T03:44:32.967Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-24T03:44:32.967Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|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-Vfw20230224034310-csar.csar
2023-02-24T03:44:32.967Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|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-Vfw20230224034310-csar.csar
2023-02-24T03:44:32.967Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|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-Vfw20230224034310-csar.csar
2023-02-24T03:44:32.967Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|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-Vfw20230224034310-csar.csar
2023-02-24T03:44:32.968Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|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-Vfw20230224034310-csar.csar
2023-02-24T03:44:32.968Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|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-Vfw20230224034310-csar.csar
2023-02-24T03:44:32.968Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|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-Vfw20230224034310-csar.csar
2023-02-24T03:44:32.968Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|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-Vfw20230224034310-csar.csar
2023-02-24T03:44:32.968Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|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-Vfw20230224034310-csar.csar
2023-02-24T03:44:32.968Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|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-Vfw20230224034310-csar.csar
2023-02-24T03:44:32.968Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fd8b391c-a7af 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-Vfw20230224034310-csar.csar
2023-02-24T03:44:32.968Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-24T03:44:32.976Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:32.977Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-24 03-43-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T03:44:32.981Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8b391c-a7af 0 is matching search criteria
2023-02-24T03:44:32.982Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-24T03:44:32.983Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8b391c-a7af 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-24T03:44:32.985Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:32.985Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-24 03-43-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T03:44:32.986Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8b391c-a7af 0 is matching search criteria
2023-02-24T03:44:32.986Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-24T03:44:32.986Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8b391c-a7af 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-24T03:44:32.986Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:32.986Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-24 03-43-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T03:44:32.991Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:32.992Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8b391c-a7af 0 is not matching search criteria
2023-02-24T03:44:32.992Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-24T03:44:32.992Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-24T03:44:32.992Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-24T03:44:32.992Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-24T03:44:32.992Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-24T03:44:32.993Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-24T03:44:32.993Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-24T03:44:32.993Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-24T03:44:32.993Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-24T03:44:32.993Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-24T03:44:32.993Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-24T03:44:32.993Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-24T03:44:32.994Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-24T03:44:32.994Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-24T03:44:32.994Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-24T03:44:32.994Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-24T03:44:32.994Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:32.994Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-24 03-43-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-24T03:44:32.996Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:32.996Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8b391c-a7af 0 is matching search criteria
2023-02-24T03:44:32.996Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8b391c-a7af 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T03:44:32.997Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:32.997Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8b391c-a7af 0 is matching search criteria
2023-02-24T03:44:32.997Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8b391c-a7af 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T03:44:32.997Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:32.998Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8b391c-a7af 0 is matching search criteria
2023-02-24T03:44:32.998Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8b391c-a7af 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T03:44:32.998Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:32.998Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8b391c-a7af 0 is not matching search criteria
2023-02-24T03:44:32.998Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-24T03:44:32.999Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-24T03:44:32.999Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-24T03:44:32.999Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-24T03:44:32.999Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-24T03:44:33.000Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-24T03:44:33.000Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-24T03:44:33.000Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-24T03:44:33.000Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-24T03:44:33.000Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-24T03:44:33.000Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-24T03:44:33.001Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7ceecf8b-3c40-42df-bb37-1205a1dddac1
2023-02-24T03:44:33.001Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:33.001Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8b391c-a7af 0 is not matching search criteria
2023-02-24T03:44:33.001Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-24T03:44:33.001Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-24T03:44:33.001Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-24T03:44:33.002Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-24T03:44:33.002Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-24T03:44:33.002Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-24T03:44:33.002Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-24T03:44:33.002Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-24T03:44:33.002Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-24T03:44:33.003Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-24T03:44:33.003Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-24T03:44:33.003Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-24T03:44:33.003Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2c341e6c-8c33-411b-82e2-d05db3d74c4c
2023-02-24T03:44:33.003Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:33.004Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8b391c-a7af 0 is not matching search criteria
2023-02-24T03:44:33.004Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-24T03:44:33.005Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-24T03:44:33.005Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-24T03:44:33.005Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-24T03:44:33.006Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-24T03:44:33.007Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-24T03:44:33.007Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-24T03:44:33.007Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-24T03:44:33.007Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-24T03:44:33.007Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-24T03:44:33.007Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-24T03:44:33.008Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-24T03:44:33.008Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=345400f3-ebb4-4a8f-8c5c-40340c8fa030
2023-02-24T03:44:33.008Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:33.008Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-24 03-43-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T03:44:33.008Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:33.008Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-24 03-43-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T03:44:33.009Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:33.009Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-24 03-43-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T03:44:33.009Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:33.009Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-24 03-43-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T03:44:33.009Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-02-24 03-43-10
Description:catalog service description
Model UUID:9bf798e7-3c41-4924-a459-d39b6690b57a
Model Version:NULL
Model InvariantUuid:8f453e64-93ee-450c-be87-af4374a977dc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW fd8b391c-a7af
Model UUID:8439023e-9fda-4d5f-b3f6-d0efb2e4d657
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1417ef02-a6f2-40e8-b352-c934f1dc7cf1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:04e39863-30e1-4ea9-bc09-018b19e807cb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4482a179-03e9-435e-b176-7af703a147c7
ModelName:VfwFd8b391cA7af..base_vfw..module-0
ModelUuid:a96a0aa1-8eef-49bc-9979-a515eb7a3f62
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7ceecf8b-3c40-42df-bb37-1205a1dddac1
ModelInvariantUuid:839a7b66-75c7-439d-b7d8-e143cae70634
ModelName:vFW fd8b391c-a7af-nodes.vfwCvfc
ModelUuid:92cbade0-61da-4a69-9d81-c38b54506c89
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:bdd2a46e-71e9-4e84-8724-0af2fba0426c
ModelInvariantUuid:93a5bc23-e034-4e28-8321-d2fda07e8bbc
ModelName:VfwFd8b391cA7af.compute.nodes.heat.vfw
ModelUuid:f661429e-75c0-4a46-94f4-2fb8770082a1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2c341e6c-8c33-411b-82e2-d05db3d74c4c
ModelInvariantUuid:676083da-f58a-4ac6-aced-3bb14b3333b0
ModelName:vFW fd8b391c-a7af-nodes.vsnCvfc
ModelUuid:f8a99390-ab1a-44e3-aa9e-d3f6f9937795
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:d1bd742c-c414-407a-a99d-ccb18ae74634
ModelInvariantUuid:88b0fd5b-aab9-4dab-a4b5-d8cda185fabc
ModelName:VfwFd8b391cA7af.compute.nodes.heat.vsn
ModelUuid:1e139c0b-8efe-474b-94e7-4fb1eebb54ef
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:345400f3-ebb4-4a8f-8c5c-40340c8fa030
ModelInvariantUuid:8ceaebc1-4291-4d56-b5b6-0008e21147b2
ModelName:vFW fd8b391c-a7af-nodes.vpgCvfc
ModelUuid:897052b9-8048-4a52-92ec-d70b99316467
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:16a02bfc-ae12-4248-881c-b2217d61a4a2
ModelInvariantUuid:6163e719-e068-47bb-b8cb-4c90257e0cf8
ModelName:VfwFd8b391cA7af.compute.nodes.heat.vpg
ModelUuid:e1a58b40-ccac-42b7-900a-a8d0c013e5c4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-02-24T03:44:33.038Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 8ed9f9ea-3f5c-4f47-ba39-89b942abaf6e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-24T03:44:33.122Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||vFW fd8b391c-a7af 0
2023-02-24T03:44:33.130Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8ed9f9ea-3f5c-4f47-ba39-89b942abaf6e
2023-02-24T03:44:33.131Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dbdd6d5c-4fc1-4b9f-89f6-120b1f8f5673 from URL: /sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json
2023-02-24T03:44:33.131Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-24T03:44:33.131Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json
2023-02-24T03:44:33.229Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-24T03:44:33.230Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json dbdd6d5c-4fc1-4b9f-89f6-120b1f8f5673 785
2023-02-24T03:44:33.230Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json ASDC sendASDCNotification
2023-02-24T03:44:33.230Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json
2023-02-24T03:44:33.231Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T03:44:33.231Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T03:44:33.231Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T03:44:33.232Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210273230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:44:34.234Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFd8b391cA7af..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4482a179-03e9-435e-b176-7af703a147c7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a96a0aa1-8eef-49bc-9979-a515eb7a3f62",
    "vfModuleModelCustomizationUUID": "806c05b9-fc08-4eec-81cb-edb54b8e347a",
    "isBase": true,
    "artifacts": [
      "cb103a3b-f443-4db3-aba9-14d47f5de25f",
      "1e94148b-3fa6-439c-802b-6d2f84092fab"
    ],
    "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-02-24T03:44:34.253Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFd8b391cA7af..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a96a0aa1-8eef-49bc-9979-a515eb7a3f62
VfModuleModelInvariantUUID:4482a179-03e9-435e-b176-7af703a147c7
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb103a3b-f443-4db3-aba9-14d47f5de25f
,
1e94148b-3fa6-439c-802b-6d2f84092fab

}
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-02-24T03:44:34.257Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFd8b391cA7af..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4482a179-03e9-435e-b176-7af703a147c7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a96a0aa1-8eef-49bc-9979-a515eb7a3f62",
    "vfModuleModelCustomizationUUID": "806c05b9-fc08-4eec-81cb-edb54b8e347a",
    "isBase": true,
    "artifacts": [
      "cb103a3b-f443-4db3-aba9-14d47f5de25f",
      "1e94148b-3fa6-439c-802b-6d2f84092fab"
    ],
    "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-02-24T03:44:34.257Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFd8b391cA7af..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a96a0aa1-8eef-49bc-9979-a515eb7a3f62
VfModuleModelInvariantUUID:4482a179-03e9-435e-b176-7af703a147c7
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb103a3b-f443-4db3-aba9-14d47f5de25f
,
1e94148b-3fa6-439c-802b-6d2f84092fab

}
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-02-24T03:44:34.258Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cb103a3b-f443-4db3-aba9-14d47f5de25f from URL: /sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml
2023-02-24T03:44:34.258Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-24T03:44:34.258Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml
2023-02-24T03:44:34.376Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-24T03:44:34.377Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml cb103a3b-f443-4db3-aba9-14d47f5de25f 20368
2023-02-24T03:44:34.377Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-24T03:44:34.377Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml
2023-02-24T03:44:34.377Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T03:44:34.378Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T03:44:34.378Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T03:44:34.378Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210274377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:44:35.379Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1e94148b-3fa6-439c-802b-6d2f84092fab from URL: /sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env
2023-02-24T03:44:35.380Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-24T03:44:35.380Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env
2023-02-24T03:44:35.449Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-24T03:44:35.450Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env 1e94148b-3fa6-439c-802b-6d2f84092fab 2098
2023-02-24T03:44:35.450Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-24T03:44:35.450Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env
2023-02-24T03:44:35.451Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T03:44:35.451Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T03:44:35.451Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T03:44:35.451Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210275450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:44:36.456Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9bf798e7-3c41-4924-a459-d39b6690b57a
2023-02-24T03:44:36.456Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fd8b391c-a7af 0 8ed9f9ea-3f5c-4f47-ba39-89b942abaf6e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-24T03:44:36.521Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1131d9ae, org.onap.sdc.toscaparser.api.parameters.Input@75a7c834, org.onap.sdc.toscaparser.api.parameters.Input@6fa7936, org.onap.sdc.toscaparser.api.parameters.Input@d689fa5, org.onap.sdc.toscaparser.api.parameters.Input@128bdb0f]
2023-02-24T03:44:36.528Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:36.528Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-24 03-43-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T03:44:36.528Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-02-24T03:44:36.529Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 04e39863-30e1-4ea9-bc09-018b19e807cb
2023-02-24T03:44:36.529Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 04e39863-30e1-4ea9-bc09-018b19e807cb matches Tosca VF Customization UUID: 04e39863-30e1-4ea9-bc09-018b19e807cb
2023-02-24T03:44:36.529Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 04e39863-30e1-4ea9-bc09-018b19e807cb  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-02-24T03:44:36.545Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:36.546Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-24 03-43-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T03:44:36.548Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 04e39863-30e1-4ea9-bc09-018b19e807cb: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-24T03:44:36.549Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64920d05
2023-02-24T03:44:36.549Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:36.549Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-24 03-43-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-24T03:44:36.550Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 806c05b9-fc08-4eec-81cb-edb54b8e347a
2023-02-24T03:44:36.551Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 806c05b9-fc08-4eec-81cb-edb54b8e347a
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-02-24T03:44:36.565Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:36.566Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8b391c-a7af 0 is matching search criteria
2023-02-24T03:44:36.566Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8b391c-a7af 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T03:44:36.567Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:36.567Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8b391c-a7af 0 is matching search criteria
2023-02-24T03:44:36.567Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8b391c-a7af 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T03:44:36.567Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:36.568Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8b391c-a7af 0 is not matching search criteria
2023-02-24T03:44:36.568Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-24T03:44:36.568Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-24T03:44:36.568Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-24T03:44:36.569Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-24T03:44:36.569Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-24T03:44:36.569Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-24T03:44:36.569Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-24T03:44:36.569Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-24T03:44:36.570Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-24T03:44:36.570Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-24T03:44:36.570Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-24T03:44:36.570Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7ceecf8b-3c40-42df-bb37-1205a1dddac1
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-02-24T03:44:36.596Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:36.596Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8b391c-a7af 0 is matching search criteria
2023-02-24T03:44:36.596Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8b391c-a7af 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T03:44:36.597Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:36.597Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8b391c-a7af 0 is not matching search criteria
2023-02-24T03:44:36.597Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-24T03:44:36.598Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-24T03:44:36.602Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-24T03:44:36.602Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-24T03:44:36.602Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-24T03:44:36.603Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-24T03:44:36.603Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-24T03:44:36.603Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-24T03:44:36.603Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-24T03:44:36.603Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-24T03:44:36.604Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-24T03:44:36.604Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-24T03:44:36.604Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2c341e6c-8c33-411b-82e2-d05db3d74c4c
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-02-24T03:44:36.609Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:36.610Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8b391c-a7af 0 is matching search criteria
2023-02-24T03:44:36.610Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8b391c-a7af 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T03:44:36.616Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:36.620Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8b391c-a7af 0 is not matching search criteria
2023-02-24T03:44:36.629Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-24T03:44:36.632Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-24T03:44:36.633Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-24T03:44:36.634Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-24T03:44:36.637Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-24T03:44:36.638Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-24T03:44:36.644Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-24T03:44:36.645Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-24T03:44:36.645Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-24T03:44:36.646Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-24T03:44:36.647Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-24T03:44:36.647Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-24T03:44:36.648Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=345400f3-ebb4-4a8f-8c5c-40340c8fa030
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-02-24T03:44:36.652Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:36.653Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8b391c-a7af 0 is matching search criteria
2023-02-24T03:44:36.653Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8b391c-a7af 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T03:44:36.654Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:36.654Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8b391c-a7af 0 is matching search criteria
2023-02-24T03:44:36.654Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8b391c-a7af 0] matching following query criteria: sdcType=VF, customizationUUID=04e39863-30e1-4ea9-bc09-018b19e807cb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-24T03:44:36.659Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:36.659Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-24 03-43-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T03:44:36.660Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9bf798e7-3c41-4924-a459-d39b6690b57a: vFW fd8b391c-a7af
2023-02-24T03:44:36.660Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:36.661Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-24 03-43-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T03:44:36.662Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:36.662Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-24 03-43-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T03:44:36.662Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:36.663Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-24 03-43-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T03:44:36.663Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:36.664Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-24 03-43-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T03:44:36.664Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T03:44:36.665Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-24 03-43-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T03:44:36.665Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2023-02-24 03-43-10 
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-02-24T03:44:37.189Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fd8b391c-a7af 8ed9f9ea-3f5c-4f47-ba39-89b942abaf6e 1 ASDC deployResourceStructure
2023-02-24T03:44:37.191Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json ASDC sendASDCNotification
2023-02-24T03:44:37.191Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json
2023-02-24T03:44:37.192Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T03:44:37.192Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T03:44:37.192Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T03:44:37.193Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210277191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:44:38.194Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-24T03:44:38.194Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml
2023-02-24T03:44:38.195Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T03:44:38.195Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T03:44:38.195Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T03:44:38.195Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210278194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:44:39.197Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-24T03:44:39.198Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env
2023-02-24T03:44:39.198Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T03:44:39.199Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T03:44:39.199Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T03:44:39.201Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210279196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:44:40.202Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar ASDC sendASDCNotification
2023-02-24T03:44:40.207Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar
2023-02-24T03:44:40.208Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T03:44:40.209Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T03:44:40.210Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T03:44:40.210Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210280202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:44:41.213Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d57d3f20-1f77-46a6-ae17-7d33f6483a72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T03:44:41.368Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d57d3f20-1f77-46a6-ae17-7d33f6483a72
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T03:44:41.390Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T03:44:41.391Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-24T03:44:41.392Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-24T03:45:11.394Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d57d3f20-1f77-46a6-ae17-7d33f6483a72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T03:45:11.413Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d57d3f20-1f77-46a6-ae17-7d33f6483a72
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T03:45:11.416Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T03:45:11.417Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-24T03:45:11.417Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-24T03:45:30.994Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:45:31.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.000Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "aai-model-loader",
  "timestamp": 1677210250402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.002Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.002Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210211353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.003Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.003Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677210236867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.003Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.003Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677210228400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.004Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "aai-model-loader",
  "timestamp": 1677210250402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.004Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677210250268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.005Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210211353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json",
  "status": "NOTIFIED"
}
2023-02-24T03:45:31.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.005Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677210236867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json",
  "status": "NOTIFIED"
}
2023-02-24T03:45:31.006Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.006Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677210228400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-24T03:45:31.006Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.006Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677210250268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.007Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.007Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "aai-model-loader",
  "timestamp": 1677210250402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.008Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.008Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210211353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-24T03:45:31.008Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.009Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677210236867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-24T03:45:31.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.009Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677210228400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.011Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.011Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "aai-model-loader",
  "timestamp": 1677210250402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.011Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.012Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677210250268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.012Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.012Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210211353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.012Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.013Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677210236867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.013Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.013Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677210228400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.014Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.014Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677210250268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.014Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.014Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "aai-model-loader",
  "timestamp": 1677210250402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.015Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.015Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210211353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-24T03:45:31.015Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.016Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677210236867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-24T03:45:31.016Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.016Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677210228400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.016Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.017Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677210250268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.017Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.017Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "aai-model-loader",
  "timestamp": 1677210250402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.017Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.018Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210211353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.018Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.018Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677210236867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.018Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.018Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677210228400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T03:45:31.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.019Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677210250268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T03:45:31.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.019Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "aai-model-loader",
  "timestamp": 1677210250402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T03:45:31.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.020Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210211353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T03:45:31.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.020Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677210264206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.021Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677210236867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T03:45:31.021Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.021Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677210264206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.022Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.022Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677210265532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T03:45:31.022Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.022Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677210267123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T03:45:31.023Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.023Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "aai-model-loader",
  "timestamp": 1677210265559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T03:45:31.023Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.024Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677210266044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-24T03:45:31.024Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.024Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210266221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T03:45:31.025Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.025Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677210264206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.025Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.026Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677210266553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T03:45:31.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.026Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677210267294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-24T03:45:31.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.027Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677210264206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.027Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677210267558,
  "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-02-24T03:45:31.048Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d57d3f20-1f77-46a6-ae17-7d33f6483a72
2023-02-24T03:45:31.049Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d57d3f20-1f77-46a6-ae17-7d33f6483a72 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-02-24T03:45:31.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.066Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677210268468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-24T03:45:31.067Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.067Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677210264206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.067Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.068Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677210264206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T03:45:31.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:31.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.069Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677210269979,
  "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-02-24T03:45:31.079Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d57d3f20-1f77-46a6-ae17-7d33f6483a72
2023-02-24T03:45:31.079Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d57d3f20-1f77-46a6-ae17-7d33f6483a72 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-02-24T03:45:31.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:45:31.098Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677210264206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T03:45:31.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:45:41.418Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d57d3f20-1f77-46a6-ae17-7d33f6483a72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T03:45:41.513Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d57d3f20-1f77-46a6-ae17-7d33f6483a72
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T03:45:41.541Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T03:45:41.541Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-24T03:45:41.542Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-24T03:46:11.542Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d57d3f20-1f77-46a6-ae17-7d33f6483a72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T03:46:11.585Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d57d3f20-1f77-46a6-ae17-7d33f6483a72
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T03:46:11.592Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T03:46:11.592Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-24T03:46:11.592Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-24T03:46:30.994Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:46:31.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:46:31.000Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677210270982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-24T03:46:31.002Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:46:31.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:46:31.002Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677210272089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T03:46:31.002Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:46:31.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:46:31.003Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210273230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-24T03:46:31.003Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:46:31.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:46:31.003Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210274377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-24T03:46:31.003Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:46:31.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:46:31.004Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210275450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-24T03:46:31.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:46:31.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:46:31.004Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210277191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/vfwfd8b391ca7af0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-24T03:46:31.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:46:31.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:46:31.004Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210278194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-02-24T03:46:31.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:46:31.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:46:31.005Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677210278976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T03:46:31.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:46:31.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:46:31.005Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210279196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/resourceInstances/vfwfd8b391ca7af0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-02-24T03:46:31.006Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:46:31.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:46:31.006Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677210279984,
  "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-02-24T03:46:31.028Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d57d3f20-1f77-46a6-ae17-7d33f6483a72
2023-02-24T03:46:31.029Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d57d3f20-1f77-46a6-ae17-7d33f6483a72 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-02-24T03:46:31.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:46:31.053Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210280202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T03:46:31.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:46:31.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:46:31.054Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "aai-model-loader",
  "timestamp": 1677210284484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230224034310/1.0/artifacts/service-Vfw20230224034310-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T03:46:31.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T03:46:31.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:46:31.054Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "aai-model-loader",
  "timestamp": 1677210285490,
  "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-02-24T03:46:31.076Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d57d3f20-1f77-46a6-ae17-7d33f6483a72
2023-02-24T03:46:31.077Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d57d3f20-1f77-46a6-ae17-7d33f6483a72 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-02-24T03:46:41.593Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d57d3f20-1f77-46a6-ae17-7d33f6483a72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T03:46:41.701Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d57d3f20-1f77-46a6-ae17-7d33f6483a72
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T03:46:41.715Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T03:46:41.715Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-24T03:46:41.715Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-24T03:46:41.715Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-24T03:46:41.715Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T03:46:41.716Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T03:46:41.716Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T03:46:41.716Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T03:46:41.716Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|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-02-24T03:46:41.782Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-24T03:47:11.783Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d57d3f20-1f77-46a6-ae17-7d33f6483a72 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-24T03:47:11.800Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d57d3f20-1f77-46a6-ae17-7d33f6483a72 and serviceModelVersionId: 9bf798e7-3c41-4924-a459-d39b6690b57a
2023-02-24T03:47:11.800Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f453e64-93ee-450c-be87-af4374a977dc
2023-02-24T03:47:30.005Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f453e64-93ee-450c-be87-af4374a977dc/model-vers/model-ver/9bf798e7-3c41-4924-a459-d39b6690b57a?depth=0
2023-02-24T03:47:30.195Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-24T03:47:30.798Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8f453e64-93ee-450c-be87-af4374a977dc/model-vers/model-ver/9bf798e7-3c41-4924-a459-d39b6690b57a?depth=0|INFO|500||Invoke
2023-02-24T03:47:30.804Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8f453e64-93ee-450c-be87-af4374a977dc/model-vers/model-ver/9bf798e7-3c41-4924-a459-d39b6690b57a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8f453e64-93ee-450c-be87-af4374a977dc/model-vers/model-ver/9bf798e7-3c41-4924-a459-d39b6690b57a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d57d3f20-1f77-46a6-ae17-7d33f6483a72], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[79a2b3b0-03e4-4939-9dd6-2fd3eab9ddee], X-ECOMP-RequestID=[d57d3f20-1f77-46a6-ae17-7d33f6483a72], X-TransactionId=[], X-ONAP-RequestID=[d57d3f20-1f77-46a6-ae17-7d33f6483a72], Content-Type=[application/merge-patch+json]}
2023-02-24T03:47:30.831Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8f453e64-93ee-450c-be87-af4374a977dc/model-vers/model-ver/9bf798e7-3c41-4924-a459-d39b6690b57a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-24T03:47:30.995Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:47:31.229Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8f453e64-93ee-450c-be87-af4374a977dc/model-vers/model-ver/9bf798e7-3c41-4924-a459-d39b6690b57a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8f453e64-93ee-450c-be87-af4374a977dc/model-vers/model-ver/9bf798e7-3c41-4924-a459-d39b6690b57a?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Feb 2023 03:47:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[367], vertex-id=[192616], x-aai-txid=[0-aai-resources-230224-03:47:30:577-37321], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-24T03:47:31.231Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8f453e64-93ee-450c-be87-af4374a977dc/model-vers/model-ver/9bf798e7-3c41-4924-a459-d39b6690b57a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-24T03:47:31.232Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8f453e64-93ee-450c-be87-af4374a977dc/model-vers/model-ver/9bf798e7-3c41-4924-a459-d39b6690b57a?depth=0|INFO|500||InvokeReturn
2023-02-24T03:47:31.237Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-24T03:47:31.238Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|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-02-24T03:47:31.252Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|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-02-24T03:47:31.254Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d57d3f20-1f77-46a6-ae17-7d33f6483a72 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-24T03:47:31.255Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-24T03:47:31.256Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T03:47:31.256Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T03:47:31.257Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210451254,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:47:31.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T03:47:31.277Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d57d3f20-1f77-46a6-ae17-7d33f6483a72",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677210451254,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-24T03:47:31.279Z||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-02-24T03:47:32.338Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:48:30.994Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:48:32.339Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:49:30.994Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:49:32.340Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:50:30.996Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:50:32.341Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:51:30.996Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:51:32.343Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:52:30.998Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:52:32.344Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:53:30.999Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:53:32.345Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:54:31.000Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:54:32.345Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:55:31.001Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:55:32.346Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:56:31.002Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:56:32.348Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:56:34.064Z||kafka-producer-network-thread | SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529] Node 2 disconnected.
2023-02-24T03:57:31.004Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:57:32.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:58:31.007Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:58:32.350Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T03:59:31.008Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T03:59:32.352Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:00:31.010Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:00:32.353Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:01:31.010Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:01:32.354Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:02:31.012Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:02:32.360Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:03:31.014Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:03:32.360Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:04:31.015Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:04:32.362Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:05:31.017Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:05:32.363Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:06:31.017Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:06:32.364Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:07:31.019Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:07:32.365Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:08:31.021Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:08:32.366Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:09:31.022Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:09:32.367Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:10:31.024Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:10:32.367Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:11:31.025Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:11:32.369Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:12:31.026Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:12:32.370Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:13:31.028Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:13:32.370Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:14:31.029Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:14:32.372Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:15:31.031Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:15:32.374Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:16:31.033Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:16:32.374Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:17:31.034Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:17:32.375Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:18:13.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-24T04:18:13.473Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9","serviceName":"basic_onboard_ZAqONo","serviceVersion":"1.0","serviceUUID":"46c190a7-1066-46bc-99c0-9cc072b56d0f","serviceDescription":"service","serviceInvariantUUID":"e6ca5dff-ee56-4f9d-b70f-bbc549c04860","resources":[{"resourceInstanceName":"basic_onboard_ZAqONo 0","resourceName":"basic_onboard_ZAqONo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c291aa6c-c77b-4bbb-bb6f-941329583abf","resourceInvariantUUID":"c591ac76-0317-4192-a5ff-61a8d90f82ad","resourceCustomizationUUID":"f9a6437f-8a4c-4aa4-aa2e-85c82f4efa4a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/vf-license-model.xml","artifactChecksum":"MjFkNjUxYTUxN2U4NDU3YWRmN2ZkY2ZkY2ViMDE4Y2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4c7856c-071c-41eb-9c9c-5cba1d5c9d5c","artifactVersion":"1"},{"artifactName":"basic_onboard_zaqono0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json","artifactChecksum":"YThmMWQ4NjlmN2FjMTY0YWQwNDczNzRiNzgyNTk1NTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8575c1d1-1dcb-46d9-9f4f-baa0f66a5d49","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9e85b53b-70de-4d5c-8138-5120cbec4c63","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bcd635c9-b734-4e8f-a969-dced3a00a6a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"29f48f8c-8ffb-41ff-9351-969728de5a62","artifactVersion":"2","generatedFromUUID":"9e85b53b-70de-4d5c-8138-5120cbec4c63"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZaqono-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-template.yml","artifactChecksum":"NGJhN2NhMmQ0YjZiMDg2NjE4MDk0N2Q5N2RmYjg4OWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6c93989-76c8-4c8b-b0bf-ee4156c648b7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZaqono-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar","artifactChecksum":"MTJlYmI0MzgzZjlmNTU0MGQ1MDE4ODNmN2QxMGJmNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d16a7857-f528-4535-a6c4-47e979bf0f00","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-24T04:18:13.479Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:18:13.479Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:18:13.480Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:18:13.480Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212252375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:18:13.486Z||kafka-producer-network-thread | SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Kt0cASvcQLir3lFxesFLSQ
2023-02-24T04:18:13.487Z||kafka-producer-network-thread | SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Kt0cASvcQLir3lFxesFLSQ
2023-02-24T04:18:13.487Z||kafka-producer-network-thread | SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Kt0cASvcQLir3lFxesFLSQ
2023-02-24T04:18:13.487Z||kafka-producer-network-thread | SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Kt0cASvcQLir3lFxesFLSQ
2023-02-24T04:18:13.487Z||kafka-producer-network-thread | SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Kt0cASvcQLir3lFxesFLSQ
2023-02-24T04:18:13.488Z||kafka-producer-network-thread | SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Kt0cASvcQLir3lFxesFLSQ
2023-02-24T04:18:13.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:18:13.508Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212248185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:18:13.509Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:18:14.490Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:18:14.490Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:18:14.490Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:18:14.491Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212252375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:18:15.492Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:18:15.492Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:18:15.493Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:18:15.493Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212252375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:18:16.494Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:18:16.495Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:18:16.495Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:18:16.495Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212252375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:18:17.496Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:18:17.496Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:18:17.496Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:18:17.497Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212252375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:18:18.497Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:18:18.498Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:18:18.498Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:18:18.499Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212252375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:18:19.500Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:18:19.501Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:18:19.501Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:18:19.501Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212252375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:18:20.503Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "serviceName": "basic_onboard_ZAqONo",
  "serviceVersion": "1.0",
  "serviceUUID": "46c190a7-1066-46bc-99c0-9cc072b56d0f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e6ca5dff-ee56-4f9d-b70f-bbc549c04860",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ZAqONo 0",
      "resourceCustomizationUUID": "f9a6437f-8a4c-4aa4-aa2e-85c82f4efa4a",
      "resourceName": "basic_onboard_ZAqONo",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c291aa6c-c77b-4bbb-bb6f-941329583abf",
      "resourceInvariantUUID": "c591ac76-0317-4192-a5ff-61a8d90f82ad",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_zaqono0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json",
          "artifactChecksum": "YThmMWQ4NjlmN2FjMTY0YWQwNDczNzRiNzgyNTk1NTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8575c1d1-1dcb-46d9-9f4f-baa0f66a5d49",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9e85b53b-70de-4d5c-8138-5120cbec4c63",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "29f48f8c-8ffb-41ff-9351-969728de5a62",
            "generatedFromUUID": "9e85b53b-70de-4d5c-8138-5120cbec4c63"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "29f48f8c-8ffb-41ff-9351-969728de5a62",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardZaqono-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar",
      "artifactChecksum": "MTJlYmI0MzgzZjlmNTU0MGQ1MDE4ODNmN2QxMGJmNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d16a7857-f528-4535-a6c4-47e979bf0f00"
    }
  ],
  "workloadContext": "Production"
}
2023-02-24T04:18:20.504Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-24T04:18:20.504Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 46c190a7-1066-46bc-99c0-9cc072b56d0f ASDC
2023-02-24T04:18:20.506Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9
ServiceName:basic_onboard_ZAqONo
ServiceVersion:1.0
ServiceUUID:46c190a7-1066-46bc-99c0-9cc072b56d0f
ServiceInvariantUUID:e6ca5dff-ee56-4f9d-b70f-bbc549c04860
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZaqono-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar
ArtifactUUID:d16a7857-f528-4535-a6c4-47e979bf0f00
ArtifactChecksum:MTJlYmI0MzgzZjlmNTU0MGQ1MDE4ODNmN2QxMGJmNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ZAqONo 0
ResourceCustomizationUUID:f9a6437f-8a4c-4aa4-aa2e-85c82f4efa4a
ResourceInvariantUUID:c591ac76-0317-4192-a5ff-61a8d90f82ad
ResourceName:basic_onboard_ZAqONo
ResourceType:VF
ResourceUUID:c291aa6c-c77b-4bbb-bb6f-941329583abf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zaqono0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json
ArtifactUUID:8575c1d1-1dcb-46d9-9f4f-baa0f66a5d49
ArtifactChecksum:YThmMWQ4NjlmN2FjMTY0YWQwNDczNzRiNzgyNTk1NTc=
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/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9e85b53b-70de-4d5c-8138-5120cbec4c63
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/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env
ArtifactUUID:29f48f8c-8ffb-41ff-9351-969728de5a62
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/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env
ArtifactUUID:29f48f8c-8ffb-41ff-9351-969728de5a62
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-24T04:18:20.508Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 46c190a7-1066-46bc-99c0-9cc072b56d0f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-02-24T04:18:20.575Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-24T04:18:20.576Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-24T04:18:20.577Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-24T04:18:20.577Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d16a7857-f528-4535-a6c4-47e979bf0f00 from URL: /sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar
2023-02-24T04:18:20.577Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-24T04:18:20.578Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar
2023-02-24T04:18:20.838Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-24T04:18:20.839Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar d16a7857-f528-4535-a6c4-47e979bf0f00 75677
2023-02-24T04:18:20.840Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar ASDC sendASDCNotification
2023-02-24T04:18:20.840Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar
2023-02-24T04:18:20.840Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:18:20.840Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:18:20.841Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:18:20.841Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212300840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:18:21.842Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-24T04:18:21.842Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-24T04:18:21.843Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d16a7857-f528-4535-a6c4-47e979bf0f00, URL: /sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar to file: /app/ASDC/1/service-BasicOnboardZaqono-csar.csar
2023-02-24T04:18:21.844Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZaqono-csar.csar
2023-02-24T04:18:21.844Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZaqono-csar.csar
2023-02-24T04:18:21.844Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZaqono-csar.csar
2023-02-24T04:18:22.120Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17083918182976053153/Definitions/service-BasicOnboardZaqono-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-02-24T04:18:23.899Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-24T04:18:23.900Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-24T04:18:23.900Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZaqono-csar.csar
2023-02-24T04:18:23.901Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-24T04:18:23.901Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardZaqono-csar.csar
2023-02-24T04:18:23.901Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZaqono-csar.csar
2023-02-24T04:18:23.902Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZaqono-csar.csar
2023-02-24T04:18:23.902Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZaqono-csar.csar
2023-02-24T04:18:23.902Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZaqono-csar.csar
2023-02-24T04:18:23.903Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZaqono-csar.csar
2023-02-24T04:18:23.903Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZAqONo 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-BasicOnboardZaqono-csar.csar
2023-02-24T04:18:23.903Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-24T04:18:23.904Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:23.904Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZAqONo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:18:23.905Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZAqONo 0 is matching search criteria
2023-02-24T04:18:23.905Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-24T04:18:23.905Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZAqONo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-24T04:18:23.906Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:23.906Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZAqONo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:18:23.906Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZAqONo 0 is matching search criteria
2023-02-24T04:18:23.906Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-24T04:18:23.907Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZAqONo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-24T04:18:23.907Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:23.907Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZAqONo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:18:23.908Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:23.908Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZAqONo 0 is not matching search criteria
2023-02-24T04:18:23.908Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-24T04:18:23.908Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-24T04:18:23.909Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-24T04:18:23.909Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-24T04:18:23.909Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-24T04:18:23.909Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:23.910Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZAqONo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-24T04:18:23.910Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:23.910Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZAqONo 0 is matching search criteria
2023-02-24T04:18:23.910Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZAqONo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:18:23.911Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:23.911Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZAqONo 0 is matching search criteria
2023-02-24T04:18:23.911Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZAqONo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:18:23.912Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:23.912Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZAqONo 0 is matching search criteria
2023-02-24T04:18:23.912Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZAqONo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:18:23.912Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:23.913Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZAqONo 0 is not matching search criteria
2023-02-24T04:18:23.913Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-24T04:18:23.913Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-24T04:18:23.913Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=69ba7f00-41fc-4e32-add4-bf97909d39db
2023-02-24T04:18:23.914Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:23.914Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZAqONo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:18:23.915Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:23.915Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZAqONo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:18:23.915Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:23.915Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZAqONo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:18:23.916Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:23.916Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZAqONo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:18:23.916Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ZAqONo
Description:service
Model UUID:46c190a7-1066-46bc-99c0-9cc072b56d0f
Model Version:NULL
Model InvariantUuid:e6ca5dff-ee56-4f9d-b70f-bbc549c04860
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ZAqONo
Model UUID:15ddb1ec-8f7c-4134-8eeb-8eee4b419f96
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c591ac76-0317-4192-a5ff-61a8d90f82ad
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f9a6437f-8a4c-4aa4-aa2e-85c82f4efa4a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:989e0d3b-e783-4078-a3e8-309b89f0eb9e
ModelName:BasicOnboardZaqono..base_ubuntu18..module-0
ModelUuid:004f48ab-1492-4a39-8c6e-9a56ade0d9c0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:69ba7f00-41fc-4e32-add4-bf97909d39db
ModelInvariantUuid:6b61d47d-ded8-4298-a82a-4da1662b04c1
ModelName:basic_onboard_ZAqONo-nodes.ubuntu18Cvfc
ModelUuid:d0b1c036-bd7e-4de0-8384-736453426892
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f35120ae-c4b7-41f5-833a-178195b8e016
ModelInvariantUuid:e49818d0-85c5-489f-b692-f3ff80b81c28
ModelName:BasicOnboardZaqono.compute.nodes.heat.ubuntu18
ModelUuid:9a8809a3-2c39-4276-ad7f-46e919b1fd98
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-02-24T04:18:23.933Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: c291aa6c-c77b-4bbb-bb6f-941329583abf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-24T04:18:23.940Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||basic_onboard_ZAqONo 0
2023-02-24T04:18:23.940Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c291aa6c-c77b-4bbb-bb6f-941329583abf
2023-02-24T04:18:23.940Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8575c1d1-1dcb-46d9-9f4f-baa0f66a5d49 from URL: /sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json
2023-02-24T04:18:23.941Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-24T04:18:23.941Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json
2023-02-24T04:18:24.029Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-24T04:18:24.030Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json 8575c1d1-1dcb-46d9-9f4f-baa0f66a5d49 798
2023-02-24T04:18:24.030Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json ASDC sendASDCNotification
2023-02-24T04:18:24.030Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json
2023-02-24T04:18:24.031Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:18:24.031Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:18:24.031Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:18:24.032Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212304030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:18:25.033Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZaqono..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "989e0d3b-e783-4078-a3e8-309b89f0eb9e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "004f48ab-1492-4a39-8c6e-9a56ade0d9c0",
    "vfModuleModelCustomizationUUID": "e20d40ff-ccb1-42fc-9549-6d8a0277ebea",
    "isBase": true,
    "artifacts": [
      "9e85b53b-70de-4d5c-8138-5120cbec4c63",
      "29f48f8c-8ffb-41ff-9351-969728de5a62"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-24T04:18:25.040Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZaqono..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:004f48ab-1492-4a39-8c6e-9a56ade0d9c0
VfModuleModelInvariantUUID:989e0d3b-e783-4078-a3e8-309b89f0eb9e
VfModuleModelDescription:NULL
Artifacts UUID List:{
9e85b53b-70de-4d5c-8138-5120cbec4c63
,
29f48f8c-8ffb-41ff-9351-969728de5a62

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  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-02-24T04:18:25.043Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZaqono..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "989e0d3b-e783-4078-a3e8-309b89f0eb9e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "004f48ab-1492-4a39-8c6e-9a56ade0d9c0",
    "vfModuleModelCustomizationUUID": "e20d40ff-ccb1-42fc-9549-6d8a0277ebea",
    "isBase": true,
    "artifacts": [
      "9e85b53b-70de-4d5c-8138-5120cbec4c63",
      "29f48f8c-8ffb-41ff-9351-969728de5a62"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-24T04:18:25.044Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZaqono..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:004f48ab-1492-4a39-8c6e-9a56ade0d9c0
VfModuleModelInvariantUUID:989e0d3b-e783-4078-a3e8-309b89f0eb9e
VfModuleModelDescription:NULL
Artifacts UUID List:{
9e85b53b-70de-4d5c-8138-5120cbec4c63
,
29f48f8c-8ffb-41ff-9351-969728de5a62

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  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-02-24T04:18:25.044Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9e85b53b-70de-4d5c-8138-5120cbec4c63 from URL: /sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml
2023-02-24T04:18:25.044Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-24T04:18:25.045Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml
2023-02-24T04:18:25.117Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-24T04:18:25.118Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml 9e85b53b-70de-4d5c-8138-5120cbec4c63 5033
2023-02-24T04:18:25.119Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-24T04:18:25.119Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml
2023-02-24T04:18:25.120Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:18:25.120Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:18:25.121Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:18:25.121Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212305119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:18:26.122Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 29f48f8c-8ffb-41ff-9351-969728de5a62 from URL: /sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env
2023-02-24T04:18:26.122Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-24T04:18:26.123Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env
2023-02-24T04:18:26.202Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-24T04:18:26.203Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env 29f48f8c-8ffb-41ff-9351-969728de5a62 909
2023-02-24T04:18:26.204Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-24T04:18:26.204Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env
2023-02-24T04:18:26.204Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:18:26.205Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:18:26.205Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:18:26.205Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212306204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:18:27.208Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 46c190a7-1066-46bc-99c0-9cc072b56d0f
2023-02-24T04:18:27.208Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZAqONo 0 c291aa6c-c77b-4bbb-bb6f-941329583abf ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-24T04:18:27.242Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@716d9360, org.onap.sdc.toscaparser.api.parameters.Input@1792ccbc, org.onap.sdc.toscaparser.api.parameters.Input@367a586a, org.onap.sdc.toscaparser.api.parameters.Input@143a7d4e, org.onap.sdc.toscaparser.api.parameters.Input@9510a3a]
2023-02-24T04:18:27.250Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:27.250Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZAqONo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:18:27.250Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2023-02-24T04:18:27.251Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f9a6437f-8a4c-4aa4-aa2e-85c82f4efa4a
2023-02-24T04:18:27.251Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f9a6437f-8a4c-4aa4-aa2e-85c82f4efa4a matches Tosca VF Customization UUID: f9a6437f-8a4c-4aa4-aa2e-85c82f4efa4a
2023-02-24T04:18:27.251Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f9a6437f-8a4c-4aa4-aa2e-85c82f4efa4a  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-02-24T04:18:27.257Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:27.257Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZAqONo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:18:27.258Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f9a6437f-8a4c-4aa4-aa2e-85c82f4efa4a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-24T04:18:27.258Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2bedb03a
2023-02-24T04:18:27.258Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:27.258Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZAqONo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-24T04:18:27.259Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e20d40ff-ccb1-42fc-9549-6d8a0277ebea
2023-02-24T04:18:27.259Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e20d40ff-ccb1-42fc-9549-6d8a0277ebea
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-02-24T04:18:27.268Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:27.271Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZAqONo 0 is matching search criteria
2023-02-24T04:18:27.272Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZAqONo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:18:27.272Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:27.272Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZAqONo 0 is matching search criteria
2023-02-24T04:18:27.273Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZAqONo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:18:27.274Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:27.274Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZAqONo 0 is not matching search criteria
2023-02-24T04:18:27.274Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-24T04:18:27.274Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-24T04:18:27.274Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=69ba7f00-41fc-4e32-add4-bf97909d39db
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-02-24T04:18:27.288Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:27.289Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZAqONo 0 is matching search criteria
2023-02-24T04:18:27.289Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZAqONo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:18:27.290Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:27.290Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZAqONo 0 is matching search criteria
2023-02-24T04:18:27.290Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZAqONo 0] matching following query criteria: sdcType=VF, customizationUUID=f9a6437f-8a4c-4aa4-aa2e-85c82f4efa4a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-24T04:18:27.325Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:27.325Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZAqONo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:18:27.326Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 46c190a7-1066-46bc-99c0-9cc072b56d0f: basic_onboard_ZAqONo
2023-02-24T04:18:27.326Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:27.327Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZAqONo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:18:27.327Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:27.327Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZAqONo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:18:27.328Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:27.328Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZAqONo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:18:27.328Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:27.329Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZAqONo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:18:27.329Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:18:27.329Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZAqONo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:18:27.330Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_ZAqONo 
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-02-24T04:18:27.577Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZAqONo c291aa6c-c77b-4bbb-bb6f-941329583abf 1 ASDC deployResourceStructure
2023-02-24T04:18:27.578Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json ASDC sendASDCNotification
2023-02-24T04:18:27.578Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json
2023-02-24T04:18:27.578Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T04:18:27.578Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:18:27.578Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:18:27.578Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212307578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:18:28.579Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-24T04:18:28.580Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml
2023-02-24T04:18:28.580Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T04:18:28.581Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:18:28.581Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:18:28.582Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212308579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:18:29.584Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-24T04:18:29.584Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env
2023-02-24T04:18:29.584Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T04:18:29.585Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:18:29.585Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:18:29.585Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212309583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:18:30.588Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar ASDC sendASDCNotification
2023-02-24T04:18:30.588Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar
2023-02-24T04:18:30.588Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T04:18:30.589Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:18:30.589Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:18:30.589Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212310588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:18:30.994Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:18:30.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:18:30.995Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212282139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:18:30.996Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:18:31.591Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:18:31.608Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:18:31.615Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:18:31.616Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-24T04:18:31.616Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-24T04:19:01.617Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:19:01.637Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:19:01.641Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:19:01.641Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-24T04:19:01.641Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-24T04:19:30.994Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:19:31.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.000Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212278619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.001Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.002Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212252375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.002Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.002Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212290401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.002Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.002Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212278619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.002Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.002Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212248185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.003Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212252375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json",
  "status": "NOTIFIED"
}
2023-02-24T04:19:31.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.003Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212282139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json",
  "status": "NOTIFIED"
}
2023-02-24T04:19:31.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.003Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212290401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.004Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.004Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212278619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-24T04:19:31.004Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.004Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212252375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-24T04:19:31.004Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.004Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212290401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.005Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.005Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212248185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.005Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.005Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212282139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-24T04:19:31.005Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.006Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212278619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.006Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.006Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212248185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.006Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.007Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212252375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.007Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.007Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212290401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.007Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.007Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212282139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.007Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.008Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212278619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.008Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.008Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212252375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-24T04:19:31.008Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.009Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212290401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.009Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212248185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.010Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212282139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-24T04:19:31.010Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.010Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212278619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.010Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.010Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212248185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.011Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.011Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212252375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.011Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.011Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212290401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.011Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.012Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212282139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.012Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.012Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212278619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:19:31.013Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.013Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212248185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:19:31.013Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.013Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212252375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:19:31.013Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.014Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212290401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:19:31.014Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.014Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212282139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:19:31.014Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.014Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212300791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:19:31.015Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.015Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212302271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:19:31.015Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.015Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212300551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:19:31.015Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.016Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212300558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:19:31.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.016Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212300840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:19:31.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.016Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212301558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:19:31.017Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.017Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212301913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:19:31.017Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.017Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212302561,
  "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-02-24T04:19:31.032Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9
2023-02-24T04:19:31.032Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9 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-02-24T04:19:31.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.046Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212303059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:19:31.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.047Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212304030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:19:31.047Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.048Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212304114,
  "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-02-24T04:19:31.062Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9
2023-02-24T04:19:31.063Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9 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-02-24T04:19:31.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.076Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212304206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.077Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.078Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212305119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:19:31.078Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.078Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212305117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-24T04:19:31.080Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.080Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212304206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.081Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.081Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212306204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:19:31.081Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.081Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212304206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.082Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.082Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212307578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/basic_onboard_zaqono0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-24T04:19:31.082Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.083Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212304206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.083Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.083Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212308579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-02-24T04:19:31.084Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.084Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212304206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.084Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.085Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212309583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/resourceInstances/basic_onboard_zaqono0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-02-24T04:19:31.085Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.085Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212304206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:19:31.086Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.086Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212310131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:19:31.086Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.087Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212310588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:19:31.087Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:19:31.087Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212304206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:19:31.088Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:19:31.642Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:19:31.656Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:19:31.660Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:19:31.660Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-24T04:19:31.660Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-24T04:20:01.660Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:20:01.677Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:20:01.680Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:20:01.680Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-24T04:20:01.680Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-24T04:20:30.994Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:20:30.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:20:30.996Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212311134,
  "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-02-24T04:20:31.008Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9
2023-02-24T04:20:31.008Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9 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-02-24T04:20:31.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:20:31.028Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212312002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:20:31.028Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:20:31.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:20:31.028Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212315413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaqono/1.0/artifacts/service-BasicOnboardZaqono-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:20:31.029Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:20:31.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:20:31.029Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212316419,
  "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-02-24T04:20:31.038Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9
2023-02-24T04:20:31.039Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9 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-02-24T04:20:31.681Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:20:31.702Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:20:31.706Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:20:31.707Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-24T04:20:31.707Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-24T04:20:31.707Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-24T04:20:31.707Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:20:31.707Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:20:31.707Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:20:31.707Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:20:31.707Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-24T04:20:31.716Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-24T04:21:01.717Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-24T04:21:01.730Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9 and serviceModelVersionId: 46c190a7-1066-46bc-99c0-9cc072b56d0f
2023-02-24T04:21:01.730Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e6ca5dff-ee56-4f9d-b70f-bbc549c04860
2023-02-24T04:21:01.732Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e6ca5dff-ee56-4f9d-b70f-bbc549c04860/model-vers/model-ver/46c190a7-1066-46bc-99c0-9cc072b56d0f?depth=0
2023-02-24T04:21:01.739Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-24T04:21:01.820Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e6ca5dff-ee56-4f9d-b70f-bbc549c04860/model-vers/model-ver/46c190a7-1066-46bc-99c0-9cc072b56d0f?depth=0|INFO|500||Invoke
2023-02-24T04:21:01.821Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e6ca5dff-ee56-4f9d-b70f-bbc549c04860/model-vers/model-ver/46c190a7-1066-46bc-99c0-9cc072b56d0f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e6ca5dff-ee56-4f9d-b70f-bbc549c04860/model-vers/model-ver/46c190a7-1066-46bc-99c0-9cc072b56d0f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3c1e7e15-17dd-43f9-a46c-0b0494724dc8], X-ECOMP-RequestID=[cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9], X-TransactionId=[], X-ONAP-RequestID=[cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9], Content-Type=[application/merge-patch+json]}
2023-02-24T04:21:01.827Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e6ca5dff-ee56-4f9d-b70f-bbc549c04860/model-vers/model-ver/46c190a7-1066-46bc-99c0-9cc072b56d0f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-24T04:21:01.983Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e6ca5dff-ee56-4f9d-b70f-bbc549c04860/model-vers/model-ver/46c190a7-1066-46bc-99c0-9cc072b56d0f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e6ca5dff-ee56-4f9d-b70f-bbc549c04860/model-vers/model-ver/46c190a7-1066-46bc-99c0-9cc072b56d0f?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Feb 2023 04:21:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[168112], x-aai-txid=[1-aai-resources-230224-04:21:01:567-90683], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-24T04:21:01.984Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e6ca5dff-ee56-4f9d-b70f-bbc549c04860/model-vers/model-ver/46c190a7-1066-46bc-99c0-9cc072b56d0f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-24T04:21:01.985Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e6ca5dff-ee56-4f9d-b70f-bbc549c04860/model-vers/model-ver/46c190a7-1066-46bc-99c0-9cc072b56d0f?depth=0|INFO|500||InvokeReturn
2023-02-24T04:21:01.991Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-24T04:21:01.996Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-24T04:21:02.002Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-24T04:21:02.003Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-24T04:21:02.003Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-24T04:21:02.004Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:21:02.004Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:21:02.004Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212462003,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-24T04:21:03.023Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:21:30.994Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:21:31.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:21:31.001Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212462003,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-24T04:21:31.002Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:22:03.024Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:22:30.994Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:23:03.025Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:23:19.506Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-24T04:23:19.507Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"61c79a3c-dc2f-4043-b664-89f7a77b1431","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"5b3ea402-387e-478a-a271-1c20256e2f07","serviceDescription":"service","serviceInvariantUUID":"52d56e4e-08d5-4086-bbde-5e7983648b95","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"788bfe18-9d8b-4137-b68b-aaa9497dde75","resourceInvariantUUID":"4fd045b4-9e5a-4a22-9988-934203224f78","resourceCustomizationUUID":"bdf9ae70-a9cf-4b6c-9429-072d4f9d03c2","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":"MDFkZTM2NTY3YWZjMjhlNjZkYjRiNGYwZmU0NTI3MDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b06ab113-a779-4a2a-95a0-c813875c442f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTU2MTdlYTU5NzI1NTBhNTBlZDM4NTFjOGEyYzQzZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ee0a217-394c-4570-be17-0427d39a5b49","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-24T04:23:19.511Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:23:19.512Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:23:19.512Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:23:19.512Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212583025,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:23:19.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:23:19.529Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212543281,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:23:19.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:23:20.513Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:23:20.514Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:23:20.514Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:23:20.514Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212583025,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:23:21.516Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "5b3ea402-387e-478a-a271-1c20256e2f07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "52d56e4e-08d5-4086-bbde-5e7983648b95",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "bdf9ae70-a9cf-4b6c-9429-072d4f9d03c2",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "788bfe18-9d8b-4137-b68b-aaa9497dde75",
      "resourceInvariantUUID": "4fd045b4-9e5a-4a22-9988-934203224f78",
      "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": "YTU2MTdlYTU5NzI1NTBhNTBlZDM4NTFjOGEyYzQzZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0ee0a217-394c-4570-be17-0427d39a5b49"
    }
  ],
  "workloadContext": "Production"
}
2023-02-24T04:23:21.517Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-24T04:23:21.517Z|cffc6ed2-ec27-47a2-b1bb-4cebb02ed7c9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5b3ea402-387e-478a-a271-1c20256e2f07 ASDC
2023-02-24T04:23:21.518Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:61c79a3c-dc2f-4043-b664-89f7a77b1431
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:5b3ea402-387e-478a-a271-1c20256e2f07
ServiceInvariantUUID:52d56e4e-08d5-4086-bbde-5e7983648b95
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:0ee0a217-394c-4570-be17-0427d39a5b49
ArtifactChecksum:YTU2MTdlYTU5NzI1NTBhNTBlZDM4NTFjOGEyYzQzZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:bdf9ae70-a9cf-4b6c-9429-072d4f9d03c2
ResourceInvariantUUID:4fd045b4-9e5a-4a22-9988-934203224f78
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:788bfe18-9d8b-4137-b68b-aaa9497dde75
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-02-24T04:23:21.518Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b3ea402-387e-478a-a271-1c20256e2f07 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-02-24T04:23:21.627Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-24T04:23:21.628Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-24T04:23:21.628Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-24T04:23:21.628Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0ee0a217-394c-4570-be17-0427d39a5b49 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-24T04:23:21.628Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-24T04:23:21.628Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-24T04:23:22.046Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-24T04:23:22.048Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0ee0a217-394c-4570-be17-0427d39a5b49 57792
2023-02-24T04:23:22.048Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-24T04:23:22.049Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-24T04:23:22.049Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:23:22.049Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:23:22.049Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:23:22.049Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212602048,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:23:23.051Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-24T04:23:23.052Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-24T04:23:23.052Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 0ee0a217-394c-4570-be17-0427d39a5b49, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-24T04:23:23.052Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-24T04:23:23.053Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-24T04:23:23.053Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-24T04:23:23.221Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4160489293349033220/Definitions/service-BasicNetwork-template.yml
2023-02-24T04:23:23.748Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-24T04:23:23.749Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-24T04:23:23.749Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-24T04:23:23.750Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-24T04:23:23.750Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||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-02-24T04:23:23.751Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||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-02-24T04:23:23.751Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||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-02-24T04:23:23.751Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||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-02-24T04:23:23.752Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-24T04:23:23.752Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||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-02-24T04:23:23.752Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||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-02-24T04:23:23.753Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||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-02-24T04:23:23.753Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-24T04:23:23.754Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:23:23.754Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:23:23.755Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-24T04:23:23.755Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-24T04:23:23.756Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-24T04:23:23.756Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:23:23.757Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:23:23.757Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-24T04:23:23.757Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-24T04:23:23.758Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-24T04:23:23.758Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:23:23.759Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:23:23.759Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:23:23.760Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:23:23.761Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:23:23.761Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:23:23.762Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:23:23.763Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:23:23.764Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:23:23.764Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:23:23.765Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:5b3ea402-387e-478a-a271-1c20256e2f07
Model Version:NULL
Model InvariantUuid:52d56e4e-08d5-4086-bbde-5e7983648b95
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4fd045b4-9e5a-4a22-9988-934203224f78
Model UUID:8214d307-8bea-4018-a622-8b589f41b530
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:bdf9ae70-a9cf-4b6c-9429-072d4f9d03c2
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-02-24T04:23:23.785Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 788bfe18-9d8b-4137-b68b-aaa9497dde75
2023-02-24T04:23:23.785Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||No resources found for Service: 5b3ea402-387e-478a-a271-1c20256e2f07
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-24T04:23:23.792Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||
2023-02-24T04:23:23.793Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-02-24T04:23:23.794Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 5b3ea402-387e-478a-a271-1c20256e2f07
2023-02-24T04:23:23.794Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 5b3ea402-387e-478a-a271-1c20256e2f07
2023-02-24T04:23:23.795Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-02-24T04:23:23.795Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||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-02-24T04:23:23.814Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@403294b4, org.onap.sdc.toscaparser.api.parameters.Input@f2cf49c, org.onap.sdc.toscaparser.api.parameters.Input@4373aa82, org.onap.sdc.toscaparser.api.parameters.Input@4b49e6af, org.onap.sdc.toscaparser.api.parameters.Input@1f8a4c46]
2023-02-24T04:23:23.819Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:23:23.821Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:23:23.822Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:23:23.822Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:23:23.822Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 5b3ea402-387e-478a-a271-1c20256e2f07: Generic NeutronNet
2023-02-24T04:23:23.823Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:23:23.823Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:23:23.823Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:23:23.823Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||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-02-24T04:23:23.882Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:23:23.883Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:23:23.883Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:23:23.883Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:23:23.883Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:23:23.884Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:23:23.884Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||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-02-24T04:23:23.961Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-02-24T04:23:23.962Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-24T04:23:23.962Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-24T04:23:23.962Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T04:23:23.962Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:23:23.962Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:23:23.962Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212603962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:23:24.965Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61c79a3c-dc2f-4043-b664-89f7a77b1431
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:23:25.000Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61c79a3c-dc2f-4043-b664-89f7a77b1431
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:23:25.006Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:23:25.006Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-24T04:23:25.006Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-24T04:23:30.994Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:23:30.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:23:30.996Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212590401,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:23:30.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:23:30.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:23:30.998Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212583025,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:23:30.998Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:23:30.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:23:31.000Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212573572,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:23:31.000Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:23:55.006Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61c79a3c-dc2f-4043-b664-89f7a77b1431
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:23:55.023Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61c79a3c-dc2f-4043-b664-89f7a77b1431
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:23:55.026Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:23:55.026Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-24T04:23:55.026Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-24T04:24:25.027Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61c79a3c-dc2f-4043-b664-89f7a77b1431
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:24:25.089Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61c79a3c-dc2f-4043-b664-89f7a77b1431
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:24:25.095Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:24:25.095Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-24T04:24:25.095Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-24T04:24:30.994Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:24:30.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:24:30.999Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212576189,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:24:31.000Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:24:31.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:24:31.000Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212543281,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:24:31.001Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:24:31.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:24:31.001Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212583025,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:24:31.001Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:24:31.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:24:31.001Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212590401,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:24:31.001Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:24:31.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:24:31.002Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212573572,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:24:31.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:24:31.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:24:31.002Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212576189,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:24:31.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:24:31.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:24:31.003Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212601646,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:24:31.003Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:24:31.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:24:31.003Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212601654,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:24:31.003Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:24:31.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:24:31.003Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212603456,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:24:31.003Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:24:31.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:24:31.004Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212602048,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:24:31.004Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:24:31.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:24:31.004Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212602650,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:24:31.004Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:24:31.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:24:31.004Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212603652,
  "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-02-24T04:24:31.023Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61c79a3c-dc2f-4043-b664-89f7a77b1431
2023-02-24T04:24:31.024Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61c79a3c-dc2f-4043-b664-89f7a77b1431 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-02-24T04:24:31.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:24:31.039Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212603962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:24:31.039Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:24:31.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:24:31.039Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212604206,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:24:31.040Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:24:31.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:24:31.040Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212604206,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:24:31.040Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:24:31.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:24:31.041Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212605805,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:24:31.041Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:24:31.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:24:31.041Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212606992,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:24:31.041Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:24:31.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:24:31.042Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212606808,
  "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-02-24T04:24:31.051Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 61c79a3c-dc2f-4043-b664-89f7a77b1431
2023-02-24T04:24:31.053Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61c79a3c-dc2f-4043-b664-89f7a77b1431 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-02-24T04:24:31.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:24:31.074Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212608963,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:24:31.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:24:31.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:24:31.075Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212609969,
  "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-02-24T04:24:31.083Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 61c79a3c-dc2f-4043-b664-89f7a77b1431
2023-02-24T04:24:31.083Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61c79a3c-dc2f-4043-b664-89f7a77b1431 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-02-24T04:24:55.096Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61c79a3c-dc2f-4043-b664-89f7a77b1431
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:24:55.118Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61c79a3c-dc2f-4043-b664-89f7a77b1431
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:24:55.122Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:24:55.122Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-24T04:24:55.122Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-24T04:24:55.122Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-24T04:24:55.122Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:24:55.122Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:24:55.122Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:24:55.123Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:24:55.123Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-24T04:24:55.133Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-24T04:25:25.134Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 61c79a3c-dc2f-4043-b664-89f7a77b1431 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-24T04:25:25.147Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 61c79a3c-dc2f-4043-b664-89f7a77b1431 and serviceModelVersionId: 5b3ea402-387e-478a-a271-1c20256e2f07
2023-02-24T04:25:25.147Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52d56e4e-08d5-4086-bbde-5e7983648b95
2023-02-24T04:25:25.149Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52d56e4e-08d5-4086-bbde-5e7983648b95/model-vers/model-ver/5b3ea402-387e-478a-a271-1c20256e2f07?depth=0
2023-02-24T04:25:25.156Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-24T04:25:25.229Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52d56e4e-08d5-4086-bbde-5e7983648b95/model-vers/model-ver/5b3ea402-387e-478a-a271-1c20256e2f07?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-24T04:25:25.231Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52d56e4e-08d5-4086-bbde-5e7983648b95/model-vers/model-ver/5b3ea402-387e-478a-a271-1c20256e2f07?depth=0|INFO|500||Invoke
2023-02-24T04:25:25.237Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52d56e4e-08d5-4086-bbde-5e7983648b95/model-vers/model-ver/5b3ea402-387e-478a-a271-1c20256e2f07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-24T04:25:25.462Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52d56e4e-08d5-4086-bbde-5e7983648b95/model-vers/model-ver/5b3ea402-387e-478a-a271-1c20256e2f07?depth=0|INFO|500||InvokeReturn
2023-02-24T04:25:25.462Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52d56e4e-08d5-4086-bbde-5e7983648b95/model-vers/model-ver/5b3ea402-387e-478a-a271-1c20256e2f07?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Feb 2023 04:25:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[208], vertex-id=[213008], x-aai-txid=[0-aai-resources-230224-04:25:24:983-99195], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-24T04:25:25.464Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-02-24T04:25:25.464Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-24T04:25:25.464Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-24T04:25:25.475Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-24T04:25:25.475Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 61c79a3c-dc2f-4043-b664-89f7a77b1431 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-24T04:25:25.475Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-24T04:25:25.476Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:25:25.476Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:25:25.476Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212725475,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-24T04:25:26.499Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:25:26.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:25:26.505Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"7de3af46-92b6-414c-9431-fbb8299c81b0","serviceName":"Demo_pNF_bGAa0Bkn7ScaXmVC1OMR","serviceVersion":"1.0","serviceUUID":"ad4065ed-b73c-457f-956a-2c9abc5b8dd7","serviceDescription":"catalog service description","serviceInvariantUUID":"24b3bf2f-10b8-45ad-8e00-6bb08512045a","resources":[{"resourceInstanceName":"pNF 14521e26-83bf 0","resourceName":"pNF 14521e26-83bf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5ad64e4b-f43a-4784-9f5d-175fd888cd96","resourceInvariantUUID":"72bbd676-9307-4958-843d-c9dbac6d01f3","resourceCustomizationUUID":"892b3f34-4bd3-4362-bb8c-70fd63db3f06","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/vf-license-model.xml","artifactChecksum":"ZGJlOGMyMzVkNjAxNTdmZTVlMTRmOGZiY2U0NzdkZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"88895d21-ed88-4ff1-b3ec-d63f819c6e61","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/pNF.csar","artifactChecksum":"NGNhZDhjMjBjMWJjNWE4ZDMwNjI0ODdlZjY0MDI2NmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ec5819d-474b-494f-a0a7-40c7e343ba67","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e976d015-eb05-4c09-a5d9-9198a50cb66e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/vendor-license-model.xml","artifactChecksum":"NGRjN2JiMmU4M2Y1YTUxYjk1YjFhZDBmNGNlMDA4Njk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"47e61c5b-0ef6-44e6-a04a-16dc1459af73","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"12036481-18fc-4056-98c2-0624f0035c15","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"45d444b8-16d6-4994-b1d3-808c3851410e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBgaa0bkn7scaxmvc1omr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-template.yml","artifactChecksum":"ZTdiMDI4ZTM3ZWQ1NGMxOTZmNTU4YjUwODk1ODI0MTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7bb1c87-fb39-4e19-b57e-86183c5baf7c","artifactVersion":"1"},{"artifactName":"service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar","artifactChecksum":"N2FmMzJmZjMzZDY3M2UyOGZjMTY1MzE1MzExMzE4NDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc8a1b0c-8fcb-4c61-9554-7fda513eb52a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-24T04:25:26.508Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:25:26.508Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:25:26.509Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:25:26.509Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:25:27.509Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:25:27.510Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:25:27.511Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:25:27.511Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:25:28.512Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:25:28.512Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:25:28.512Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:25:28.512Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:25:29.513Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:25:29.514Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:25:29.514Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:25:29.515Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:25:30.516Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:25:30.516Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:25:30.516Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:25:30.517Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:25:30.994Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:25:30.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:30.998Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212604461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.000Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.000Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212634657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.000Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.001Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212650401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.001Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.002Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212631619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.002Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212604461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.003Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.003Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212634657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.003Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.004Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212650401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.005Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.005Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212631619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.006Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.006Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212634657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.006Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.006Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212604461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.007Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212650401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.008Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212631619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.008Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.008Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212634657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.009Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.009Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212604461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.009Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.010Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212650401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.010Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.010Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212631619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.010Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.011Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212634657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.011Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.011Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212604461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.012Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.012Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212650401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.012Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.013Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212631619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.013Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.013Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212634657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.013Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.014Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212604461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.014Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.014Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212650401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.015Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.015Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212631619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.015Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.016Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212604461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.016Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.016Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212634657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.016Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.017Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212650401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.017Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212631619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.018Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212634657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:25:31.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.019Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212604461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:25:31.019Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.019Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212650401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:25:31.020Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.020Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212631619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:25:31.020Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.021Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212663065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:25:31.021Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.021Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212661332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:25:31.021Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.022Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212661339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:25:31.022Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.022Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212662349,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:25:31.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.023Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212663351,
  "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-02-24T04:25:31.049Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7de3af46-92b6-414c-9431-fbb8299c81b0
2023-02-24T04:25:31.049Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7de3af46-92b6-414c-9431-fbb8299c81b0 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-02-24T04:25:31.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.067Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212664206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.069Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212664206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.070Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212664206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.071Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212664206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.071Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.071Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212667518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:25:31.071Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.072Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212664206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.072Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212668521,
  "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-02-24T04:25:31.081Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7de3af46-92b6-414c-9431-fbb8299c81b0
2023-02-24T04:25:31.082Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7de3af46-92b6-414c-9431-fbb8299c81b0 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-02-24T04:25:31.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.107Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212664206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:25:31.108Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212664206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:25:31.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:25:31.517Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:25:31.518Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:25:31.518Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:25:31.518Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:25:32.519Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:25:32.520Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:25:32.520Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:25:32.520Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:25:33.521Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:25:33.522Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:25:33.522Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:25:33.522Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:25:34.523Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "serviceName": "Demo_pNF_bGAa0Bkn7ScaXmVC1OMR",
  "serviceVersion": "1.0",
  "serviceUUID": "ad4065ed-b73c-457f-956a-2c9abc5b8dd7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "24b3bf2f-10b8-45ad-8e00-6bb08512045a",
  "resources": [
    {
      "resourceInstanceName": "pNF 14521e26-83bf 0",
      "resourceCustomizationUUID": "892b3f34-4bd3-4362-bb8c-70fd63db3f06",
      "resourceName": "pNF 14521e26-83bf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5ad64e4b-f43a-4784-9f5d-175fd888cd96",
      "resourceInvariantUUID": "72bbd676-9307-4958-843d-c9dbac6d01f3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar",
      "artifactChecksum": "N2FmMzJmZjMzZDY3M2UyOGZjMTY1MzE1MzExMzE4NDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fc8a1b0c-8fcb-4c61-9554-7fda513eb52a"
    }
  ],
  "workloadContext": "Production"
}
2023-02-24T04:25:34.524Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-24T04:25:34.524Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ad4065ed-b73c-457f-956a-2c9abc5b8dd7 ASDC
2023-02-24T04:25:34.524Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7de3af46-92b6-414c-9431-fbb8299c81b0
ServiceName:Demo_pNF_bGAa0Bkn7ScaXmVC1OMR
ServiceVersion:1.0
ServiceUUID:ad4065ed-b73c-457f-956a-2c9abc5b8dd7
ServiceInvariantUUID:24b3bf2f-10b8-45ad-8e00-6bb08512045a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar
ArtifactUUID:fc8a1b0c-8fcb-4c61-9554-7fda513eb52a
ArtifactChecksum:N2FmMzJmZjMzZDY3M2UyOGZjMTY1MzE1MzExMzE4NDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 14521e26-83bf 0
ResourceCustomizationUUID:892b3f34-4bd3-4362-bb8c-70fd63db3f06
ResourceInvariantUUID:72bbd676-9307-4958-843d-c9dbac6d01f3
ResourceName:pNF 14521e26-83bf
ResourceType:PNF
ResourceUUID:5ad64e4b-f43a-4784-9f5d-175fd888cd96
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-24T04:25:34.525Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad4065ed-b73c-457f-956a-2c9abc5b8dd7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-02-24T04:25:34.633Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-24T04:25:34.634Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-24T04:25:34.634Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-24T04:25:34.635Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fc8a1b0c-8fcb-4c61-9554-7fda513eb52a from URL: /sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar
2023-02-24T04:25:34.635Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-24T04:25:34.635Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar
2023-02-24T04:25:34.715Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-24T04:25:34.716Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar fc8a1b0c-8fcb-4c61-9554-7fda513eb52a 88014
2023-02-24T04:25:34.716Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar ASDC sendASDCNotification
2023-02-24T04:25:34.716Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar
2023-02-24T04:25:34.717Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:25:34.717Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:25:34.717Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:25:34.717Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212734716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:25:35.719Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-24T04:25:35.720Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-24T04:25:35.720Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fc8a1b0c-8fcb-4c61-9554-7fda513eb52a, URL: /sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar to file: /app/ASDC/1/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar
2023-02-24T04:25:35.720Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar
2023-02-24T04:25:35.721Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar
2023-02-24T04:25:35.722Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar
2023-02-24T04:25:35.866Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17091353078862393926/Definitions/service-DemoPnfBgaa0bkn7scaxmvc1omr-template.yml
2023-02-24T04:25:36.823Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-24T04:25:36.824Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-02-24T04:25:36.824Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar
2023-02-24T04:25:36.824Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-24T04:25:36.824Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||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-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar
2023-02-24T04:25:36.824Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar
2023-02-24T04:25:36.824Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||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-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar
2023-02-24T04:25:36.824Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar
2023-02-24T04:25:36.824Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar
2023-02-24T04:25:36.825Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar
2023-02-24T04:25:36.825Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 14521e26-83bf 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-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar
2023-02-24T04:25:36.825Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-02-24T04:25:36.825Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:25:36.825Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bGAa0Bkn7ScaXmVC1OMR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:25:36.826Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Node template pNF 14521e26-83bf 0 is matching search criteria
2023-02-24T04:25:36.826Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-02-24T04:25:36.826Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 14521e26-83bf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-24T04:25:36.826Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:25:36.826Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bGAa0Bkn7ScaXmVC1OMR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:25:36.826Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Node template pNF 14521e26-83bf 0 is matching search criteria
2023-02-24T04:25:36.827Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-02-24T04:25:36.827Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 14521e26-83bf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-24T04:25:36.827Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:25:36.827Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bGAa0Bkn7ScaXmVC1OMR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:25:36.827Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:25:36.827Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bGAa0Bkn7ScaXmVC1OMR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:25:36.827Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:25:36.828Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bGAa0Bkn7ScaXmVC1OMR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:25:36.828Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:25:36.828Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bGAa0Bkn7ScaXmVC1OMR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:25:36.828Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:25:36.828Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bGAa0Bkn7ScaXmVC1OMR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:25:36.828Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_bGAa0Bkn7ScaXmVC1OMR
Description:catalog service description
Model UUID:ad4065ed-b73c-457f-956a-2c9abc5b8dd7
Model Version:NULL
Model InvariantUuid:24b3bf2f-10b8-45ad-8e00-6bb08512045a
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-02-24T04:25:36.976Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5ad64e4b-f43a-4784-9f5d-175fd888cd96
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-24T04:25:37.001Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||pNF 14521e26-83bf 0
2023-02-24T04:25:37.002Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5ad64e4b-f43a-4784-9f5d-175fd888cd96
2023-02-24T04:25:37.002Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||No resources found for Service: ad4065ed-b73c-457f-956a-2c9abc5b8dd7
2023-02-24T04:25:37.003Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ad4065ed-b73c-457f-956a-2c9abc5b8dd7
2023-02-24T04:25:37.003Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 14521e26-83bf 0 5ad64e4b-f43a-4784-9f5d-175fd888cd96 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-02-24T04:25:37.043Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e792229, org.onap.sdc.toscaparser.api.parameters.Input@b92ed62, org.onap.sdc.toscaparser.api.parameters.Input@4df9b2c6, org.onap.sdc.toscaparser.api.parameters.Input@793f66f1, org.onap.sdc.toscaparser.api.parameters.Input@3e906b95]
2023-02-24T04:25:37.044Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:25:37.044Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bGAa0Bkn7ScaXmVC1OMR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:25:37.045Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ad4065ed-b73c-457f-956a-2c9abc5b8dd7: pNF 14521e26-83bf
2023-02-24T04:25:37.045Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||Processing PNF resource: 5ad64e4b-f43a-4784-9f5d-175fd888cd96
2023-02-24T04:25:37.045Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:25:37.046Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bGAa0Bkn7ScaXmVC1OMR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:25:37.046Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||Resource customization UUID: 892b3f34-4bd3-4362-bb8c-70fd63db3f06 is the same as notified resource customizationUUID: 892b3f34-4bd3-4362-bb8c-70fd63db3f06
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-02-24T04:25:37.419Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 14521e26-83bf 5ad64e4b-f43a-4784-9f5d-175fd888cd96 0 ASDC deployResourceStructure
2023-02-24T04:25:37.419Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar ASDC sendASDCNotification
2023-02-24T04:25:37.420Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar
2023-02-24T04:25:37.420Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T04:25:37.420Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:25:37.420Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:25:37.420Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212737419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:25:38.421Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7de3af46-92b6-414c-9431-fbb8299c81b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:25:38.447Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7de3af46-92b6-414c-9431-fbb8299c81b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:25:38.451Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:25:38.451Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-24T04:25:38.451Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-24T04:25:38.451Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-24T04:26:08.452Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7de3af46-92b6-414c-9431-fbb8299c81b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:26:08.469Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7de3af46-92b6-414c-9431-fbb8299c81b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:26:08.473Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:26:08.473Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-24T04:26:08.473Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-24T04:26:08.473Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-24T04:26:30.994Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:26:30.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:30.997Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212664206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:26:30.998Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:30.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:30.999Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212672991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:26:30.999Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:30.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:30.999Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212675392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:26:31.000Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.000Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212676397,
  "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-02-24T04:26:31.016Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7de3af46-92b6-414c-9431-fbb8299c81b0
2023-02-24T04:26:31.017Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7de3af46-92b6-414c-9431-fbb8299c81b0 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-02-24T04:26:31.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.033Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212664352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.034Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.034Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212664072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.034Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.035Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212661521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.035Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.036Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212664352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.038Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212664072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.038Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.039Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212661521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-24T04:26:31.039Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.039Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212664352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-24T04:26:31.040Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.040Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212664072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.040Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.041Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212661521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-24T04:26:31.041Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.042Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212664352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.043Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212664072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.044Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212661521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.044Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212680401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.045Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.045Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212664352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.046Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212664072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.047Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.047Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212661521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-24T04:26:31.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.052Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212680401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.053Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212664352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.054Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212664072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.055Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212661521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.055Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212680401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.056Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212664352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:26:31.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.057Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212664072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:26:31.057Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.058Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212661521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:26:31.059Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.059Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212680401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.059Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.059Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212684265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:26:31.060Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.060Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677212686019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:26:31.060Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.060Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212684658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:26:31.061Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.061Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212680401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.061Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.061Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212685268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:26:31.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.062Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212680401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.062Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212685725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:26:31.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.062Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677212686270,
  "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-02-24T04:26:31.081Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c9716ddb-3382-4b63-aab8-2349dda5f28d
2023-02-24T04:26:31.081Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9716ddb-3382-4b63-aab8-2349dda5f28d 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-02-24T04:26:31.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.091Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212680401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:26:31.092Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.092Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212686797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:26:31.092Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.092Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212687521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:26:31.093Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.093Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212687898,
  "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-02-24T04:26:31.101Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c9716ddb-3382-4b63-aab8-2349dda5f28d
2023-02-24T04:26:31.101Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9716ddb-3382-4b63-aab8-2349dda5f28d 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-02-24T04:26:31.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.113Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677212688902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-24T04:26:31.113Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.113Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212694206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.114Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.114Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212694206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.115Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212695620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:26:31.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.115Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212694206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.116Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "aai-model-loader",
  "timestamp": 1677212696622,
  "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-02-24T04:26:31.122Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c9716ddb-3382-4b63-aab8-2349dda5f28d
2023-02-24T04:26:31.122Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9716ddb-3382-4b63-aab8-2349dda5f28d 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-02-24T04:26:31.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212694206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.136Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212694206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212694206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.137Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212694206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:26:31.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.138Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212702003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:26:31.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.138Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212704993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:26:31.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.139Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677212705999,
  "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-02-24T04:26:31.147Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c9716ddb-3382-4b63-aab8-2349dda5f28d
2023-02-24T04:26:31.147Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9716ddb-3382-4b63-aab8-2349dda5f28d 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-02-24T04:26:31.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.164Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "61c79a3c-dc2f-4043-b664-89f7a77b1431",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212725475,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-24T04:26:31.165Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.165Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.165Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.166Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.166Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.166Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.167Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:31.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-24T04:26:31.167Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:26:31.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:26:38.473Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7de3af46-92b6-414c-9431-fbb8299c81b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:26:38.490Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7de3af46-92b6-414c-9431-fbb8299c81b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:26:38.493Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:26:38.494Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-24T04:26:38.494Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-24T04:26:38.494Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-24T04:26:38.494Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:26:38.494Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:26:38.494Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:26:38.494Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:26:38.495Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-24T04:26:38.506Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-24T04:27:08.506Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7de3af46-92b6-414c-9431-fbb8299c81b0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-24T04:27:08.521Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7de3af46-92b6-414c-9431-fbb8299c81b0 and serviceModelVersionId: ad4065ed-b73c-457f-956a-2c9abc5b8dd7
2023-02-24T04:27:08.522Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24b3bf2f-10b8-45ad-8e00-6bb08512045a
2023-02-24T04:27:08.523Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24b3bf2f-10b8-45ad-8e00-6bb08512045a/model-vers/model-ver/ad4065ed-b73c-457f-956a-2c9abc5b8dd7?depth=0
2023-02-24T04:27:08.531Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-02-24T04:27:08.598Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24b3bf2f-10b8-45ad-8e00-6bb08512045a/model-vers/model-ver/ad4065ed-b73c-457f-956a-2c9abc5b8dd7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-24T04:27:08.600Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24b3bf2f-10b8-45ad-8e00-6bb08512045a/model-vers/model-ver/ad4065ed-b73c-457f-956a-2c9abc5b8dd7?depth=0|INFO|500||Invoke
2023-02-24T04:27:08.610Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24b3bf2f-10b8-45ad-8e00-6bb08512045a/model-vers/model-ver/ad4065ed-b73c-457f-956a-2c9abc5b8dd7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-24T04:27:08.754Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24b3bf2f-10b8-45ad-8e00-6bb08512045a/model-vers/model-ver/ad4065ed-b73c-457f-956a-2c9abc5b8dd7?depth=0|INFO|500||InvokeReturn
2023-02-24T04:27:08.756Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24b3bf2f-10b8-45ad-8e00-6bb08512045a/model-vers/model-ver/ad4065ed-b73c-457f-956a-2c9abc5b8dd7?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Feb 2023 04:27:08 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[176304], x-aai-txid=[0-aai-resources-230224-04:27:08:351-9573], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-24T04:27:08.757Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-02-24T04:27:08.757Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-24T04:27:08.758Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-24T04:27:08.787Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-24T04:27:08.788Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7de3af46-92b6-414c-9431-fbb8299c81b0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-24T04:27:08.789Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-24T04:27:08.789Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:27:08.790Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:27:08.790Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212828789,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-24T04:27:09.842Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-24T04:27:09.843Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"c9716ddb-3382-4b63-aab8-2349dda5f28d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1a5513ad-1d34-4d0a-8f2c-36ce608b9352","serviceDescription":"service","serviceInvariantUUID":"fc8ced46-f48b-4551-833f-f7c6d645947c","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ef6a49dd-8ead-4ebe-a23d-64e9551969c4","resourceInvariantUUID":"9a41d8b3-9e25-4d18-ab34-cf7051298fe9","resourceCustomizationUUID":"8f9fd1d7-5246-48bd-8344-22206f34ed68","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":"ZmUzOWM2ZTljM2U0ZDljMThlNTRhMGNkMGQwNmZiOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec0c3c40-3adf-4143-bcc0-0f3fc1f58d25","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":"MTQxN2FhZGNlMmM2MDg4MzljN2MyM2YwMWI0MGNiMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"83ef860b-b91e-41b5-8c23-3291402d854b","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":"cb8fb7a1-fb06-4fd3-a5fa-543b73962d80","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":"e6df126f-72cc-400b-965c-c0c18282994a","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":"33fed06b-4a71-4246-8c2a-215f65c90f18","artifactVersion":"2","generatedFromUUID":"cb8fb7a1-fb06-4fd3-a5fa-543b73962d80"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTc4MGJkOGIxNDU5NTA1MmI4MTFlODA3NGVkNDExZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09df1466-a8f6-4ebf-b084-1a21118997ba","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDAxMDAxOTNhNDRkMzBhNTBiMDY3NjBiYmY2NjllYWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3ed1bc9-38c6-41a5-8a32-e366c19188e6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-24T04:27:09.843Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:27:09.844Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:27:09.844Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:27:09.845Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "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-02-24T04:27:10.848Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:27:10.849Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:27:10.849Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:27:10.850Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "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-02-24T04:27:11.855Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:27:11.856Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:27:11.856Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:27:11.857Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "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-02-24T04:27:12.859Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:27:12.860Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:27:12.860Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:27:12.860Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "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-02-24T04:27:13.863Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:27:13.863Z||kafka-producer-network-thread | SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-64498458-22ea-4863-afe2-6ef8ea67c529] Node 0 disconnected.
2023-02-24T04:27:13.864Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:27:13.864Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:27:13.864Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "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-02-24T04:27:14.867Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:27:14.867Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:27:14.868Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:27:14.868Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:27:15.869Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:27:15.869Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:27:15.869Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:27:15.870Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:27:16.871Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "1a5513ad-1d34-4d0a-8f2c-36ce608b9352",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fc8ced46-f48b-4551-833f-f7c6d645947c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "8f9fd1d7-5246-48bd-8344-22206f34ed68",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ef6a49dd-8ead-4ebe-a23d-64e9551969c4",
      "resourceInvariantUUID": "9a41d8b3-9e25-4d18-ab34-cf7051298fe9",
      "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": "MTQxN2FhZGNlMmM2MDg4MzljN2MyM2YwMWI0MGNiMDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "83ef860b-b91e-41b5-8c23-3291402d854b",
          "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": "cb8fb7a1-fb06-4fd3-a5fa-543b73962d80",
          "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": "33fed06b-4a71-4246-8c2a-215f65c90f18",
            "generatedFromUUID": "cb8fb7a1-fb06-4fd3-a5fa-543b73962d80"
          },
          "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": "33fed06b-4a71-4246-8c2a-215f65c90f18",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MDAxMDAxOTNhNDRkMzBhNTBiMDY3NjBiYmY2NjllYWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3ed1bc9-38c6-41a5-8a32-e366c19188e6"
    }
  ],
  "workloadContext": "Production"
}
2023-02-24T04:27:16.872Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-24T04:27:16.872Z|7de3af46-92b6-414c-9431-fbb8299c81b0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1a5513ad-1d34-4d0a-8f2c-36ce608b9352 ASDC
2023-02-24T04:27:16.872Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c9716ddb-3382-4b63-aab8-2349dda5f28d
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:1a5513ad-1d34-4d0a-8f2c-36ce608b9352
ServiceInvariantUUID:fc8ced46-f48b-4551-833f-f7c6d645947c
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:d3ed1bc9-38c6-41a5-8a32-e366c19188e6
ArtifactChecksum:MDAxMDAxOTNhNDRkMzBhNTBiMDY3NjBiYmY2NjllYWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:8f9fd1d7-5246-48bd-8344-22206f34ed68
ResourceInvariantUUID:9a41d8b3-9e25-4d18-ab34-cf7051298fe9
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:ef6a49dd-8ead-4ebe-a23d-64e9551969c4
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:83ef860b-b91e-41b5-8c23-3291402d854b
ArtifactChecksum:MTQxN2FhZGNlMmM2MDg4MzljN2MyM2YwMWI0MGNiMDM=
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:cb8fb7a1-fb06-4fd3-a5fa-543b73962d80
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:33fed06b-4a71-4246-8c2a-215f65c90f18
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:33fed06b-4a71-4246-8c2a-215f65c90f18
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-24T04:27:16.873Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1a5513ad-1d34-4d0a-8f2c-36ce608b9352 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-02-24T04:27:16.939Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-24T04:27:16.941Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-24T04:27:16.941Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-24T04:27:16.941Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d3ed1bc9-38c6-41a5-8a32-e366c19188e6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-24T04:27:16.941Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-24T04:27:16.942Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-24T04:27:17.028Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-24T04:27:17.030Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d3ed1bc9-38c6-41a5-8a32-e366c19188e6 75202
2023-02-24T04:27:17.031Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-24T04:27:17.031Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-24T04:27:17.032Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:27:17.032Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:27:17.033Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:27:17.033Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212837031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:27:18.036Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-24T04:27:18.037Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-24T04:27:18.037Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d3ed1bc9-38c6-41a5-8a32-e366c19188e6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-24T04:27:18.038Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-02-24T04:27:18.039Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-24T04:27:18.039Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-02-24T04:27:18.179Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10214754570731071854/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-02-24T04:27:19.525Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-24T04:27:19.526Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-02-24T04:27:19.526Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-24T04:27:19.526Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-24T04:27:19.526Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||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-02-24T04:27:19.526Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-24T04:27:19.526Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||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-02-24T04:27:19.526Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||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-02-24T04:27:19.526Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-24T04:27:19.526Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-24T04:27:19.527Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-24T04:27:19.527Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-02-24T04:27:19.527Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:19.527Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:27:19.527Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-24T04:27:19.527Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-02-24T04:27:19.528Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-24T04:27:19.528Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:19.528Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:27:19.528Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-24T04:27:19.528Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-02-24T04:27:19.528Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-24T04:27:19.528Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:19.528Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:27:19.529Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:19.529Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-24T04:27:19.529Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-24T04:27:19.529Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-24T04:27:19.529Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-24T04:27:19.529Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-24T04:27:19.529Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-24T04:27:19.530Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:19.530Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-24T04:27:19.530Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:19.530Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-24T04:27:19.530Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:27:19.530Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:19.531Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-24T04:27:19.531Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:27:19.531Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:19.531Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-24T04:27:19.531Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:27:19.531Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:19.531Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-24T04:27:19.532Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-24T04:27:19.532Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-24T04:27:19.532Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2a9aa6e5-2f1a-4dfa-bd90-161ac2c57504
2023-02-24T04:27:19.532Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:19.532Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:27:19.532Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:19.532Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:27:19.532Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:19.533Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:27:19.533Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:19.533Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:27:19.533Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:1a5513ad-1d34-4d0a-8f2c-36ce608b9352
Model Version:NULL
Model InvariantUuid:fc8ced46-f48b-4551-833f-f7c6d645947c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6eb82643-ecb9-4e94-8e68-290f7f812290
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9a41d8b3-9e25-4d18-ab34-cf7051298fe9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8f9fd1d7-5246-48bd-8344-22206f34ed68
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:58772f98-37db-4c5f-82a8-c6dd391f9075
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:628fe784-6126-4667-bed4-1197e7736035
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a9aa6e5-2f1a-4dfa-bd90-161ac2c57504
ModelInvariantUuid:d108c951-48d9-4eaa-81ea-fe9f6a4b887e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:f925ebda-9b1b-4926-b048-bfae8d5f9991
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:54005f8e-925d-4b7d-aa26-3c5b351baeeb
ModelInvariantUuid:ee1739bb-d2fa-48e7-88d0-b0082a04e65d
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:09713ca0-2254-4b82-adba-169779442542
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-02-24T04:27:19.669Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: ef6a49dd-8ead-4ebe-a23d-64e9551969c4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-24T04:27:19.698Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||basic_vm 0
2023-02-24T04:27:19.699Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ef6a49dd-8ead-4ebe-a23d-64e9551969c4
2023-02-24T04:27:19.699Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 83ef860b-b91e-41b5-8c23-3291402d854b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-24T04:27:19.699Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-24T04:27:19.699Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||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-02-24T04:27:19.791Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-24T04:27:19.792Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 83ef860b-b91e-41b5-8c23-3291402d854b 787
2023-02-24T04:27:19.792Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||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-02-24T04:27:19.792Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||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-02-24T04:27:19.792Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:27:19.792Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:27:19.792Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:27:19.793Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212839792,
  "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-02-24T04:27:20.793Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "58772f98-37db-4c5f-82a8-c6dd391f9075",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "628fe784-6126-4667-bed4-1197e7736035",
    "vfModuleModelCustomizationUUID": "5397f909-7c34-4c35-bdfb-1ece42498bef",
    "isBase": true,
    "artifacts": [
      "cb8fb7a1-fb06-4fd3-a5fa-543b73962d80",
      "33fed06b-4a71-4246-8c2a-215f65c90f18"
    ],
    "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-02-24T04:27:20.799Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:628fe784-6126-4667-bed4-1197e7736035
VfModuleModelInvariantUUID:58772f98-37db-4c5f-82a8-c6dd391f9075
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb8fb7a1-fb06-4fd3-a5fa-543b73962d80
,
33fed06b-4a71-4246-8c2a-215f65c90f18

}
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-02-24T04:27:20.801Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "58772f98-37db-4c5f-82a8-c6dd391f9075",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "628fe784-6126-4667-bed4-1197e7736035",
    "vfModuleModelCustomizationUUID": "5397f909-7c34-4c35-bdfb-1ece42498bef",
    "isBase": true,
    "artifacts": [
      "cb8fb7a1-fb06-4fd3-a5fa-543b73962d80",
      "33fed06b-4a71-4246-8c2a-215f65c90f18"
    ],
    "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-02-24T04:27:20.802Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:628fe784-6126-4667-bed4-1197e7736035
VfModuleModelInvariantUUID:58772f98-37db-4c5f-82a8-c6dd391f9075
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb8fb7a1-fb06-4fd3-a5fa-543b73962d80
,
33fed06b-4a71-4246-8c2a-215f65c90f18

}
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-02-24T04:27:20.802Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cb8fb7a1-fb06-4fd3-a5fa-543b73962d80 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-24T04:27:20.802Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-24T04:27:20.802Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||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-02-24T04:27:20.906Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-24T04:27:20.906Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml cb8fb7a1-fb06-4fd3-a5fa-543b73962d80 5033
2023-02-24T04:27:20.907Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||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-02-24T04:27:20.907Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||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-02-24T04:27:20.907Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:27:20.907Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:27:20.908Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:27:20.908Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212840907,
  "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-02-24T04:27:21.909Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 33fed06b-4a71-4246-8c2a-215f65c90f18 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-24T04:27:21.909Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-24T04:27:21.910Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||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-02-24T04:27:22.064Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-24T04:27:22.065Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 33fed06b-4a71-4246-8c2a-215f65c90f18 903
2023-02-24T04:27:22.065Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||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-02-24T04:27:22.065Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||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-02-24T04:27:22.065Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:27:22.066Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:27:22.066Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:27:22.066Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212842065,
  "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-02-24T04:27:23.067Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1a5513ad-1d34-4d0a-8f2c-36ce608b9352
2023-02-24T04:27:23.067Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 ef6a49dd-8ead-4ebe-a23d-64e9551969c4 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-02-24T04:27:23.091Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@865ef45, org.onap.sdc.toscaparser.api.parameters.Input@bdb81da, org.onap.sdc.toscaparser.api.parameters.Input@b94b1fb, org.onap.sdc.toscaparser.api.parameters.Input@5fcef7a8, org.onap.sdc.toscaparser.api.parameters.Input@78f624d3]
2023-02-24T04:27:23.093Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:23.094Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:27:23.094Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-02-24T04:27:23.094Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 8f9fd1d7-5246-48bd-8344-22206f34ed68
2023-02-24T04:27:23.094Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f9fd1d7-5246-48bd-8344-22206f34ed68 matches Tosca VF Customization UUID: 8f9fd1d7-5246-48bd-8344-22206f34ed68
2023-02-24T04:27:23.094Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 8f9fd1d7-5246-48bd-8344-22206f34ed68  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-02-24T04:27:23.097Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:23.098Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:27:23.098Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 8f9fd1d7-5246-48bd-8344-22206f34ed68: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-24T04:27:23.098Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@299a0c1d
2023-02-24T04:27:23.099Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:23.099Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-24T04:27:23.099Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5397f909-7c34-4c35-bdfb-1ece42498bef
2023-02-24T04:27:23.099Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5397f909-7c34-4c35-bdfb-1ece42498bef
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-02-24T04:27:23.103Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:23.103Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-24T04:27:23.103Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:27:23.104Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:23.104Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-24T04:27:23.104Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:27:23.104Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:23.104Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-24T04:27:23.105Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-24T04:27:23.105Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-24T04:27:23.105Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2a9aa6e5-2f1a-4dfa-bd90-161ac2c57504
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-02-24T04:27:23.108Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:23.108Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-24T04:27:23.108Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:27:23.108Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:23.108Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-24T04:27:23.109Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8f9fd1d7-5246-48bd-8344-22206f34ed68
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-24T04:27:23.111Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:23.111Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:27:23.111Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1a5513ad-1d34-4d0a-8f2c-36ce608b9352: basic_vm
2023-02-24T04:27:23.111Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:23.112Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:27:23.115Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:23.115Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:27:23.115Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:23.116Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:27:23.116Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:23.116Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:27:23.116Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:27:23.116Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:27:23.117Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||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-02-24T04:27:23.305Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm ef6a49dd-8ead-4ebe-a23d-64e9551969c4 1 ASDC deployResourceStructure
2023-02-24T04:27:23.306Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||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-02-24T04:27:23.306Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||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-02-24T04:27:23.307Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T04:27:23.307Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:27:23.308Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:27:23.308Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212843306,
  "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-02-24T04:27:24.310Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||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-02-24T04:27:24.311Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||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-02-24T04:27:24.311Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T04:27:24.312Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:27:24.312Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:27:24.312Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212844310,
  "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-02-24T04:27:25.313Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||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-02-24T04:27:25.313Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||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-02-24T04:27:25.313Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T04:27:25.314Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:27:25.314Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:27:25.314Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212845313,
  "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-02-24T04:27:26.317Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-24T04:27:26.317Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-24T04:27:26.317Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T04:27:26.318Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:27:26.318Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:27:26.319Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212846316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:27:27.320Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9716ddb-3382-4b63-aab8-2349dda5f28d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:27:27.341Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9716ddb-3382-4b63-aab8-2349dda5f28d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:27:27.344Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:27:27.344Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-24T04:27:27.344Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-24T04:27:27.344Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-24T04:27:27.345Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:27:27.345Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:27:27.345Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:27:27.345Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:27:27.345Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-24T04:27:27.354Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-24T04:27:30.994Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:27:30.997Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:27:30.997Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/resourceInstances/pnf14521e2683bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:27:31.000Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:27:31.000Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:27:31.001Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:27:31.001Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:27:31.001Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:27:31.001Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:27:31.002Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:27:31.002Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:27:31.002Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212734716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:27:31.003Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:27:31.003Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:27:31.004Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212737419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBgaa0bkn7scaxmvc1omr/1.0/artifacts/service-DemoPnfBgaa0bkn7scaxmvc1omr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:27:31.004Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:27:57.357Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c9716ddb-3382-4b63-aab8-2349dda5f28d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-24T04:27:57.366Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c9716ddb-3382-4b63-aab8-2349dda5f28d and serviceModelVersionId: 1a5513ad-1d34-4d0a-8f2c-36ce608b9352
2023-02-24T04:27:57.366Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fc8ced46-f48b-4551-833f-f7c6d645947c
2023-02-24T04:27:57.368Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fc8ced46-f48b-4551-833f-f7c6d645947c/model-vers/model-ver/1a5513ad-1d34-4d0a-8f2c-36ce608b9352?depth=0
2023-02-24T04:27:57.379Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-02-24T04:27:57.471Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8ced46-f48b-4551-833f-f7c6d645947c/model-vers/model-ver/1a5513ad-1d34-4d0a-8f2c-36ce608b9352?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-24T04:27:57.474Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8ced46-f48b-4551-833f-f7c6d645947c/model-vers/model-ver/1a5513ad-1d34-4d0a-8f2c-36ce608b9352?depth=0|INFO|500||Invoke
2023-02-24T04:27:57.486Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8ced46-f48b-4551-833f-f7c6d645947c/model-vers/model-ver/1a5513ad-1d34-4d0a-8f2c-36ce608b9352?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-24T04:27:57.698Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8ced46-f48b-4551-833f-f7c6d645947c/model-vers/model-ver/1a5513ad-1d34-4d0a-8f2c-36ce608b9352?depth=0|INFO|500||InvokeReturn
2023-02-24T04:27:57.699Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8ced46-f48b-4551-833f-f7c6d645947c/model-vers/model-ver/1a5513ad-1d34-4d0a-8f2c-36ce608b9352?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Feb 2023 04:27:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[206], vertex-id=[221312], x-aai-txid=[0-aai-resources-230224-04:27:57:228-78782], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-24T04:27:57.703Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-02-24T04:27:57.703Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-24T04:27:57.703Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-24T04:27:57.719Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-24T04:27:57.720Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c9716ddb-3382-4b63-aab8-2349dda5f28d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-24T04:27:57.720Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-24T04:27:57.720Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:27:57.720Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:27:57.721Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212877720,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-24T04:27:58.742Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:28:30.994Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:28:30.996Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:28:30.997Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7de3af46-92b6-414c-9431-fbb8299c81b0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212828789,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-24T04:28:30.998Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:28:30.998Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:28:30.998Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:28:30.998Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:28:30.998Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:28:30.998Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-24T04:28:30.998Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:28:30.999Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:28:30.999Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-24T04:28:30.999Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:28:30.999Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:28:30.999Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:28:31.000Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:28:31.000Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:28:31.000Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-24T04:28:31.000Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:28:31.000Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:28:31.000Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:28:31.000Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:28:31.000Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:28:31.000Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212726499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:28:31.001Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:28:31.001Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:28:31.001Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212837031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:28:31.001Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:28:31.001Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:28:31.001Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212839792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:28:31.001Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:28:31.001Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:28:31.001Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212840907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:28:31.001Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:28:31.002Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:28:31.002Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212842065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:28:31.002Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:28:31.002Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:28:31.002Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212843306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-24T04:28:31.002Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:28:31.002Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:28:31.002Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212844310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-24T04:28:31.002Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:28:31.002Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:28:31.002Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212845313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-24T04:28:31.003Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:28:31.003Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:28:31.003Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212846316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:28:31.003Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:28:58.742Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:29:30.993Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:29:30.996Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:29:30.996Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9716ddb-3382-4b63-aab8-2349dda5f28d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677212877720,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-24T04:29:30.997Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:29:58.744Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:30:30.994Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:30:58.744Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:31:30.996Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:31:58.746Z|c9716ddb-3382-4b63-aab8-2349dda5f28d|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:32:30.996Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:32:58.748Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:33:30.998Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:33:58.749Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:34:30.998Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:34:58.750Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:35:30.998Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:35:58.752Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:36:30.999Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:36:58.752Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:37:31.000Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:37:58.754Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:38:31.001Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:38:58.756Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:39:31.003Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:39:57.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:39:57.691Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"340e75cc-468c-4175-a6b0-d2e7152963c7","serviceName":"Demo_pNF_vfKVmQJOfs0Le0f2Atbr","serviceVersion":"1.0","serviceUUID":"99dabebf-ad99-4b19-ad75-c22242290d0e","serviceDescription":"catalog service description","serviceInvariantUUID":"a63fcb55-54f3-4410-b036-c227569f543e","resources":[{"resourceInstanceName":"pNF 42353c01-2caa 0","resourceName":"pNF 42353c01-2caa","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f823f853-6bc9-4897-a62f-40087a3e66d2","resourceInvariantUUID":"4d184978-ea85-45dd-ad69-01bde7eba3c2","resourceCustomizationUUID":"fad483ad-8de0-4726-b4d4-7047f73a2c4b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/vf-license-model.xml","artifactChecksum":"MWI5NmEzNzIyNTRjMGJiMmJmZTg4NDNlMjMyYmUxZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87876e72-e7e3-47a0-a276-fd30e164817a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/pNF.csar","artifactChecksum":"NGNhZDhjMjBjMWJjNWE4ZDMwNjI0ODdlZjY0MDI2NmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cef5c1d4-fcac-4c5e-a072-7f345b9a943a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"83964224-fa29-485b-b17a-b7ad7e63e674","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/vendor-license-model.xml","artifactChecksum":"YTA1OTY2YTc2NWI2Njc3MzQ2MmM0NWQzN2RiYzk3Zjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9510c000-e831-4cfd-a07c-4a798a3b552f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9bd27329-3e83-4e7a-91c8-f576736b87d6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"84cf75bd-f95d-4dca-9d42-9537d17d14a5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVfkvmqjofs0le0f2atbr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-template.yml","artifactChecksum":"NWFlMTRhMjk4ZjcwNDllOWRjNWYwNjk2YmEzNTM5ZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de5afa06-6c90-4047-97bc-226cffe6bb61","artifactVersion":"1"},{"artifactName":"service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar","artifactChecksum":"ODBiM2JjYWQ0ZmMxMDc4ZjkzMGQ5MjQ2OTUxNmRiYjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"229b309e-c02f-441e-ad63-17efb1fa0e4f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-24T04:39:57.697Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:39:57.698Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:39:57.698Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:39:57.698Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213538755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:39:57.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:39:57.718Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213538755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:39:57.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:39:58.703Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:39:58.704Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:39:58.704Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:39:58.704Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213538755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:39:59.705Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:39:59.706Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:39:59.706Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:39:59.706Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213538755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:40:00.709Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:40:00.709Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:40:00.709Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:40:00.710Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213538755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:40:01.711Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:40:01.711Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:40:01.712Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:40:01.712Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213538755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:40:02.713Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:40:02.713Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:40:02.713Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:40:02.713Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213538755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:40:03.714Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:40:03.715Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:40:03.715Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:40:03.715Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213538755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:40:04.718Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:40:04.718Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:40:04.719Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:40:04.719Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213538755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:40:05.720Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "serviceName": "Demo_pNF_vfKVmQJOfs0Le0f2Atbr",
  "serviceVersion": "1.0",
  "serviceUUID": "99dabebf-ad99-4b19-ad75-c22242290d0e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a63fcb55-54f3-4410-b036-c227569f543e",
  "resources": [
    {
      "resourceInstanceName": "pNF 42353c01-2caa 0",
      "resourceCustomizationUUID": "fad483ad-8de0-4726-b4d4-7047f73a2c4b",
      "resourceName": "pNF 42353c01-2caa",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f823f853-6bc9-4897-a62f-40087a3e66d2",
      "resourceInvariantUUID": "4d184978-ea85-45dd-ad69-01bde7eba3c2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar",
      "artifactChecksum": "ODBiM2JjYWQ0ZmMxMDc4ZjkzMGQ5MjQ2OTUxNmRiYjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "229b309e-c02f-441e-ad63-17efb1fa0e4f"
    }
  ],
  "workloadContext": "Production"
}
2023-02-24T04:40:05.720Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-24T04:40:05.722Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 99dabebf-ad99-4b19-ad75-c22242290d0e ASDC
2023-02-24T04:40:05.723Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:340e75cc-468c-4175-a6b0-d2e7152963c7
ServiceName:Demo_pNF_vfKVmQJOfs0Le0f2Atbr
ServiceVersion:1.0
ServiceUUID:99dabebf-ad99-4b19-ad75-c22242290d0e
ServiceInvariantUUID:a63fcb55-54f3-4410-b036-c227569f543e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar
ArtifactUUID:229b309e-c02f-441e-ad63-17efb1fa0e4f
ArtifactChecksum:ODBiM2JjYWQ0ZmMxMDc4ZjkzMGQ5MjQ2OTUxNmRiYjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 42353c01-2caa 0
ResourceCustomizationUUID:fad483ad-8de0-4726-b4d4-7047f73a2c4b
ResourceInvariantUUID:4d184978-ea85-45dd-ad69-01bde7eba3c2
ResourceName:pNF 42353c01-2caa
ResourceType:PNF
ResourceUUID:f823f853-6bc9-4897-a62f-40087a3e66d2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-24T04:40:05.724Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99dabebf-ad99-4b19-ad75-c22242290d0e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-02-24T04:40:05.810Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-24T04:40:05.812Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-02-24T04:40:05.813Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-02-24T04:40:05.813Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 229b309e-c02f-441e-ad63-17efb1fa0e4f from URL: /sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar
2023-02-24T04:40:05.813Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-02-24T04:40:05.814Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar
2023-02-24T04:40:05.921Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-02-24T04:40:05.923Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar 229b309e-c02f-441e-ad63-17efb1fa0e4f 88001
2023-02-24T04:40:05.923Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar ASDC sendASDCNotification
2023-02-24T04:40:05.923Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar
2023-02-24T04:40:05.923Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:40:05.924Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:40:05.924Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:40:05.924Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213605923,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:40:06.925Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-24T04:40:06.926Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-02-24T04:40:06.926Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 229b309e-c02f-441e-ad63-17efb1fa0e4f, URL: /sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar to file: /app/ASDC/1/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar
2023-02-24T04:40:06.927Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar
2023-02-24T04:40:06.929Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar
2023-02-24T04:40:06.929Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar
2023-02-24T04:40:07.146Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17929035585337560805/Definitions/service-DemoPnfVfkvmqjofs0le0f2atbr-template.yml
2023-02-24T04:40:08.381Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-24T04:40:08.382Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-02-24T04:40:08.382Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar
2023-02-24T04:40:08.382Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-24T04:40:08.383Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar
2023-02-24T04:40:08.383Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar
2023-02-24T04:40:08.383Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar
2023-02-24T04:40:08.383Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar
2023-02-24T04:40:08.383Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 42353c01-2caa 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-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar
2023-02-24T04:40:08.383Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar
2023-02-24T04:40:08.383Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar
2023-02-24T04:40:08.384Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-02-24T04:40:08.384Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:40:08.384Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vfKVmQJOfs0Le0f2Atbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:40:08.385Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Node template pNF 42353c01-2caa 0 is matching search criteria
2023-02-24T04:40:08.385Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-02-24T04:40:08.385Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 42353c01-2caa 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-24T04:40:08.386Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:40:08.386Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vfKVmQJOfs0Le0f2Atbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:40:08.386Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Node template pNF 42353c01-2caa 0 is matching search criteria
2023-02-24T04:40:08.386Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-02-24T04:40:08.387Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 42353c01-2caa 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-24T04:40:08.387Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:40:08.387Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vfKVmQJOfs0Le0f2Atbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:40:08.387Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:40:08.388Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vfKVmQJOfs0Le0f2Atbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:40:08.388Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:40:08.388Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vfKVmQJOfs0Le0f2Atbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:40:08.388Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:40:08.388Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vfKVmQJOfs0Le0f2Atbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:40:08.388Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:40:08.389Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vfKVmQJOfs0Le0f2Atbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:40:08.389Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_vfKVmQJOfs0Le0f2Atbr
Description:catalog service description
Model UUID:99dabebf-ad99-4b19-ad75-c22242290d0e
Model Version:NULL
Model InvariantUuid:a63fcb55-54f3-4410-b036-c227569f543e
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-02-24T04:40:08.445Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: f823f853-6bc9-4897-a62f-40087a3e66d2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-24T04:40:08.465Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||pNF 42353c01-2caa 0
2023-02-24T04:40:08.465Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f823f853-6bc9-4897-a62f-40087a3e66d2
2023-02-24T04:40:08.466Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 99dabebf-ad99-4b19-ad75-c22242290d0e
2023-02-24T04:40:08.466Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 99dabebf-ad99-4b19-ad75-c22242290d0e
2023-02-24T04:40:08.466Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 42353c01-2caa 0 f823f853-6bc9-4897-a62f-40087a3e66d2 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-02-24T04:40:08.474Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66f9503d, org.onap.sdc.toscaparser.api.parameters.Input@3dbf1af2, org.onap.sdc.toscaparser.api.parameters.Input@60cdb4dc, org.onap.sdc.toscaparser.api.parameters.Input@7fe150a5, org.onap.sdc.toscaparser.api.parameters.Input@53b59fdc]
2023-02-24T04:40:08.475Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:40:08.475Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vfKVmQJOfs0Le0f2Atbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:40:08.475Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 99dabebf-ad99-4b19-ad75-c22242290d0e: pNF 42353c01-2caa
2023-02-24T04:40:08.475Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Processing PNF resource: f823f853-6bc9-4897-a62f-40087a3e66d2
2023-02-24T04:40:08.476Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:40:08.476Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vfKVmQJOfs0Le0f2Atbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:40:08.476Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Resource customization UUID: fad483ad-8de0-4726-b4d4-7047f73a2c4b is the same as notified resource customizationUUID: fad483ad-8de0-4726-b4d4-7047f73a2c4b
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-02-24T04:40:08.595Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 42353c01-2caa f823f853-6bc9-4897-a62f-40087a3e66d2 0 ASDC deployResourceStructure
2023-02-24T04:40:08.596Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar ASDC sendASDCNotification
2023-02-24T04:40:08.596Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar
2023-02-24T04:40:08.596Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T04:40:08.596Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:40:08.596Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:40:08.596Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213608596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:40:09.597Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 340e75cc-468c-4175-a6b0-d2e7152963c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:40:09.618Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 340e75cc-468c-4175-a6b0-d2e7152963c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:40:09.621Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:40:09.621Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-24T04:40:09.621Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-24T04:40:30.994Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:40:30.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:40:30.996Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677213587297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:40:30.996Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:40:30.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:40:30.996Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677213587046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:40:30.996Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:40:39.622Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 340e75cc-468c-4175-a6b0-d2e7152963c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:40:39.642Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 340e75cc-468c-4175-a6b0-d2e7152963c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:40:39.645Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:40:39.645Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-24T04:40:39.645Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-24T04:41:09.646Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 340e75cc-468c-4175-a6b0-d2e7152963c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:41:09.661Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 340e75cc-468c-4175-a6b0-d2e7152963c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:41:09.664Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:41:09.664Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-24T04:41:09.665Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-24T04:41:30.994Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:41:30.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:30.997Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677213590132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:30.998Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:30.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:30.998Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "aai-model-loader",
  "timestamp": 1677213580402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:30.998Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:30.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:30.999Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677213594206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:30.999Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:30.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:30.999Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213538755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:30.999Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:30.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:30.999Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677213587297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:30.999Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.000Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "aai-model-loader",
  "timestamp": 1677213580402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.000Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.000Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677213587046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.000Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.000Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677213590132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.000Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.001Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677213594206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.001Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.001Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677213587297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.001Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.001Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677213587046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.001Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.001Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "aai-model-loader",
  "timestamp": 1677213580402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.002Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.002Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213538755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.002Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.002Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677213590132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.002Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.002Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677213594206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.002Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.002Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677213587297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.002Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.003Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213538755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.003Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "aai-model-loader",
  "timestamp": 1677213580402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.003Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677213587046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.003Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677213590132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.004Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.004Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677213594206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.004Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.004Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677213587297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.004Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.004Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213538755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.005Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.005Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "aai-model-loader",
  "timestamp": 1677213580402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.005Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.005Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677213587046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.005Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.005Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677213590132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.005Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.005Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677213594206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.006Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.006Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677213587297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.006Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.006Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213538755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.006Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.006Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677213587046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.006Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.006Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "aai-model-loader",
  "timestamp": 1677213580402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.006Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.007Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677213590132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.007Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.007Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677213594206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/resourceInstances/pnf42353c012caa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.007Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.007Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677213587297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.007Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.007Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213538755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.008Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.008Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677213587046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.008Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.008Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "aai-model-loader",
  "timestamp": 1677213580402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.008Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.008Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677213590132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.009Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677213594206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:41:31.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.009Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677213587297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:41:31.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.009Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213538755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:41:31.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.010Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677213587046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:41:31.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.010Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "aai-model-loader",
  "timestamp": 1677213580402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:41:31.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.010Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677213590132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:41:31.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.011Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677213594206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:41:31.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.011Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677213605571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:41:31.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.011Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677213607393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:41:31.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.011Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "aai-model-loader",
  "timestamp": 1677213605581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:41:31.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.012Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213605923,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:41:31.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.012Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677213606885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:41:31.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.012Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677213606575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:41:31.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.012Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677213607577,
  "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-02-24T04:41:31.024Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 340e75cc-468c-4175-a6b0-d2e7152963c7
2023-02-24T04:41:31.025Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 340e75cc-468c-4175-a6b0-d2e7152963c7 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-02-24T04:41:31.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213608596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:41:31.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.048Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677213609217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:41:31.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.048Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677213610223,
  "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-02-24T04:41:31.055Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 340e75cc-468c-4175-a6b0-d2e7152963c7
2023-02-24T04:41:31.055Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 340e75cc-468c-4175-a6b0-d2e7152963c7 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-02-24T04:41:31.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.076Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "aai-model-loader",
  "timestamp": 1677213611481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVfkvmqjofs0le0f2atbr/1.0/artifacts/service-DemoPnfVfkvmqjofs0le0f2atbr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:41:31.076Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:41:31.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:41:31.076Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "aai-model-loader",
  "timestamp": 1677213612484,
  "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-02-24T04:41:31.084Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 340e75cc-468c-4175-a6b0-d2e7152963c7
2023-02-24T04:41:31.084Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 340e75cc-468c-4175-a6b0-d2e7152963c7 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-02-24T04:41:39.665Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 340e75cc-468c-4175-a6b0-d2e7152963c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:41:39.690Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 340e75cc-468c-4175-a6b0-d2e7152963c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:41:39.694Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:41:39.694Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-24T04:41:39.694Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-24T04:41:39.694Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-24T04:41:39.694Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:41:39.695Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:41:39.695Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:41:39.695Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:41:39.695Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-24T04:41:39.702Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-24T04:42:09.703Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 340e75cc-468c-4175-a6b0-d2e7152963c7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-24T04:42:09.717Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 340e75cc-468c-4175-a6b0-d2e7152963c7 and serviceModelVersionId: 99dabebf-ad99-4b19-ad75-c22242290d0e
2023-02-24T04:42:09.717Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a63fcb55-54f3-4410-b036-c227569f543e
2023-02-24T04:42:09.719Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a63fcb55-54f3-4410-b036-c227569f543e/model-vers/model-ver/99dabebf-ad99-4b19-ad75-c22242290d0e?depth=0
2023-02-24T04:42:09.725Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-02-24T04:42:09.791Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a63fcb55-54f3-4410-b036-c227569f543e/model-vers/model-ver/99dabebf-ad99-4b19-ad75-c22242290d0e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-24T04:42:09.794Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a63fcb55-54f3-4410-b036-c227569f543e/model-vers/model-ver/99dabebf-ad99-4b19-ad75-c22242290d0e?depth=0|INFO|500||Invoke
2023-02-24T04:42:09.800Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a63fcb55-54f3-4410-b036-c227569f543e/model-vers/model-ver/99dabebf-ad99-4b19-ad75-c22242290d0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-24T04:42:09.950Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a63fcb55-54f3-4410-b036-c227569f543e/model-vers/model-ver/99dabebf-ad99-4b19-ad75-c22242290d0e?depth=0|INFO|500||InvokeReturn
2023-02-24T04:42:09.951Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a63fcb55-54f3-4410-b036-c227569f543e/model-vers/model-ver/99dabebf-ad99-4b19-ad75-c22242290d0e?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Feb 2023 04:42:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[225384], x-aai-txid=[1-aai-resources-230224-04:42:09:540-95523], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-24T04:42:09.951Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-02-24T04:42:09.952Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-24T04:42:09.952Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-24T04:42:09.960Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-24T04:42:09.961Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 340e75cc-468c-4175-a6b0-d2e7152963c7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-24T04:42:09.961Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-24T04:42:09.962Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:42:09.962Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:42:09.962Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213729961,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-24T04:42:10.989Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:42:30.994Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:42:31.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:42:31.000Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340e75cc-468c-4175-a6b0-d2e7152963c7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677213729961,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-24T04:42:31.001Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:43:10.991Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:43:30.994Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:44:10.993Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:44:30.994Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:45:10.994Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:45:30.996Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:46:10.996Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:46:30.997Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:47:10.997Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:47:30.999Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:48:10.998Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:48:31.001Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:49:10.999Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:49:31.002Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:50:11.001Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:50:31.004Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:50:34.093Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:50:34.093Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"9420b990-7b5d-4704-b467-239ec093fb55","serviceDescription":"service","serviceInvariantUUID":"a0af427c-d6b6-46e1-8a12-9b4291d9f6d4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"833b22eb-ab6a-49cc-b64d-cb7375ec9088","resourceInvariantUUID":"c5adbb5c-ab67-44b8-8119-82724f0f11c3","resourceCustomizationUUID":"74c76b9f-0850-48c8-9cbd-cd72c0427069","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":"NDY0ZDE5Mjc4YjhmMjZhYTUxMGZkZWQyMzZjNGRjOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bc1187d2-bf5f-4a61-be12-09221c763e7c","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":"M2UwYjFlZTI4YzBmOWI1Y2RmYjczODg1MzQzYTUxZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2697c455-c75e-4107-9a7a-ca45d31fccc1","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":"b63e0c56-f949-4570-be8f-3c4f9ffd81c6","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":"e7f42e46-5cf2-4c77-9577-81a3647a1fb9","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":"2a15e53f-0a38-4880-9ad1-4d10606dae31","artifactVersion":"2","generatedFromUUID":"51211ba4-9041-4416-8dda-cbb164516968"},{"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":"85107cad-b7e5-4ac2-9018-a91f920d045c","artifactVersion":"2","generatedFromUUID":"b63e0c56-f949-4570-be8f-3c4f9ffd81c6"},{"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":"51211ba4-9041-4416-8dda-cbb164516968","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":"a07bd904-c51d-409f-a7ed-532fb9db8cfa","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":"NzFkNzVkZjhhZDFiNmZjZDdkNmM1OTk3OTU3NTAwZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36c47010-9b6b-48c7-9840-631153a0fb7a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MjQyOGNiODNkNDc2YWVkMGVkMWNiMjU0YTk5NGNhNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c642043c-782f-4cf3-a0f5-c79d623eb52e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-24T04:50:34.105Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:50:34.107Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:34.109Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:34.110Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214211001,
  "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-02-24T04:50:34.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-24T04:50:34.127Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214208420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:50:34.129Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:50:35.116Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:50:35.117Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:35.117Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:35.117Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214211001,
  "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-02-24T04:50:36.118Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:50:36.120Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:36.120Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:36.121Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214211001,
  "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-02-24T04:50:37.123Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:50:37.124Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:37.124Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:37.124Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214211001,
  "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-02-24T04:50:38.127Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:50:38.128Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:38.128Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:38.128Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214211001,
  "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-02-24T04:50:39.129Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:50:39.129Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:39.130Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:39.130Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214211001,
  "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-02-24T04:50:40.132Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:50:40.133Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:40.133Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:40.133Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214211001,
  "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-02-24T04:50:41.134Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:50:41.136Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:41.136Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:41.137Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214211001,
  "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-02-24T04:50:42.138Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:50:42.139Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:42.139Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:42.139Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214211001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:50:43.140Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:50:43.141Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:43.141Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:43.141Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214211001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:50:44.143Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9420b990-7b5d-4704-b467-239ec093fb55",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a0af427c-d6b6-46e1-8a12-9b4291d9f6d4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "74c76b9f-0850-48c8-9cbd-cd72c0427069",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "833b22eb-ab6a-49cc-b64d-cb7375ec9088",
      "resourceInvariantUUID": "c5adbb5c-ab67-44b8-8119-82724f0f11c3",
      "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": "M2UwYjFlZTI4YzBmOWI1Y2RmYjczODg1MzQzYTUxZDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2697c455-c75e-4107-9a7a-ca45d31fccc1",
          "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": "b63e0c56-f949-4570-be8f-3c4f9ffd81c6",
          "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": "85107cad-b7e5-4ac2-9018-a91f920d045c",
            "generatedFromUUID": "b63e0c56-f949-4570-be8f-3c4f9ffd81c6"
          },
          "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": "2a15e53f-0a38-4880-9ad1-4d10606dae31",
          "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": "85107cad-b7e5-4ac2-9018-a91f920d045c",
          "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": "51211ba4-9041-4416-8dda-cbb164516968",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MjQyOGNiODNkNDc2YWVkMGVkMWNiMjU0YTk5NGNhNWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c642043c-782f-4cf3-a0f5-c79d623eb52e"
    }
  ],
  "workloadContext": "Production"
}
2023-02-24T04:50:44.144Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-24T04:50:44.144Z|d57d3f20-1f77-46a6-ae17-7d33f6483a72|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9420b990-7b5d-4704-b467-239ec093fb55 ASDC
2023-02-24T04:50:44.146Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:9420b990-7b5d-4704-b467-239ec093fb55
ServiceInvariantUUID:a0af427c-d6b6-46e1-8a12-9b4291d9f6d4
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:c642043c-782f-4cf3-a0f5-c79d623eb52e
ArtifactChecksum:MjQyOGNiODNkNDc2YWVkMGVkMWNiMjU0YTk5NGNhNWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:74c76b9f-0850-48c8-9cbd-cd72c0427069
ResourceInvariantUUID:c5adbb5c-ab67-44b8-8119-82724f0f11c3
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:833b22eb-ab6a-49cc-b64d-cb7375ec9088
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:2697c455-c75e-4107-9a7a-ca45d31fccc1
ArtifactChecksum:M2UwYjFlZTI4YzBmOWI1Y2RmYjczODg1MzQzYTUxZDE=
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:b63e0c56-f949-4570-be8f-3c4f9ffd81c6
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:85107cad-b7e5-4ac2-9018-a91f920d045c
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:2a15e53f-0a38-4880-9ad1-4d10606dae31
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:85107cad-b7e5-4ac2-9018-a91f920d045c
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:51211ba4-9041-4416-8dda-cbb164516968
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-24T04:50:44.146Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9420b990-7b5d-4704-b467-239ec093fb55 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-02-24T04:50:44.233Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-24T04:50:44.237Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-24T04:50:44.237Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-24T04:50:44.238Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c642043c-782f-4cf3-a0f5-c79d623eb52e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-24T04:50:44.238Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-24T04:50:44.239Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:44.340Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-24T04:50:44.344Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar c642043c-782f-4cf3-a0f5-c79d623eb52e 163291
2023-02-24T04:50:44.345Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:44.346Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:44.346Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:50:44.347Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:44.354Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:44.355Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214244345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:50:45.356Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-24T04:50:45.357Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-24T04:50:45.369Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c642043c-782f-4cf3-a0f5-c79d623eb52e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-24T04:50:45.369Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-02-24T04:50:45.371Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-24T04:50:45.371Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-24T04:50:45.678Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP868319773130977098/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-02-24T04:50:47.116Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-24T04:50:47.117Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-24T04:50:47.117Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-24T04:50:47.117Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-24T04:50:47.117Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:47.117Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:47.117Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:47.118Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:47.118Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-24T04:50:47.118Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:47.118Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:47.119Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-24T04:50:47.119Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-24T04:50:47.119Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:47.119Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:47.120Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:47.120Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-24T04:50:47.120Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-24T04:50:47.120Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:47.121Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:47.121Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:47.121Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:47.122Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-24T04:50:47.122Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-02-24T04:50:47.122Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-02-24T04:50:47.122Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-24T04:50:47.123Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:47.123Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:47.123Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:47.124Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-24T04:50:47.124Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:50:47.124Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:47.125Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-24T04:50:47.125Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:50:47.125Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:47.125Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-24T04:50:47.125Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:50:47.125Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:47.126Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-24T04:50:47.126Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:50:47.126Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:47.126Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-24T04:50:47.126Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-02-24T04:50:47.127Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=208cda9d-315b-438f-8bca-483526167bf0
2023-02-24T04:50:47.127Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:47.127Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:47.128Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:47.128Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:47.128Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:47.128Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:47.128Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:47.129Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:47.129Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:9420b990-7b5d-4704-b467-239ec093fb55
Model Version:NULL
Model InvariantUuid:a0af427c-d6b6-46e1-8a12-9b4291d9f6d4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:16726f9c-4f79-40c7-b8a3-2645bf6f98e8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c5adbb5c-ab67-44b8-8119-82724f0f11c3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:74c76b9f-0850-48c8-9cbd-cd72c0427069
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e012d251-72eb-4650-9448-c095fbe47c6c
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:04c7a01b-c573-4bda-aafb-1e53cb9a82e6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:5a4f4ecc-f857-4b72-ac00-0f159ce5f30f
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:465a0213-7383-4db1-b3a7-5986e7cc7c87
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:208cda9d-315b-438f-8bca-483526167bf0
ModelInvariantUuid:b7217192-1892-41cc-9e2d-3ee72ef50cd8
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2563e12a-fddf-4e53-a9d4-ed858298c80e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c1e3e60c-d2ff-49c2-869c-bd5ce3191ac4
ModelInvariantUuid:d6a7cd92-8ea7-4815-826f-58e8917235c1
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:7be4d69f-20fe-4745-b927-52a780b405aa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-02-24T04:50:47.141Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 833b22eb-ab6a-49cc-b64d-cb7375ec9088
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-24T04:50:47.146Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0
2023-02-24T04:50:47.146Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 833b22eb-ab6a-49cc-b64d-cb7375ec9088
2023-02-24T04:50:47.146Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2697c455-c75e-4107-9a7a-ca45d31fccc1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-24T04:50:47.146Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-24T04:50:47.147Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-24T04:50:47.234Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-24T04:50:47.235Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2697c455-c75e-4107-9a7a-ca45d31fccc1 1565
2023-02-24T04:50:47.235Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-24T04:50:47.235Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-24T04:50:47.235Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:50:47.236Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:47.236Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:47.236Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214247235,
  "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-02-24T04:50:48.237Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "5a4f4ecc-f857-4b72-ac00-0f159ce5f30f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "465a0213-7383-4db1-b3a7-5986e7cc7c87",
    "vfModuleModelCustomizationUUID": "1c53860d-3b51-43ef-8504-1857484a7f2c",
    "isBase": true,
    "artifacts": [
      "b63e0c56-f949-4570-be8f-3c4f9ffd81c6",
      "85107cad-b7e5-4ac2-9018-a91f920d045c"
    ],
    "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": "e012d251-72eb-4650-9448-c095fbe47c6c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "04c7a01b-c573-4bda-aafb-1e53cb9a82e6",
    "vfModuleModelCustomizationUUID": "44e1ec6f-0aeb-42dc-adf3-d7c22618e8d2",
    "isBase": false,
    "artifacts": [
      "51211ba4-9041-4416-8dda-cbb164516968"
    ],
    "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-02-24T04:50:48.244Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:465a0213-7383-4db1-b3a7-5986e7cc7c87
VfModuleModelInvariantUUID:5a4f4ecc-f857-4b72-ac00-0f159ce5f30f
VfModuleModelDescription:NULL
Artifacts UUID List:{
b63e0c56-f949-4570-be8f-3c4f9ffd81c6
,
85107cad-b7e5-4ac2-9018-a91f920d045c

}
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:04c7a01b-c573-4bda-aafb-1e53cb9a82e6
VfModuleModelInvariantUUID:e012d251-72eb-4650-9448-c095fbe47c6c
VfModuleModelDescription:NULL
Artifacts UUID List:{
51211ba4-9041-4416-8dda-cbb164516968

}
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-02-24T04:50:48.246Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "5a4f4ecc-f857-4b72-ac00-0f159ce5f30f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "465a0213-7383-4db1-b3a7-5986e7cc7c87",
    "vfModuleModelCustomizationUUID": "1c53860d-3b51-43ef-8504-1857484a7f2c",
    "isBase": true,
    "artifacts": [
      "b63e0c56-f949-4570-be8f-3c4f9ffd81c6",
      "85107cad-b7e5-4ac2-9018-a91f920d045c"
    ],
    "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": "e012d251-72eb-4650-9448-c095fbe47c6c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "04c7a01b-c573-4bda-aafb-1e53cb9a82e6",
    "vfModuleModelCustomizationUUID": "44e1ec6f-0aeb-42dc-adf3-d7c22618e8d2",
    "isBase": false,
    "artifacts": [
      "51211ba4-9041-4416-8dda-cbb164516968"
    ],
    "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-02-24T04:50:48.246Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:465a0213-7383-4db1-b3a7-5986e7cc7c87
VfModuleModelInvariantUUID:5a4f4ecc-f857-4b72-ac00-0f159ce5f30f
VfModuleModelDescription:NULL
Artifacts UUID List:{
b63e0c56-f949-4570-be8f-3c4f9ffd81c6
,
85107cad-b7e5-4ac2-9018-a91f920d045c

}
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:04c7a01b-c573-4bda-aafb-1e53cb9a82e6
VfModuleModelInvariantUUID:e012d251-72eb-4650-9448-c095fbe47c6c
VfModuleModelDescription:NULL
Artifacts UUID List:{
51211ba4-9041-4416-8dda-cbb164516968

}
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-02-24T04:50:48.247Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b63e0c56-f949-4570-be8f-3c4f9ffd81c6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-24T04:50:48.247Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-24T04:50:48.247Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-24T04:50:48.357Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-24T04:50:48.358Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml b63e0c56-f949-4570-be8f-3c4f9ffd81c6 914
2023-02-24T04:50:48.358Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-24T04:50:48.358Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-24T04:50:48.358Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:50:48.358Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:48.359Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:48.359Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214248358,
  "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-02-24T04:50:49.359Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2a15e53f-0a38-4880-9ad1-4d10606dae31 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-24T04:50:49.360Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-24T04:50:49.361Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-24T04:50:49.440Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-24T04:50:49.441Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2a15e53f-0a38-4880-9ad1-4d10606dae31 12
2023-02-24T04:50:49.441Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-24T04:50:49.442Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-24T04:50:49.442Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:50:49.442Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:49.442Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:49.443Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214249441,
  "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-02-24T04:50:50.444Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 85107cad-b7e5-4ac2-9018-a91f920d045c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-24T04:50:50.444Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-24T04:50:50.445Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-24T04:50:50.512Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-24T04:50:50.512Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 85107cad-b7e5-4ac2-9018-a91f920d045c 96
2023-02-24T04:50:50.513Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-24T04:50:50.513Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-24T04:50:50.514Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:50:50.514Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:50.514Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:50.515Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214250513,
  "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-02-24T04:50:51.516Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 51211ba4-9041-4416-8dda-cbb164516968 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-24T04:50:51.516Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-24T04:50:51.517Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-24T04:50:51.594Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-24T04:50:51.595Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 51211ba4-9041-4416-8dda-cbb164516968 20206
2023-02-24T04:50:51.595Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-24T04:50:51.595Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-24T04:50:51.595Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:50:51.596Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:51.596Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:51.596Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214251595,
  "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-02-24T04:50:52.601Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9420b990-7b5d-4704-b467-239ec093fb55
2023-02-24T04:50:52.601Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 833b22eb-ab6a-49cc-b64d-cb7375ec9088 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-02-24T04:50:52.628Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76e9f024, org.onap.sdc.toscaparser.api.parameters.Input@68a36cdc, org.onap.sdc.toscaparser.api.parameters.Input@19288785, org.onap.sdc.toscaparser.api.parameters.Input@587cdda5, org.onap.sdc.toscaparser.api.parameters.Input@612d6e5e]
2023-02-24T04:50:52.630Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:52.630Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:52.632Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-02-24T04:50:52.632Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 74c76b9f-0850-48c8-9cbd-cd72c0427069
2023-02-24T04:50:52.632Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74c76b9f-0850-48c8-9cbd-cd72c0427069 matches Tosca VF Customization UUID: 74c76b9f-0850-48c8-9cbd-cd72c0427069
2023-02-24T04:50:52.632Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 74c76b9f-0850-48c8-9cbd-cd72c0427069  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-02-24T04:50:52.639Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:52.640Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:50:52.641Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 74c76b9f-0850-48c8-9cbd-cd72c0427069: {\"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-02-24T04:50:52.641Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@717defe8
2023-02-24T04:50:52.642Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:52.642Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:52.642Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 44e1ec6f-0aeb-42dc-adf3-d7c22618e8d2
2023-02-24T04:50:52.643Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 44e1ec6f-0aeb-42dc-adf3-d7c22618e8d2
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-02-24T04:50:52.647Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:52.647Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-24T04:50:52.648Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:50:52.649Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:52.649Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-24T04:50:52.649Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:50:52.650Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:52.650Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-24T04:50:52.650Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=74c76b9f-0850-48c8-9cbd-cd72c0427069
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-24T04:50:52.653Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:52.653Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:50:52.654Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9420b990-7b5d-4704-b467-239ec093fb55: basic_cnf_macro
2023-02-24T04:50:52.654Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:52.655Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:52.655Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:52.655Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:52.655Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:52.656Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:52.656Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:52.656Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:52.656Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:50:52.657Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:50:52.657Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-24T04:50:52.782Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 833b22eb-ab6a-49cc-b64d-cb7375ec9088 2 ASDC deployResourceStructure
2023-02-24T04:50:52.783Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-24T04:50:52.783Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-24T04:50:52.783Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T04:50:52.783Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:52.783Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:52.784Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214252783,
  "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-02-24T04:50:53.786Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-24T04:50:53.787Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-24T04:50:53.787Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T04:50:53.787Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:53.787Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:53.788Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214253786,
  "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-02-24T04:50:54.829Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-24T04:50:54.829Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-02-24T04:50:54.829Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-24T04:50:54.836Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:54.836Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:54.837Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214254792,
  "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-02-24T04:50:55.843Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-24T04:50:55.844Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-24T04:50:55.844Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T04:50:55.844Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:55.844Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:55.844Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214255843,
  "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-02-24T04:50:56.847Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-24T04:50:56.847Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-24T04:50:56.847Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-24T04:50:56.847Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:56.847Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:56.848Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214256846,
  "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-02-24T04:50:57.850Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-24T04:50:57.850Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-24T04:50:57.850Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T04:50:57.851Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:50:57.851Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:50:57.851Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214257850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:50:58.853Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:50:58.873Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:50:58.876Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:50:58.876Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-24T04:50:58.876Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-24T04:51:28.876Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:51:28.890Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:51:28.892Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:51:28.892Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-24T04:51:28.892Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-24T04:51:30.994Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:51:30.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:51:30.996Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214205822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:51:30.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:51:30.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:51:30.997Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214211001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:51:30.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:51:58.893Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:51:58.908Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:51:58.912Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:51:58.912Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-24T04:51:58.912Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-24T04:52:28.913Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:52:28.930Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:52:28.932Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:52:28.932Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-24T04:52:28.932Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-24T04:52:30.994Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:52:30.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.000Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214208598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.001Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.003Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214208420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.003Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.003Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214205822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.004Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214211001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.004Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214208598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.005Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214208420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.012Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.012Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214205822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.012Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.013Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214211001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.013Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.013Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214208598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.013Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.013Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214208420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.014Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.014Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214208598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.014Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.015Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214211001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.015Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.015Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214205822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.015Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.015Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214208420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.016Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.016Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214211001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.016Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.016Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214208598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.016Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.017Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214205822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.018Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.018Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214208420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.018Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.018Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214211001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.019Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214208598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.019Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214205822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.020Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214208420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.021Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214211001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.021Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.021Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214208598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.021Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.022Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214205822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.022Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.022Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214240401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.023Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.023Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214208420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.023Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.023Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214211001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.023Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.024Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214208598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.024Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.024Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214205822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.024Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.025Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214240401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.025Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.025Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214208420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.025Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.025Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214211001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.026Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214208598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.026Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214205822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.027Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214240401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.028Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214208420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.028Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.028Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214211001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.028Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.028Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214208598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.029Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.029Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214205822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.029Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.029Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214240401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.030Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.030Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214244030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:52:31.030Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.030Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214245898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:52:31.031Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.031Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214244294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:52:31.031Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.031Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214244345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:52:31.031Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.032Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214240401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.032Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.032Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214245035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:52:31.032Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.032Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214246917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.033Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.033Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214245401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:52:31.033Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.033Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214240401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.033Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.034Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214246037,
  "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-02-24T04:52:31.049Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4
2023-02-24T04:52:31.049Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4 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-02-24T04:52:31.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.061Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214246917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.061Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214246477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:52:31.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.062Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214240401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.062Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214247235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:52:31.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.062Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214247038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.063Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214246917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.063Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214247580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:52:31.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.063Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214240401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.064Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214247038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.064Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214246917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.064Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214248358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:52:31.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.065Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214240401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.065Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214248874,
  "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-02-24T04:52:31.073Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4
2023-02-24T04:52:31.073Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4 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-02-24T04:52:31.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.084Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214247038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.084Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.085Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214246917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.085Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.085Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214249441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:52:31.085Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.086Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214240401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.086Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.086Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214249882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-24T04:52:31.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.087Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214247038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.087Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214246917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.088Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214250513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:52:31.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.089Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214250535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:52:31.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.090Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214250887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.090Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214247038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.091Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214246917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.092Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214251595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:52:31.092Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.092Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214250887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.092Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.093Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214247038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.093Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.093Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214246917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.094Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.094Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214252783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-24T04:52:31.094Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.094Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214250887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.095Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214247038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.096Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214255103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:52:31.096Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.096Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214253786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-02-24T04:52:31.096Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.096Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214250887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.097Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214247038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.097Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214254206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.097Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214254792,
  "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-02-24T04:52:31.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.098Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214250887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.098Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214255176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:52:31.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.098Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214254206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.099Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.099Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214255843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-02-24T04:52:31.099Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.100Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214250887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.100Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.100Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214256179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:52:31.101Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.101Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214254206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.101Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.101Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214256846,
  "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-02-24T04:52:31.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.102Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214250887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.102Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214257186,
  "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-02-24T04:52:31.123Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21
2023-02-24T04:52:31.123Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21 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-02-24T04:52:31.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.135Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214254206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.135Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214257850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:52:31.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.135Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214250887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.136Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214254206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.136Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214259020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:52:31.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.137Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214254206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.137Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214259881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:52:31.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.137Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214260192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:52:31.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.138Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214254206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.138Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214260887,
  "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-02-24T04:52:31.147Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4
2023-02-24T04:52:31.147Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4 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-02-24T04:52:31.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.161Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214261263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:52:31.162Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.162Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214254206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.162Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.162Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214240401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.163Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.163Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214262311,
  "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-02-24T04:52:31.172Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21
2023-02-24T04:52:31.172Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21 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-02-24T04:52:31.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.183Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214254206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.183Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.184Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214240401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.184Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.184Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214263315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-24T04:52:31.184Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.185Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214254206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.185Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214240401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.186Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214265057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:52:31.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.186Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214240401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.186Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214240401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.187Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214240401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.187Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.187Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214240401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.188Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214268607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:52:31.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.188Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214240401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.188Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214269613,
  "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-02-24T04:52:31.198Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4
2023-02-24T04:52:31.198Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4 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-02-24T04:52:31.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.213Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214270037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:52:31.214Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.214Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214254206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.214Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.214Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214254206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.214Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.215Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214254206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.215Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.215Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214254206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.215Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.215Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214254206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.215Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.215Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214254206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.216Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.216Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214254206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:52:31.216Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.216Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214254206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:52:31.216Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.216Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214278860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:52:31.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.217Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214278510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:52:31.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.217Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214279513,
  "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-02-24T04:52:31.226Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21
2023-02-24T04:52:31.226Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21 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-02-24T04:52:31.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.240Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214282031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:52:31.240Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:52:31.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:52:31.241Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214283042,
  "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-02-24T04:52:31.249Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21
2023-02-24T04:52:31.249Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21 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-02-24T04:52:58.932Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:52:58.957Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:52:58.960Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:52:58.960Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-24T04:52:58.960Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-24T04:52:58.960Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-24T04:52:58.960Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:52:58.960Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:52:58.960Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:52:58.960Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:52:58.960Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:52:58.968Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-24T04:53:28.968Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-24T04:53:28.986Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4 and serviceModelVersionId: 9420b990-7b5d-4704-b467-239ec093fb55
2023-02-24T04:53:28.986Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a0af427c-d6b6-46e1-8a12-9b4291d9f6d4
2023-02-24T04:53:28.988Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a0af427c-d6b6-46e1-8a12-9b4291d9f6d4/model-vers/model-ver/9420b990-7b5d-4704-b467-239ec093fb55?depth=0
2023-02-24T04:53:28.996Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-24T04:53:29.048Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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/a0af427c-d6b6-46e1-8a12-9b4291d9f6d4/model-vers/model-ver/9420b990-7b5d-4704-b467-239ec093fb55?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-24T04:53:29.051Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0af427c-d6b6-46e1-8a12-9b4291d9f6d4/model-vers/model-ver/9420b990-7b5d-4704-b467-239ec093fb55?depth=0|INFO|500||Invoke
2023-02-24T04:53:29.056Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0af427c-d6b6-46e1-8a12-9b4291d9f6d4/model-vers/model-ver/9420b990-7b5d-4704-b467-239ec093fb55?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-24T04:53:29.226Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0af427c-d6b6-46e1-8a12-9b4291d9f6d4/model-vers/model-ver/9420b990-7b5d-4704-b467-239ec093fb55?depth=0|INFO|500||InvokeReturn
2023-02-24T04:53:29.228Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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/a0af427c-d6b6-46e1-8a12-9b4291d9f6d4/model-vers/model-ver/9420b990-7b5d-4704-b467-239ec093fb55?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Feb 2023 04:53:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[166], vertex-id=[225504], x-aai-txid=[0-aai-resources-230224-04:53:28:796-57658], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-24T04:53:29.228Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-02-24T04:53:29.229Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-24T04:53:29.229Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:53:29.238Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|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-02-24T04:53:29.238Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-24T04:53:29.238Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-24T04:53:29.239Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:53:29.239Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:53:29.239Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214409238,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-24T04:53:30.260Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:53:30.266Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:53:30.267Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"6895ac46-a372-4c88-8f13-7a903c0ee492","serviceDescription":"service","serviceInvariantUUID":"1481b52c-745c-4443-a50f-45121463fde6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"55c1f8a6-87a6-49c5-8d8b-fb2d6217e971","resourceInvariantUUID":"7c6b0bb2-cbf3-427b-ad9a-789191734735","resourceCustomizationUUID":"091d508b-95a2-4d89-81ed-ab5dbe77dc8b","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":"YjViNWUyODE0YTExMDY1NGExZmM0ODAxZGZlZjU5Yzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ef084f96-b60b-4048-a94d-6a0daec1e61a","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":"NWYyMDU1N2Q3MTJhMDgzZTk2MDFjZDlkYmU4ZGE3MmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"08b6bd2c-2c1a-4349-85b3-5152e6cabe67","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":"ce252dcd-a846-4f94-98b8-d1081c21953b","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":"3043d17f-8792-472d-9a3d-6b97cb1ae8e0","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":"3875e1a0-093e-483b-b7e7-8391084c7b7b","artifactVersion":"2","generatedFromUUID":"ce252dcd-a846-4f94-98b8-d1081c21953b"},{"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":"OTMxZGJiNmI0MjExYTlhM2YxMmRiNzY1NjYxNTc2ZGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"caf00151-fe67-4131-9dea-10f99bdbda59","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":"NjQ2NTRkMThlZDljODllZWU3MGZkOTU1MTljODkwYmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b012c29-be85-4427-beb8-3ef85933ada5","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDg0OWIxYTRhZmU4Y2Q3MjNlNDU2NjA5NDJiODk4NmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"26a244fc-ad1b-4faf-9aa3-ba5919b2ab94","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-24T04:53:30.269Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:53:30.269Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:53:30.269Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:53:30.269Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "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-02-24T04:53:30.994Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:53:30.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:30.996Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214318191,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:30.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:30.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:30.997Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214316115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:30.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:30.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:30.998Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214324333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:30.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:30.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:30.998Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214318191,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:30.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:30.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:30.998Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214316115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:30.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:30.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:30.999Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214324333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:30.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:30.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:30.999Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214316115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:30.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.000Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214318191,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.000Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.000Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214324333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.000Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.001Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214318191,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.001Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.001Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214316115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.001Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.001Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214324333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.001Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.002Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214316115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.002Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.002Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214318191,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.002Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.002Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214324333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.002Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.003Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214330404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.003Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.003Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214316115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.004Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214318191,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.004Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214324333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.005Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214330404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.005Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214316115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.005Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214318191,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.006Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.006Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214324333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.006Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.006Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214330404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.007Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.007Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214316115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.007Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.007Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214318191,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.008Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.008Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214324333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.008Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.008Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214330404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.009Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214316115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:53:31.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.009Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214318191,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:53:31.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.010Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677214324333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:53:31.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.010Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214330404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.010Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214335149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:53:31.011Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.011Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677214337028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:53:31.011Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.011Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214330404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.012Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.012Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214336153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:53:31.012Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.012Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214330404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.012Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.013Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677214337156,
  "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-02-24T04:53:31.037Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of de4bb632-9651-47c8-ab08-3cdf2ee77365
2023-02-24T04:53:31.037Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId de4bb632-9651-47c8-ab08-3cdf2ee77365 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-02-24T04:53:31.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.062Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214330404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.062Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214330404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:53:31.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.063Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214339593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:53:31.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.063Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214344206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.064Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214344206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.064Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214345436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:53:31.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.065Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214344206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.065Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "aai-model-loader",
  "timestamp": 1677214346442,
  "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-02-24T04:53:31.075Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of de4bb632-9651-47c8-ab08-3cdf2ee77365
2023-02-24T04:53:31.075Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId de4bb632-9651-47c8-ab08-3cdf2ee77365 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-02-24T04:53:31.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.087Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214344206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.088Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214344206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.088Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214344206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-24T04:53:31.089Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214344206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:53:31.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:53:31.270Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:53:31.271Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:53:31.271Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:53:31.271Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "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-02-24T04:53:32.272Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:53:32.272Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:53:32.272Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:53:32.273Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "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-02-24T04:53:33.276Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:53:33.276Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:53:33.277Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:53:33.277Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "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-02-24T04:53:34.278Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:53:34.278Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:53:34.279Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:53:34.279Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "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-02-24T04:53:35.279Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:53:35.280Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:53:35.281Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:53:35.281Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "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-02-24T04:53:36.282Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:53:36.282Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:53:36.283Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:53:36.283Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:53:37.284Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:53:37.288Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:53:37.288Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:53:37.288Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:53:38.289Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6895ac46-a372-4c88-8f13-7a903c0ee492",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1481b52c-745c-4443-a50f-45121463fde6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "091d508b-95a2-4d89-81ed-ab5dbe77dc8b",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "55c1f8a6-87a6-49c5-8d8b-fb2d6217e971",
      "resourceInvariantUUID": "7c6b0bb2-cbf3-427b-ad9a-789191734735",
      "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": "NWYyMDU1N2Q3MTJhMDgzZTk2MDFjZDlkYmU4ZGE3MmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "08b6bd2c-2c1a-4349-85b3-5152e6cabe67",
          "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": "ce252dcd-a846-4f94-98b8-d1081c21953b",
          "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": "3875e1a0-093e-483b-b7e7-8391084c7b7b",
            "generatedFromUUID": "ce252dcd-a846-4f94-98b8-d1081c21953b"
          },
          "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": "3875e1a0-093e-483b-b7e7-8391084c7b7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MDg0OWIxYTRhZmU4Y2Q3MjNlNDU2NjA5NDJiODk4NmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "26a244fc-ad1b-4faf-9aa3-ba5919b2ab94"
    }
  ],
  "workloadContext": "Production"
}
2023-02-24T04:53:38.290Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-24T04:53:38.290Z|1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6895ac46-a372-4c88-8f13-7a903c0ee492 ASDC
2023-02-24T04:53:38.291Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:6895ac46-a372-4c88-8f13-7a903c0ee492
ServiceInvariantUUID:1481b52c-745c-4443-a50f-45121463fde6
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:26a244fc-ad1b-4faf-9aa3-ba5919b2ab94
ArtifactChecksum:MDg0OWIxYTRhZmU4Y2Q3MjNlNDU2NjA5NDJiODk4NmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:091d508b-95a2-4d89-81ed-ab5dbe77dc8b
ResourceInvariantUUID:7c6b0bb2-cbf3-427b-ad9a-789191734735
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:55c1f8a6-87a6-49c5-8d8b-fb2d6217e971
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:08b6bd2c-2c1a-4349-85b3-5152e6cabe67
ArtifactChecksum:NWYyMDU1N2Q3MTJhMDgzZTk2MDFjZDlkYmU4ZGE3MmM=
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:ce252dcd-a846-4f94-98b8-d1081c21953b
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:3875e1a0-093e-483b-b7e7-8391084c7b7b
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:3875e1a0-093e-483b-b7e7-8391084c7b7b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-24T04:53:38.291Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6895ac46-a372-4c88-8f13-7a903c0ee492 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-02-24T04:53:38.349Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-24T04:53:38.350Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-24T04:53:38.350Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-24T04:53:38.350Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 26a244fc-ad1b-4faf-9aa3-ba5919b2ab94 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-24T04:53:38.350Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-24T04:53:38.351Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:38.477Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-24T04:53:38.478Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 26a244fc-ad1b-4faf-9aa3-ba5919b2ab94 83016
2023-02-24T04:53:38.478Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:38.478Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:38.478Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:53:38.479Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:53:38.479Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:53:38.479Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214418478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:53:39.480Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-24T04:53:39.481Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-24T04:53:39.481Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 26a244fc-ad1b-4faf-9aa3-ba5919b2ab94, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-24T04:53:39.482Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-02-24T04:53:39.483Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-24T04:53:39.483Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-24T04:53:39.615Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18362340365786207637/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-02-24T04:53:40.924Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-24T04:53:40.925Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-24T04:53:40.925Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-24T04:53:40.925Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-24T04:53:40.925Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:40.925Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:40.925Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:40.925Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:40.925Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:40.925Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:40.926Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:40.926Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-24T04:53:40.926Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:40.926Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:40.926Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-24T04:53:40.926Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-24T04:53:40.926Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-24T04:53:40.927Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:40.927Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:40.927Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-24T04:53:40.927Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-24T04:53:40.927Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-24T04:53:40.927Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:40.928Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:40.928Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:40.928Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-24T04:53:40.928Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-24T04:53:40.928Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-24T04:53:40.928Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-24T04:53:40.928Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-24T04:53:40.929Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-24T04:53:40.929Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:40.929Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:40.929Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:40.929Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-24T04:53:40.929Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:53:40.930Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:40.930Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-24T04:53:40.930Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:53:40.930Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:40.930Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-24T04:53:40.930Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:53:40.931Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:40.931Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-24T04:53:40.931Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-24T04:53:40.931Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-24T04:53:40.931Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5c43c76f-076d-4d4a-aca1-0c52274cdf05
2023-02-24T04:53:40.931Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:40.931Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:40.932Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:40.932Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:40.932Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:40.932Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:40.932Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:40.932Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:40.932Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:6895ac46-a372-4c88-8f13-7a903c0ee492
Model Version:NULL
Model InvariantUuid:1481b52c-745c-4443-a50f-45121463fde6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:5fb0c8d8-62f8-48da-96dd-3acde91b1843
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7c6b0bb2-cbf3-427b-ad9a-789191734735
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:091d508b-95a2-4d89-81ed-ab5dbe77dc8b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:842e74f7-95f9-45ed-ab91-67d8e7cbd851
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:3aab9a82-fbe7-4459-b9ef-e302fb364c78
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5c43c76f-076d-4d4a-aca1-0c52274cdf05
ModelInvariantUuid:896d04c1-b3e1-4c55-88a1-004c6cd4e7eb
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:2de0e9b9-2b98-4c39-97b6-7e0057b1f082
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4c4404a7-d2cb-472b-9b36-a8685b793219
ModelInvariantUuid:7e36fbc0-c2b4-4b7d-9d94-b184976f298d
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:29b7a3df-5317-460f-813a-91d2dd7910db
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-02-24T04:53:40.956Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 55c1f8a6-87a6-49c5-8d8b-fb2d6217e971
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-24T04:53:40.962Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2023-02-24T04:53:40.963Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 55c1f8a6-87a6-49c5-8d8b-fb2d6217e971
2023-02-24T04:53:40.963Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 08b6bd2c-2c1a-4349-85b3-5152e6cabe67 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-24T04:53:40.963Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-24T04:53:40.963Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-24T04:53:41.039Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-24T04:53:41.040Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 08b6bd2c-2c1a-4349-85b3-5152e6cabe67 792
2023-02-24T04:53:41.040Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-24T04:53:41.041Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-24T04:53:41.041Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:53:41.041Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:53:41.041Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:53:41.041Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214421040,
  "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-02-24T04:53:42.042Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "842e74f7-95f9-45ed-ab91-67d8e7cbd851",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3aab9a82-fbe7-4459-b9ef-e302fb364c78",
    "vfModuleModelCustomizationUUID": "2c64af23-6041-4d67-9b39-056385ff34d2",
    "isBase": true,
    "artifacts": [
      "ce252dcd-a846-4f94-98b8-d1081c21953b",
      "3875e1a0-093e-483b-b7e7-8391084c7b7b"
    ],
    "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-02-24T04:53:42.046Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3aab9a82-fbe7-4459-b9ef-e302fb364c78
VfModuleModelInvariantUUID:842e74f7-95f9-45ed-ab91-67d8e7cbd851
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce252dcd-a846-4f94-98b8-d1081c21953b
,
3875e1a0-093e-483b-b7e7-8391084c7b7b

}
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-02-24T04:53:42.048Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "842e74f7-95f9-45ed-ab91-67d8e7cbd851",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3aab9a82-fbe7-4459-b9ef-e302fb364c78",
    "vfModuleModelCustomizationUUID": "2c64af23-6041-4d67-9b39-056385ff34d2",
    "isBase": true,
    "artifacts": [
      "ce252dcd-a846-4f94-98b8-d1081c21953b",
      "3875e1a0-093e-483b-b7e7-8391084c7b7b"
    ],
    "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-02-24T04:53:42.048Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3aab9a82-fbe7-4459-b9ef-e302fb364c78
VfModuleModelInvariantUUID:842e74f7-95f9-45ed-ab91-67d8e7cbd851
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce252dcd-a846-4f94-98b8-d1081c21953b
,
3875e1a0-093e-483b-b7e7-8391084c7b7b

}
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-02-24T04:53:42.048Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ce252dcd-a846-4f94-98b8-d1081c21953b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-24T04:53:42.048Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-24T04:53:42.049Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-24T04:53:42.106Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-24T04:53:42.107Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ce252dcd-a846-4f94-98b8-d1081c21953b 5033
2023-02-24T04:53:42.107Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-24T04:53:42.107Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-24T04:53:42.108Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:53:42.108Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:53:42.108Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:53:42.108Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214422107,
  "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-02-24T04:53:43.109Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3875e1a0-093e-483b-b7e7-8391084c7b7b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-24T04:53:43.109Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-24T04:53:43.110Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-24T04:53:43.200Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-24T04:53:43.201Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3875e1a0-093e-483b-b7e7-8391084c7b7b 903
2023-02-24T04:53:43.202Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-24T04:53:43.202Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-24T04:53:43.202Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:53:43.202Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:53:43.203Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:53:43.203Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214423202,
  "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-02-24T04:53:44.205Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6895ac46-a372-4c88-8f13-7a903c0ee492
2023-02-24T04:53:44.205Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 55c1f8a6-87a6-49c5-8d8b-fb2d6217e971 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-02-24T04:53:44.288Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@353c28d2, org.onap.sdc.toscaparser.api.parameters.Input@27e3fe76, org.onap.sdc.toscaparser.api.parameters.Input@7dbda1c9, org.onap.sdc.toscaparser.api.parameters.Input@730165aa, org.onap.sdc.toscaparser.api.parameters.Input@272fa9a0]
2023-02-24T04:53:44.290Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:44.290Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:44.291Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-02-24T04:53:44.291Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 091d508b-95a2-4d89-81ed-ab5dbe77dc8b
2023-02-24T04:53:44.291Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 091d508b-95a2-4d89-81ed-ab5dbe77dc8b matches Tosca VF Customization UUID: 091d508b-95a2-4d89-81ed-ab5dbe77dc8b
2023-02-24T04:53:44.292Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 091d508b-95a2-4d89-81ed-ab5dbe77dc8b  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-02-24T04:53:44.301Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:44.301Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:53:44.302Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 091d508b-95a2-4d89-81ed-ab5dbe77dc8b: {\"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-02-24T04:53:44.302Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77f0a2c6
2023-02-24T04:53:44.302Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:44.303Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:44.303Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2c64af23-6041-4d67-9b39-056385ff34d2
2023-02-24T04:53:44.303Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2c64af23-6041-4d67-9b39-056385ff34d2
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-02-24T04:53:44.317Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:44.318Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-24T04:53:44.318Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:53:44.318Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:44.318Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-24T04:53:44.319Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:53:44.319Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:44.319Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-24T04:53:44.319Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-24T04:53:44.319Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-24T04:53:44.319Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5c43c76f-076d-4d4a-aca1-0c52274cdf05
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-02-24T04:53:44.330Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:44.330Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-24T04:53:44.331Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-24T04:53:44.331Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:44.331Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-24T04:53:44.331Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=091d508b-95a2-4d89-81ed-ab5dbe77dc8b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-24T04:53:44.353Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:44.355Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:53:44.356Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6895ac46-a372-4c88-8f13-7a903c0ee492: basic_vm_macro
2023-02-24T04:53:44.357Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:44.357Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:44.357Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:44.358Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:44.358Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:44.358Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:44.359Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:44.359Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:44.360Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:53:44.360Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:44.360Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-24T04:53:45.229Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 55c1f8a6-87a6-49c5-8d8b-fb2d6217e971 1 ASDC deployResourceStructure
2023-02-24T04:53:45.230Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-24T04:53:45.230Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-24T04:53:45.230Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T04:53:45.230Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:53:45.230Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:53:45.231Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214425230,
  "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-02-24T04:53:46.232Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-24T04:53:46.232Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-24T04:53:46.232Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T04:53:46.233Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:53:46.233Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:53:46.233Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214426232,
  "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-02-24T04:53:47.234Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-24T04:53:47.235Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-24T04:53:47.235Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T04:53:47.235Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:53:47.236Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:53:47.236Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214427234,
  "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-02-24T04:53:48.237Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-24T04:53:48.238Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-24T04:53:48.238Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T04:53:48.238Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:53:48.238Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:53:48.239Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214428237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:53:49.240Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:53:49.253Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:53:49.260Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:53:49.260Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-24T04:53:49.260Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-24T04:53:49.261Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-24T04:53:49.261Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:53:49.261Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:53:49.261Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:53:49.261Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:53:49.261Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:53:49.271Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-24T04:54:19.272Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-24T04:54:19.281Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21 and serviceModelVersionId: 6895ac46-a372-4c88-8f13-7a903c0ee492
2023-02-24T04:54:19.282Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1481b52c-745c-4443-a50f-45121463fde6
2023-02-24T04:54:19.282Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1481b52c-745c-4443-a50f-45121463fde6/model-vers/model-ver/6895ac46-a372-4c88-8f13-7a903c0ee492?depth=0
2023-02-24T04:54:19.287Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-24T04:54:19.333Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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/1481b52c-745c-4443-a50f-45121463fde6/model-vers/model-ver/6895ac46-a372-4c88-8f13-7a903c0ee492?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-24T04:54:19.334Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1481b52c-745c-4443-a50f-45121463fde6/model-vers/model-ver/6895ac46-a372-4c88-8f13-7a903c0ee492?depth=0|INFO|500||Invoke
2023-02-24T04:54:19.340Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1481b52c-745c-4443-a50f-45121463fde6/model-vers/model-ver/6895ac46-a372-4c88-8f13-7a903c0ee492?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-24T04:54:19.549Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1481b52c-745c-4443-a50f-45121463fde6/model-vers/model-ver/6895ac46-a372-4c88-8f13-7a903c0ee492?depth=0|INFO|500||InvokeReturn
2023-02-24T04:54:19.550Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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/1481b52c-745c-4443-a50f-45121463fde6/model-vers/model-ver/6895ac46-a372-4c88-8f13-7a903c0ee492?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Feb 2023 04:54:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[202], vertex-id=[233696], x-aai-txid=[0-aai-resources-230224-04:54:19:090-47036], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-24T04:54:19.551Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-02-24T04:54:19.551Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-24T04:54:19.551Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:54:19.596Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|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-02-24T04:54:19.597Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-24T04:54:19.597Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-24T04:54:19.598Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:54:19.598Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:54:19.598Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214459597,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-24T04:54:20.666Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-24T04:54:20.666Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"de4bb632-9651-47c8-ab08-3cdf2ee77365","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"08e87afe-0897-4cec-96e9-120fb0805539","serviceDescription":"service","serviceInvariantUUID":"64bdfefb-114e-4418-ad02-f58267f7010a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"70a0c3d4-7a2a-4d73-a3ff-71764471c615","resourceInvariantUUID":"acfe68c1-4bea-499a-b377-210f25f19d85","resourceCustomizationUUID":"31e2315d-99cb-4a29-9de9-3348aa49c0a1","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":"NDA4MDI4OWY1NWI0MjM1NzQ1MjBhMWIxNzkxOTUxYWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6d164d2b-811c-4e09-8bb9-d0c27170d451","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":"2b02c59e-07cc-4923-aa04-e2d725c79c25","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":"90e2af3b-e271-460c-b598-33eb73805120","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":"ZmNmYWQxZGVjNGQzZTViYWIxYjkxMmJmOGY3OGVjMDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d653bf2e-0e0a-463f-94d0-8fa5ffaaf4e9","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":"ac23e9c3-78b3-42e0-91bf-854fcfc3120a","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":"8dc1ed8a-44fd-4bfa-bba6-16d7d134c4bc","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":"1b1efe9a-0fad-4e70-8f4a-d9086117b6cb","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":"ZmNiN2U5YzkxNWZlNzg1NzBjNTJlNmQ1ZTg0MzBkZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"812532e8-11f8-447a-b15f-af84d22dd11c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjcyNWRiMmZmOGIyMzE2NGYwZmJiYTllM2ExZWMyZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"772c78f1-15f2-460f-9276-e49b1c9ccefa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-24T04:54:20.667Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:54:20.667Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:54:20.668Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:54:20.668Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "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-02-24T04:54:21.669Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:54:21.670Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:54:21.671Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:54:21.671Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:54:22.672Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:54:22.673Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:54:22.673Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:54:22.674Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:54:23.674Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:54:23.676Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:54:23.676Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:54:23.676Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "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-02-24T04:54:24.677Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:54:24.678Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:54:24.678Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:54:24.679Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "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-02-24T04:54:25.680Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:54:25.680Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:54:25.680Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:54:25.681Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "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-02-24T04:54:26.682Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:54:26.683Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:54:26.683Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:54:26.683Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "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-02-24T04:54:27.684Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:54:27.685Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:54:27.685Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:54:27.685Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:54:28.686Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-24T04:54:28.687Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:54:28.687Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:54:28.687Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:54:29.689Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "08e87afe-0897-4cec-96e9-120fb0805539",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64bdfefb-114e-4418-ad02-f58267f7010a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "31e2315d-99cb-4a29-9de9-3348aa49c0a1",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "70a0c3d4-7a2a-4d73-a3ff-71764471c615",
      "resourceInvariantUUID": "acfe68c1-4bea-499a-b377-210f25f19d85",
      "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": "ZjcyNWRiMmZmOGIyMzE2NGYwZmJiYTllM2ExZWMyZmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "772c78f1-15f2-460f-9276-e49b1c9ccefa"
    }
  ],
  "workloadContext": "Production"
}
2023-02-24T04:54:29.690Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-24T04:54:29.691Z|b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 08e87afe-0897-4cec-96e9-120fb0805539 ASDC
2023-02-24T04:54:29.691Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:de4bb632-9651-47c8-ab08-3cdf2ee77365
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:08e87afe-0897-4cec-96e9-120fb0805539
ServiceInvariantUUID:64bdfefb-114e-4418-ad02-f58267f7010a
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:772c78f1-15f2-460f-9276-e49b1c9ccefa
ArtifactChecksum:ZjcyNWRiMmZmOGIyMzE2NGYwZmJiYTllM2ExZWMyZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:31e2315d-99cb-4a29-9de9-3348aa49c0a1
ResourceInvariantUUID:acfe68c1-4bea-499a-b377-210f25f19d85
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:70a0c3d4-7a2a-4d73-a3ff-71764471c615
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-24T04:54:29.692Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08e87afe-0897-4cec-96e9-120fb0805539 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-02-24T04:54:29.767Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-24T04:54:29.768Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-24T04:54:29.768Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-24T04:54:29.768Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 772c78f1-15f2-460f-9276-e49b1c9ccefa from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-24T04:54:29.768Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-24T04:54:29.769Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|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-02-24T04:54:29.877Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-24T04:54:29.882Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 772c78f1-15f2-460f-9276-e49b1c9ccefa 111097
2023-02-24T04:54:29.883Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-24T04:54:29.883Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-24T04:54:29.883Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-24T04:54:29.884Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:54:29.884Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:54:29.884Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214469883,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:54:30.885Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-24T04:54:30.886Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-24T04:54:30.886Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 772c78f1-15f2-460f-9276-e49b1c9ccefa, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-24T04:54:30.887Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-02-24T04:54:30.887Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-24T04:54:30.888Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-24T04:54:30.994Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:54:30.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-24T04:54:30.996Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214344206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:54:30.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:54:30.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-24T04:54:30.997Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214344206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:54:30.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:54:30.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-24T04:54:30.997Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214354176,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:54:30.998Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:54:30.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-24T04:54:30.998Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214356607,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:54:30.998Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:54:30.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-24T04:54:30.998Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677214357613,
  "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-02-24T04:54:31.012Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6545258621269755459/Definitions/service-TestPnfMacro-template.yml
2023-02-24T04:54:31.017Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of de4bb632-9651-47c8-ab08-3cdf2ee77365
2023-02-24T04:54:31.017Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId de4bb632-9651-47c8-ab08-3cdf2ee77365 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-02-24T04:54:31.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-24T04:54:31.033Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1c55f3cf-deb5-4f54-bac4-ae69c2b4c2f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214409238,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-24T04:54:31.033Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:54:31.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-24T04:54:31.034Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:54:31.034Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:54:31.935Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-24T04:54:31.936Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-24T04:54:31.936Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-24T04:54:31.936Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-24T04:54:31.936Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-24T04:54:31.936Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-24T04:54:31.936Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-24T04:54:31.936Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-24T04:54:31.936Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-24T04:54:31.937Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-24T04:54:31.937Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-24T04:54:31.937Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-24T04:54:31.937Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:54:31.937Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:54:31.937Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-24T04:54:31.938Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-24T04:54:31.938Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-24T04:54:31.938Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:54:31.938Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:54:31.938Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-24T04:54:31.938Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-24T04:54:31.938Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-24T04:54:31.939Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:54:31.939Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:54:31.939Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:54:31.939Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:54:31.939Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:54:31.939Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:54:31.939Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:54:31.940Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:54:31.940Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:54:31.940Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:54:31.940Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:08e87afe-0897-4cec-96e9-120fb0805539
Model Version:NULL
Model InvariantUuid:64bdfefb-114e-4418-ad02-f58267f7010a
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-02-24T04:54:31.952Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 70a0c3d4-7a2a-4d73-a3ff-71764471c615
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-24T04:54:31.956Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||test-pnf 0
2023-02-24T04:54:31.956Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 70a0c3d4-7a2a-4d73-a3ff-71764471c615
2023-02-24T04:54:31.956Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 08e87afe-0897-4cec-96e9-120fb0805539
2023-02-24T04:54:31.956Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 08e87afe-0897-4cec-96e9-120fb0805539
2023-02-24T04:54:31.956Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 70a0c3d4-7a2a-4d73-a3ff-71764471c615 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-02-24T04:54:31.963Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@157005f, org.onap.sdc.toscaparser.api.parameters.Input@1759522, org.onap.sdc.toscaparser.api.parameters.Input@14eff27c, org.onap.sdc.toscaparser.api.parameters.Input@58eea012, org.onap.sdc.toscaparser.api.parameters.Input@618216a8]
2023-02-24T04:54:31.964Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:54:31.964Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:54:31.964Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 08e87afe-0897-4cec-96e9-120fb0805539: test-pnf
2023-02-24T04:54:31.964Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Processing PNF resource: 70a0c3d4-7a2a-4d73-a3ff-71764471c615
2023-02-24T04:54:31.965Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-24T04:54:31.965Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-24T04:54:31.965Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Resource customization UUID: 31e2315d-99cb-4a29-9de9-3348aa49c0a1 is the same as notified resource customizationUUID: 31e2315d-99cb-4a29-9de9-3348aa49c0a1
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-02-24T04:54:32.024Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 70a0c3d4-7a2a-4d73-a3ff-71764471c615 0 ASDC deployResourceStructure
2023-02-24T04:54:32.026Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-24T04:54:32.026Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-24T04:54:32.027Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-24T04:54:32.027Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:54:32.027Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:54:32.027Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214472026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:54:33.028Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de4bb632-9651-47c8-ab08-3cdf2ee77365
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:54:33.043Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de4bb632-9651-47c8-ab08-3cdf2ee77365
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-24T04:54:33.046Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-24T04:54:33.046Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-24T04:54:33.047Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-24T04:54:33.047Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-24T04:54:33.047Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:54:33.047Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:54:33.047Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:54:33.047Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-24T04:54:33.047Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|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-02-24T04:54:33.058Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-24T04:55:03.058Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: de4bb632-9651-47c8-ab08-3cdf2ee77365 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-24T04:55:03.104Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: de4bb632-9651-47c8-ab08-3cdf2ee77365 and serviceModelVersionId: 08e87afe-0897-4cec-96e9-120fb0805539
2023-02-24T04:55:03.105Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64bdfefb-114e-4418-ad02-f58267f7010a
2023-02-24T04:55:03.105Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64bdfefb-114e-4418-ad02-f58267f7010a/model-vers/model-ver/08e87afe-0897-4cec-96e9-120fb0805539?depth=0
2023-02-24T04:55:03.110Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-24T04:55:03.157Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64bdfefb-114e-4418-ad02-f58267f7010a/model-vers/model-ver/08e87afe-0897-4cec-96e9-120fb0805539?depth=0|INFO|500||Invoke
2023-02-24T04:55:03.158Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64bdfefb-114e-4418-ad02-f58267f7010a/model-vers/model-ver/08e87afe-0897-4cec-96e9-120fb0805539?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64bdfefb-114e-4418-ad02-f58267f7010a/model-vers/model-ver/08e87afe-0897-4cec-96e9-120fb0805539?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[de4bb632-9651-47c8-ab08-3cdf2ee77365], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aaef2707-3407-40cd-9f6f-6500493e36a9], X-ECOMP-RequestID=[de4bb632-9651-47c8-ab08-3cdf2ee77365], X-TransactionId=[], X-ONAP-RequestID=[de4bb632-9651-47c8-ab08-3cdf2ee77365], Content-Type=[application/merge-patch+json]}
2023-02-24T04:55:03.163Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64bdfefb-114e-4418-ad02-f58267f7010a/model-vers/model-ver/08e87afe-0897-4cec-96e9-120fb0805539?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-24T04:55:03.408Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64bdfefb-114e-4418-ad02-f58267f7010a/model-vers/model-ver/08e87afe-0897-4cec-96e9-120fb0805539?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64bdfefb-114e-4418-ad02-f58267f7010a/model-vers/model-ver/08e87afe-0897-4cec-96e9-120fb0805539?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Feb 2023 04:55:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[242], vertex-id=[204832], x-aai-txid=[0-aai-resources-230224-04:55:02:902-55095], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-24T04:55:03.409Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64bdfefb-114e-4418-ad02-f58267f7010a/model-vers/model-ver/08e87afe-0897-4cec-96e9-120fb0805539?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-24T04:55:03.410Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64bdfefb-114e-4418-ad02-f58267f7010a/model-vers/model-ver/08e87afe-0897-4cec-96e9-120fb0805539?depth=0|INFO|500||InvokeReturn
2023-02-24T04:55:03.410Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-24T04:55:03.411Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|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-02-24T04:55:03.425Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|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-02-24T04:55:03.426Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID de4bb632-9651-47c8-ab08-3cdf2ee77365 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-24T04:55:03.426Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-24T04:55:03.426Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-24T04:55:03.427Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-24T04:55:03.427Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214503426,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-24T04:55:04.445Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:55:30.994Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:55:30.996Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:30.996Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-24T04:55:30.997Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:30.997Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:30.997Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-24T04:55:30.997Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:30.998Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:30.998Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:55:30.998Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:30.998Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:30.998Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-24T04:55:30.998Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:30.998Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:30.998Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:55:30.998Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:30.998Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:30.998Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:55:30.998Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:30.999Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:30.999Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:55:30.999Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:30.999Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:30.999Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214418478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:55:30.999Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:30.999Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:30.999Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214421040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:55:30.999Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:31.000Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:31.000Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214422107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:55:31.000Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:31.000Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:31.000Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214423202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:55:31.000Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:31.000Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:31.000Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214425230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-24T04:55:31.000Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:31.000Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:31.001Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214426232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-24T04:55:31.001Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:31.001Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:31.001Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214427234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-24T04:55:31.001Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:31.001Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:31.001Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214428237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:55:31.001Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:31.002Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:31.002Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5bd8fae-7cc0-40cd-bd7b-90e2b4db5e21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214459597,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-24T04:55:31.002Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:31.002Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:31.002Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:55:31.002Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:31.002Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:31.002Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:55:31.002Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:31.002Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:31.002Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:55:31.002Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:31.003Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:31.003Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:55:31.003Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:31.003Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:31.003Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:55:31.003Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:31.003Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:31.003Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:55:31.004Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:31.004Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:31.004Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:55:31.004Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:31.004Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:31.004Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-24T04:55:31.004Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:31.004Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:31.004Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214410260,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-24T04:55:31.004Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:55:31.004Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-24T04:55:31.004Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214469883,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-24T04:55:31.005Z|340e75cc-468c-4175-a6b0-d2e7152963c7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:56:04.446Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:56:30.994Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:56:30.997Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-24T04:56:30.997Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214472026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-24T04:56:30.998Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:56:30.999Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-24T04:56:30.999Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "de4bb632-9651-47c8-ab08-3cdf2ee77365",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677214503426,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-24T04:56:30.999Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-24T04:57:04.448Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:57:30.994Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:58:04.449Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:58:30.994Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T04:59:04.451Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T04:59:30.997Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:00:04.453Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:00:30.997Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:01:04.454Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:01:30.999Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:02:04.454Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:02:31.001Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:03:04.455Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:03:31.002Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:04:04.455Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:04:31.004Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:05:04.457Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:05:31.004Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:06:04.458Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:06:31.006Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:07:04.460Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:07:31.007Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:08:04.462Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:08:31.008Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:09:04.463Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:09:31.009Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:10:04.465Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:10:31.011Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:11:04.466Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:11:31.013Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:12:04.466Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:12:31.014Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:13:04.467Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:13:31.015Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:14:04.469Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:14:31.016Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:15:04.470Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:15:31.017Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:16:04.470Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:16:31.019Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:17:04.472Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:17:31.020Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:18:04.474Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:18:31.022Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:19:04.476Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:19:31.023Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:20:04.476Z|de4bb632-9651-47c8-ab08-3cdf2ee77365|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:20:31.025Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:21:04.478Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:21:31.026Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:22:04.479Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:22:31.026Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:23:04.480Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:23:31.028Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:24:04.481Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:24:31.029Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:25:04.482Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:25:31.031Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:26:04.484Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:26:31.033Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:27:04.485Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:27:31.035Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:28:04.487Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:28:31.036Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:29:04.489Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:29:31.040Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:30:04.489Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:30:31.040Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:31:04.490Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:31:31.042Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:32:04.491Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:32:31.043Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:33:04.492Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:33:31.044Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:34:04.494Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:34:31.046Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:35:04.495Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:35:31.047Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:36:04.496Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:36:31.048Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:37:04.497Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:37:31.048Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:38:04.497Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:38:31.050Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:39:04.499Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:39:31.051Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:40:04.502Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:40:31.052Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:41:04.504Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:41:31.054Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:42:04.505Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:42:31.055Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:43:04.505Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:43:31.055Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:44:04.509Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:44:31.056Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:45:04.510Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:45:31.057Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:46:04.511Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:46:31.057Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:47:04.512Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:47:31.058Z|61c79a3c-dc2f-4043-b664-89f7a77b1431|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:48:04.514Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:48:31.059Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:49:04.516Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:49:31.060Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:50:04.518Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:50:31.063Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:51:04.520Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:51:31.064Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:52:04.521Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:52:31.065Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:53:04.521Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-24T05:53:31.067Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-24T05:54:04.523Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO