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-05-28T23:39:45.341Z||main|||||INFO|500||The following profiles are active: basic
2023-05-28T23:39:56.886Z||main|||||INFO|500||Starting service [Tomcat]
2023-05-28T23:39:56.887Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-05-28T23:39:57.085Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-05-28T23:40:00.827Z||main|||||INFO|500||catdb-pool - Starting...
2023-05-28T23:40:01.143Z||main|||||INFO|500||catdb-pool - Start completed.
2023-05-28T23:40:01.535Z||main|||||INFO|500||reqdb-pool - Starting...
2023-05-28T23:40:01.595Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-05-28T23:40:01.728Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-05-28T23:40:02.164Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-05-28T23:40:03.443Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-05-28T23:40:06.487Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-28T23:40:09.015Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-28T23:40:09.057Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-05-28T23:40:09.404Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-28T23:40:09.598Z||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-05-28T23:40:10.635Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-28T23:40:12.240Z||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-05-28T23:40:12.919Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-05-28T23:40:12.920Z||main|||||ERROR|500||(conn=1230) Table 'catalogdb.activity_spec' doesn't exist
2023-05-28T23:40:12.943Z||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-05-28T23:40:15.255Z||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-05-28T23:40:17.520Z||main|||||WARN|500||---
2023-05-28T23:40:17.521Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-05-28T23:40:17.521Z||main|||||WARN|500||---
2023-05-28T23:40:17.992Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-05-28T23:40:23.425Z||main|||||INFO|500||Started Application in 45.993 seconds (JVM running for 49.562)
2023-05-28T23:40:23.453Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-05-28T23:40:23.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-05-28T23:40:23.463Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-05-28T23:40:23.546Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 49f9965e-42fb-4f49-a42e-2764002854bb url= /sdc/v1/artifactTypes
2023-05-28T23:40:23.560Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-05-28T23:40:23.805Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-28T23:40:23.842Z||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-05-28T23:40:23.843Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-05-28T23:40:23.843Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 564204a5-8cd2-4c3f-b8c9-0eacd863bc6f url= /sdc/v1/distributionKafkaData
2023-05-28T23:40:23.843Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-05-28T23:40:23.866Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-28T23:40:23.871Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@4bb53fa4
2023-05-28T23:40:23.964Z||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-edcce5ff-e6f5-44bd-888a-59408b40bf9a
	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-05-28T23:40:24.032Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Instantiated an idempotent producer.
2023-05-28T23:40:24.113Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-05-28T23:40:24.171Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-28T23:40:24.176Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-28T23:40:24.176Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1685317224168
2023-05-28T23:40:24.189Z||scheduling-1|||||INFO|500||start DistributionClient
2023-05-28T23:40:24.235Z||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-4bdabe4b-2960-491b-a8df-f71deb666bde
	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-05-28T23:40:24.425Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-28T23:40:24.425Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-28T23:40:24.426Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1685317224425
2023-05-28T23:40:24.427Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:40:24.429Z||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-dba3b1e7-c38b-4848-b741-121547b75e70
	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-05-28T23:40:24.435Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-28T23:40:24.436Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-28T23:40:24.436Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1685317224435
2023-05-28T23:40:24.436Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:40:24.437Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:40:24.472Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-05-28T23:40:24.478Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:40:25.409Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Cluster ID: ianFueZdTuCw0nJ8vDjtkw
2023-05-28T23:40:25.410Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] ProducerId set to 1008 with epoch 0
2023-05-28T23:40:25.412Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 2O3pZz20Qsq5G9zUJqKvuQ
2023-05-28T23:40:25.412Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:25.413Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 2O3pZz20Qsq5G9zUJqKvuQ
2023-05-28T23:40:25.413Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 2O3pZz20Qsq5G9zUJqKvuQ
2023-05-28T23:40:25.413Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 2O3pZz20Qsq5G9zUJqKvuQ
2023-05-28T23:40:25.413Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 2O3pZz20Qsq5G9zUJqKvuQ
2023-05-28T23:40:25.413Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 2O3pZz20Qsq5G9zUJqKvuQ
2023-05-28T23:40:25.413Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:25.416Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Cluster ID: ianFueZdTuCw0nJ8vDjtkw
2023-05-28T23:40:25.414Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:25.416Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:25.417Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-05-28T23:40:25.416Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:25.418Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:25.418Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Cluster ID: ianFueZdTuCw0nJ8vDjtkw
2023-05-28T23:40:25.419Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-05-28T23:40:25.473Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] (Re-)joining group
2023-05-28T23:40:25.475Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] (Re-)joining group
2023-05-28T23:40:25.539Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde-f1541dbf-322a-4bc4-aedc-40600a926af1
2023-05-28T23:40:25.539Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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-05-28T23:40:25.542Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] (Re-)joining group
2023-05-28T23:40:25.551Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70-a2952e2f-0a81-4c99-b8de-afa6e8cfb160
2023-05-28T23:40:25.551Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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-05-28T23:40:25.552Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] (Re-)joining group
2023-05-28T23:40:31.552Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde-f1541dbf-322a-4bc4-aedc-40600a926af1', protocol='range'}
2023-05-28T23:40:31.556Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70-a2952e2f-0a81-4c99-b8de-afa6e8cfb160', protocol='range'}
2023-05-28T23:40:31.635Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:31.642Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:31.642Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:31.643Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:31.643Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:31.650Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:31.656Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70-a2952e2f-0a81-4c99-b8de-afa6e8cfb160=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-4bdabe4b-2960-491b-a8df-f71deb666bde-f1541dbf-322a-4bc4-aedc-40600a926af1=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-05-28T23:40:31.702Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70-a2952e2f-0a81-4c99-b8de-afa6e8cfb160', protocol='range'}
2023-05-28T23:40:31.703Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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-05-28T23:40:31.709Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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-05-28T23:40:31.722Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde-f1541dbf-322a-4bc4-aedc-40600a926af1', protocol='range'}
2023-05-28T23:40:31.725Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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-05-28T23:40:31.725Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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-05-28T23:40:31.732Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-05-28T23:40:31.732Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-05-28T23:40:31.733Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-05-28T23:40:31.733Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-05-28T23:40:31.733Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-05-28T23:40:31.734Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-05-28T23:40:31.734Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-05-28T23:40:31.734Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-05-28T23:40:31.734Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-05-28T23:40:31.734Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-05-28T23:40:31.735Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-05-28T23:40:31.735Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-05-28T23:40:31.772Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-28T23:40:31.772Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-28T23:40:31.833Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-28T23:40:31.834Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-28T23:40:31.838Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-28T23:40:31.838Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-28T23:40:31.838Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-28T23:40:31.839Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-28T23:40:31.839Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-28T23:40:31.839Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-28T23:40:31.840Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-28T23:40:31.840Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-28T23:41:24.443Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:41:24.480Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:42:24.445Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:42:24.486Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:43:24.446Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:43:24.489Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:44:24.447Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:44:24.491Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:45:24.449Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:45:24.492Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:46:24.449Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:46:24.493Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:47:24.451Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:47:24.495Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:48:24.452Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:48:24.495Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:49:24.453Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:49:24.496Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:49:25.491Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Node -1 disconnected.
2023-05-28T23:49:25.644Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Node -1 disconnected.
2023-05-28T23:49:25.743Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Node -1 disconnected.
2023-05-28T23:49:46.413Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-05-28T23:50:24.455Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:50:24.498Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:51:24.456Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:51:24.500Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:52:24.458Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:52:24.502Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:53:24.460Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:53:24.504Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:54:24.460Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:54:24.505Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:55:24.462Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:55:24.508Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:56:24.465Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:56:24.509Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:57:24.466Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:57:24.511Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:58:24.469Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:58:24.512Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:59:24.471Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:59:24.512Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:00:24.474Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:00:24.513Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:01:24.474Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:01:24.515Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:02:24.476Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:02:24.516Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:03:24.478Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:03:24.517Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:04:24.479Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:04:24.518Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:05:24.481Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:05:24.520Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:06:24.483Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:06:24.521Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:07:24.484Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:07:24.523Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:08:24.486Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:08:24.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:09:24.487Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:09:24.526Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:10:24.487Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:10:24.527Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:11:24.489Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:11:24.530Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:12:24.489Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:12:24.530Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:13:24.491Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:13:24.532Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:14:24.492Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:14:24.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:15:24.492Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:15:24.534Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:16:24.494Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:16:24.535Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:17:24.494Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:17:24.535Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:18:24.496Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:18:24.537Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:19:24.498Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:19:24.537Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:20:24.498Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:20:24.539Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:21:24.500Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:21:24.540Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:22:24.501Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:22:24.542Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:23:24.503Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:23:24.543Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:24:24.504Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:24:24.544Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:25:24.506Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:25:24.545Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:26:24.508Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:26:24.546Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:27:24.508Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:27:24.548Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:28:24.509Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:28:24.549Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:29:24.511Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:29:24.550Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:30:24.511Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:30:24.551Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:31:24.513Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:31:24.551Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:32:24.514Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:32:24.554Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:33:24.514Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:33:24.556Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:34:24.516Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:34:24.556Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:35:24.518Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:35:24.558Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:36:24.519Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:36:24.560Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:37:24.520Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:37:24.561Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:38:24.522Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:38:24.562Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:39:24.523Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:39:24.563Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:40:24.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:40:24.565Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:41:24.526Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:41:24.565Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:42:24.527Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:42:24.567Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:43:24.528Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:43:24.569Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:44:24.528Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:44:24.571Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:45:24.529Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:45:24.572Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:46:24.530Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:46:24.574Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:47:24.532Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:47:24.574Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:48:24.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:48:24.581Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:49:24.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:49:24.582Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:50:24.535Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:50:24.584Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:51:24.537Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:51:24.585Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:52:24.538Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:52:24.585Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:53:24.542Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:53:24.589Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:53:59.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T00:53:59.040Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"adfe98b6-fe93-40ca-8e66-5471659d7473","serviceName":"vFW 2023-05-29 00-52-34","serviceVersion":"1.0","serviceUUID":"e8093147-d902-432f-89dc-ef0d5fee5d29","serviceDescription":"catalog service description","serviceInvariantUUID":"ce7a1ec2-cf79-4982-ab4d-87d584f1ae20","resources":[{"resourceInstanceName":"vFW 248f7266-5924 0","resourceName":"vFW 248f7266-5924","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8b768452-b895-4c33-a8f1-825d578ae5c5","resourceInvariantUUID":"ab0d8fab-a836-41bc-ac2e-c9f900433689","resourceCustomizationUUID":"93c1ae62-c38f-4d69-9460-5a85a359944d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vf-license-model.xml","artifactChecksum":"YTI2MjhmNjRhNmE3YTAwOGVjMzdlY2NmNmQ0MTYxNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f2e304a9-2288-4366-bfb6-1bff71136121","artifactVersion":"1"},{"artifactName":"vfw248f726659240_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json","artifactChecksum":"N2MxZTExN2ZhNTdkYTEyZjZlZmFlMWUyMzk0YjIzYTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3a90d34e-0a08-42ee-8614-5965ed6484ee","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3667290d-7e9f-4aeb-9bbc-a78cd3cba987","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vendor-license-model.xml","artifactChecksum":"OWRhZGE3OGFlMzNjZWRiMTYzYzU3NDUwMzAyMWJhMWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"157a1b9f-2ca6-43dd-a588-769fa6f0e930","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"85d8894c-1c16-4d43-aba2-d92180ca9925","artifactVersion":"2","generatedFromUUID":"3667290d-7e9f-4aeb-9bbc-a78cd3cba987"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230529005234-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-template.yml","artifactChecksum":"NzA5NDFiYWIwYTg2MDZkOWM1OWQyZWVkNTliZjEzMzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b03f0013-5674-40a4-9dca-da94bbe5497c","artifactVersion":"1"},{"artifactName":"service-Vfw20230529005234-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar","artifactChecksum":"NGE2NjdlZDNjZDBkYWRiYjA3MjBkYTYzYzg2NGJiMjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d9b87f7b-f43d-4e10-bbd8-e415ba16f8cd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-29T00:53:59.065Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:53:59.076Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:53:59.077Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:53:59.077Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321604542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:53:59.085Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T00:53:59.085Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T00:53:59.086Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T00:53:59.086Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T00:53:59.086Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T00:53:59.086Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T00:53:59.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-29T00:53:59.138Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685321630596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:53:59.152Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:54:00.111Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:54:00.111Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:00.112Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:00.112Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321604542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:01.114Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:54:01.115Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:01.115Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:01.115Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321604542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:02.118Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:54:02.119Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:02.119Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:02.120Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321604542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:03.122Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:54:03.123Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:03.123Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:03.124Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321604542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:04.125Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:54:04.127Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:04.127Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:04.130Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321604542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:05.131Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:54:05.133Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:05.133Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:05.134Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321604542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:06.138Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "serviceName": "vFW 2023-05-29 00-52-34",
  "serviceVersion": "1.0",
  "serviceUUID": "e8093147-d902-432f-89dc-ef0d5fee5d29",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ce7a1ec2-cf79-4982-ab4d-87d584f1ae20",
  "resources": [
    {
      "resourceInstanceName": "vFW 248f7266-5924 0",
      "resourceCustomizationUUID": "93c1ae62-c38f-4d69-9460-5a85a359944d",
      "resourceName": "vFW 248f7266-5924",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8b768452-b895-4c33-a8f1-825d578ae5c5",
      "resourceInvariantUUID": "ab0d8fab-a836-41bc-ac2e-c9f900433689",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw248f726659240_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
          "artifactChecksum": "N2MxZTExN2ZhNTdkYTEyZjZlZmFlMWUyMzk0YjIzYTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3a90d34e-0a08-42ee-8614-5965ed6484ee",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3667290d-7e9f-4aeb-9bbc-a78cd3cba987",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "85d8894c-1c16-4d43-aba2-d92180ca9925",
            "generatedFromUUID": "3667290d-7e9f-4aeb-9bbc-a78cd3cba987"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "85d8894c-1c16-4d43-aba2-d92180ca9925",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230529005234-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
      "artifactChecksum": "NGE2NjdlZDNjZDBkYWRiYjA3MjBkYTYzYzg2NGJiMjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d9b87f7b-f43d-4e10-bbd8-e415ba16f8cd"
    }
  ],
  "workloadContext": "Production"
}
2023-05-29T00:54:06.139Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-29T00:54:06.140Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e8093147-d902-432f-89dc-ef0d5fee5d29 ASDC
2023-05-29T00:54:06.281Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:adfe98b6-fe93-40ca-8e66-5471659d7473
ServiceName:vFW 2023-05-29 00-52-34
ServiceVersion:1.0
ServiceUUID:e8093147-d902-432f-89dc-ef0d5fee5d29
ServiceInvariantUUID:ce7a1ec2-cf79-4982-ab4d-87d584f1ae20
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230529005234-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar
ArtifactUUID:d9b87f7b-f43d-4e10-bbd8-e415ba16f8cd
ArtifactChecksum:NGE2NjdlZDNjZDBkYWRiYjA3MjBkYTYzYzg2NGJiMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 248f7266-5924 0
ResourceCustomizationUUID:93c1ae62-c38f-4d69-9460-5a85a359944d
ResourceInvariantUUID:ab0d8fab-a836-41bc-ac2e-c9f900433689
ResourceName:vFW 248f7266-5924
ResourceType:VF
ResourceUUID:8b768452-b895-4c33-a8f1-825d578ae5c5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw248f726659240_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json
ArtifactUUID:3a90d34e-0a08-42ee-8614-5965ed6484ee
ArtifactChecksum:N2MxZTExN2ZhNTdkYTEyZjZlZmFlMWUyMzk0YjIzYTI=
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/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml
ArtifactUUID:3667290d-7e9f-4aeb-9bbc-a78cd3cba987
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/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env
ArtifactUUID:85d8894c-1c16-4d43-aba2-d92180ca9925
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/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env
ArtifactUUID:85d8894c-1c16-4d43-aba2-d92180ca9925
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-29T00:54:06.282Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8093147-d902-432f-89dc-ef0d5fee5d29 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-05-29T00:54:06.553Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T00:54:06.555Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T00:54:06.556Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T00:54:06.556Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d9b87f7b-f43d-4e10-bbd8-e415ba16f8cd from URL: /sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:06.556Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T00:54:06.557Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:06.683Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T00:54:06.716Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar d9b87f7b-f43d-4e10-bbd8-e415ba16f8cd 101443
2023-05-29T00:54:06.718Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar ASDC sendASDCNotification
2023-05-29T00:54:06.718Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:06.720Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T00:54:06.722Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:06.722Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:06.722Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321646717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:07.724Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T00:54:07.725Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T00:54:07.726Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d9b87f7b-f43d-4e10-bbd8-e415ba16f8cd, URL: /sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar to file: /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:07.727Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230529005234-csar.csar
2023-05-29T00:54:07.845Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:07.846Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:08.404Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3553460701043154606/Definitions/service-Vfw20230529005234-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-05-29T00:54:10.906Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-29T00:54:10.913Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-29T00:54:10.913Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.913Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-05-29T00:54:10.913Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 248f7266-5924 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-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-29T00:54:10.922Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:10.924Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:10.927Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:10.928Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-29T00:54:10.929Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T00:54:10.931Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:10.931Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:10.931Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:10.931Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-29T00:54:10.931Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T00:54:10.931Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:10.931Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:10.935Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:10.935Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.937Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-29T00:54:10.937Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:10.937Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-29T00:54:10.938Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:10.938Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:10.938Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is not matching search criteria
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=994157b6-9bdd-4115-8395-13b1ac26c141
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is not matching search criteria
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=53e00487-0c81-42c3-b9d7-9e61c6ddf97a
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=77d39992-5519-47ea-b8fe-486212ea30a6
2023-05-29T00:54:10.943Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:10.943Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:10.943Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:10.943Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:10.943Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:10.943Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:10.943Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:10.943Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:10.943Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-05-29 00-52-34
Description:catalog service description
Model UUID:e8093147-d902-432f-89dc-ef0d5fee5d29
Model Version:NULL
Model InvariantUuid:ce7a1ec2-cf79-4982-ab4d-87d584f1ae20
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 248f7266-5924
Model UUID:afca93cd-5b78-4c57-8ef6-aea1d1b2085f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ab0d8fab-a836-41bc-ac2e-c9f900433689
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:93c1ae62-c38f-4d69-9460-5a85a359944d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c5b773ff-b437-47c6-9777-e79388a0a5bc
ModelName:Vfw248f72665924..base_vfw..module-0
ModelUuid:4bed922c-24a4-412a-89eb-85b2deb096cf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:994157b6-9bdd-4115-8395-13b1ac26c141
ModelInvariantUuid:4dd908ae-aaa2-4b16-a74f-c20ba07f8f76
ModelName:vFW 248f7266-5924-nodes.vfwCvfc
ModelUuid:37c3ddee-8c41-4048-b668-5a2e2d05d798
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:70d46318-4cbe-4146-8a9e-9d4b5b9bbcfb
ModelInvariantUuid:8e9735c8-fb10-49a8-a2a5-1ebf55d6b112
ModelName:Vfw248f72665924.compute.nodes.heat.vfw
ModelUuid:9b305766-f09b-4584-a4d1-a6ebce4ed760
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:53e00487-0c81-42c3-b9d7-9e61c6ddf97a
ModelInvariantUuid:72808ecc-6197-4c69-9ec1-22eb695e60b6
ModelName:vFW 248f7266-5924-nodes.vsnCvfc
ModelUuid:d24fbcad-0603-47ae-b583-fba77dbff018
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:9cdfffa3-1e6e-4196-aa7e-e6c17d94ac5c
ModelInvariantUuid:aa8b1250-b0f9-4191-a435-c0931cddda4d
ModelName:Vfw248f72665924.compute.nodes.heat.vsn
ModelUuid:572f0d57-eb32-486f-8759-32fc178509ea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:77d39992-5519-47ea-b8fe-486212ea30a6
ModelInvariantUuid:6aad7f6b-7964-435f-b560-b1206d1c9f16
ModelName:vFW 248f7266-5924-nodes.vpgCvfc
ModelUuid:d0d602c9-fc37-414a-969f-bce95d37f795
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a79b808c-3638-436f-b773-a1d9b8642ba9
ModelInvariantUuid:09da21ce-eb00-46e1-bb67-1ecf837860c0
ModelName:Vfw248f72665924.compute.nodes.heat.vpg
ModelUuid:494043d6-bb1a-461d-a6ad-cf1723dcd3e3
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-05-29T00:54:10.983Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 8b768452-b895-4c33-a8f1-825d578ae5c5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-29T00:54:11.046Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||vFW 248f7266-5924 0
2023-05-29T00:54:11.052Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8b768452-b895-4c33-a8f1-825d578ae5c5
2023-05-29T00:54:11.052Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3a90d34e-0a08-42ee-8614-5965ed6484ee from URL: /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json
2023-05-29T00:54:11.053Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T00:54:11.053Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json
2023-05-29T00:54:11.206Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T00:54:11.207Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json 3a90d34e-0a08-42ee-8614-5965ed6484ee 785
2023-05-29T00:54:11.209Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json ASDC sendASDCNotification
2023-05-29T00:54:11.209Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json
2023-05-29T00:54:11.209Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T00:54:11.210Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:11.210Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:11.210Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321651209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:12.212Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw248f72665924..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c5b773ff-b437-47c6-9777-e79388a0a5bc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4bed922c-24a4-412a-89eb-85b2deb096cf",
    "vfModuleModelCustomizationUUID": "8b7380e2-adc3-4194-ae8c-5172a2a60d34",
    "isBase": true,
    "artifacts": [
      "3667290d-7e9f-4aeb-9bbc-a78cd3cba987",
      "85d8894c-1c16-4d43-aba2-d92180ca9925"
    ],
    "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-05-29T00:54:12.236Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw248f72665924..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4bed922c-24a4-412a-89eb-85b2deb096cf
VfModuleModelInvariantUUID:c5b773ff-b437-47c6-9777-e79388a0a5bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
3667290d-7e9f-4aeb-9bbc-a78cd3cba987
,
85d8894c-1c16-4d43-aba2-d92180ca9925

}
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-05-29T00:54:12.242Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw248f72665924..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c5b773ff-b437-47c6-9777-e79388a0a5bc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4bed922c-24a4-412a-89eb-85b2deb096cf",
    "vfModuleModelCustomizationUUID": "8b7380e2-adc3-4194-ae8c-5172a2a60d34",
    "isBase": true,
    "artifacts": [
      "3667290d-7e9f-4aeb-9bbc-a78cd3cba987",
      "85d8894c-1c16-4d43-aba2-d92180ca9925"
    ],
    "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-05-29T00:54:12.243Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw248f72665924..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4bed922c-24a4-412a-89eb-85b2deb096cf
VfModuleModelInvariantUUID:c5b773ff-b437-47c6-9777-e79388a0a5bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
3667290d-7e9f-4aeb-9bbc-a78cd3cba987
,
85d8894c-1c16-4d43-aba2-d92180ca9925

}
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-05-29T00:54:12.244Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3667290d-7e9f-4aeb-9bbc-a78cd3cba987 from URL: /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml
2023-05-29T00:54:12.244Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T00:54:12.244Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml
2023-05-29T00:54:12.390Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T00:54:12.391Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml 3667290d-7e9f-4aeb-9bbc-a78cd3cba987 20368
2023-05-29T00:54:12.391Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-05-29T00:54:12.392Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml
2023-05-29T00:54:12.392Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T00:54:12.392Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:12.392Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:12.392Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321652391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:13.394Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 85d8894c-1c16-4d43-aba2-d92180ca9925 from URL: /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env
2023-05-29T00:54:13.395Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T00:54:13.395Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env
2023-05-29T00:54:13.517Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T00:54:13.518Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env 85d8894c-1c16-4d43-aba2-d92180ca9925 2098
2023-05-29T00:54:13.519Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env ASDC sendASDCNotification
2023-05-29T00:54:13.519Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env
2023-05-29T00:54:13.520Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T00:54:13.521Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:13.521Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:13.522Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321653519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:14.530Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e8093147-d902-432f-89dc-ef0d5fee5d29
2023-05-29T00:54:14.532Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 248f7266-5924 0 8b768452-b895-4c33-a8f1-825d578ae5c5 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-05-29T00:54:14.601Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@191fff82, org.onap.sdc.toscaparser.api.parameters.Input@3592a506, org.onap.sdc.toscaparser.api.parameters.Input@bc5b06c, org.onap.sdc.toscaparser.api.parameters.Input@477542c0, org.onap.sdc.toscaparser.api.parameters.Input@21f05643]
2023-05-29T00:54:14.607Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:14.608Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:14.609Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-05-29T00:54:14.609Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 93c1ae62-c38f-4d69-9460-5a85a359944d
2023-05-29T00:54:14.609Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 93c1ae62-c38f-4d69-9460-5a85a359944d matches Tosca VF Customization UUID: 93c1ae62-c38f-4d69-9460-5a85a359944d
2023-05-29T00:54:14.610Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 93c1ae62-c38f-4d69-9460-5a85a359944d  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-05-29T00:54:14.623Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:14.624Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:14.627Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 93c1ae62-c38f-4d69-9460-5a85a359944d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-29T00:54:14.628Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d73bcb2
2023-05-29T00:54:14.629Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:14.630Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-29T00:54:14.631Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8b7380e2-adc3-4194-ae8c-5172a2a60d34
2023-05-29T00:54:14.633Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8b7380e2-adc3-4194-ae8c-5172a2a60d34
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-05-29T00:54:14.643Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:14.644Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:14.644Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:54:14.646Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:14.646Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:14.647Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:54:14.648Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:14.649Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is not matching search criteria
2023-05-29T00:54:14.649Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-29T00:54:14.650Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-29T00:54:14.651Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-05-29T00:54:14.652Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-29T00:54:14.652Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-29T00:54:14.653Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-29T00:54:14.653Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:14.654Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-29T00:54:14.655Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:14.656Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-29T00:54:14.656Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-29T00:54:14.657Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=994157b6-9bdd-4115-8395-13b1ac26c141
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-05-29T00:54:14.669Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:14.670Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:14.671Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:54:14.672Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:14.672Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is not matching search criteria
2023-05-29T00:54:14.672Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-29T00:54:14.672Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-29T00:54:14.672Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-29T00:54:14.672Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:14.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-29T00:54:14.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-29T00:54:14.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-29T00:54:14.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-05-29T00:54:14.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-29T00:54:14.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:14.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-29T00:54:14.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-29T00:54:14.674Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=53e00487-0c81-42c3-b9d7-9e61c6ddf97a
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-05-29T00:54:14.676Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:14.676Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:14.677Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:54:14.679Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:14.679Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is not matching search criteria
2023-05-29T00:54:14.679Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-29T00:54:14.679Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-29T00:54:14.679Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-29T00:54:14.680Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:14.680Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-29T00:54:14.680Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-29T00:54:14.680Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-29T00:54:14.680Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-29T00:54:14.680Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-29T00:54:14.680Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-29T00:54:14.681Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:14.681Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-05-29T00:54:14.681Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=77d39992-5519-47ea-b8fe-486212ea30a6
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-05-29T00:54:14.683Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:14.683Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:14.684Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:54:14.684Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:14.684Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:14.684Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0] matching following query criteria: sdcType=VF, customizationUUID=93c1ae62-c38f-4d69-9460-5a85a359944d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-29T00:54:14.686Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:14.686Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:14.686Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e8093147-d902-432f-89dc-ef0d5fee5d29: vFW 248f7266-5924
2023-05-29T00:54:14.686Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:14.687Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:14.687Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:14.687Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:14.687Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:14.687Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:14.687Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:14.687Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:14.687Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:54:14.688Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:14.688Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2023-05-29 00-52-34 
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-05-29T00:54:15.170Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 248f7266-5924 8b768452-b895-4c33-a8f1-825d578ae5c5 1 ASDC deployResourceStructure
2023-05-29T00:54:15.170Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json ASDC sendASDCNotification
2023-05-29T00:54:15.171Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json
2023-05-29T00:54:15.171Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T00:54:15.171Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:15.171Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:15.172Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321655170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:16.173Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-05-29T00:54:16.173Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml
2023-05-29T00:54:16.173Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T00:54:16.173Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:16.173Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:16.173Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321656173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:17.175Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env ASDC sendASDCNotification
2023-05-29T00:54:17.176Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env
2023-05-29T00:54:17.176Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T00:54:17.176Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:17.176Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:17.176Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321657175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:18.179Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar ASDC sendASDCNotification
2023-05-29T00:54:18.179Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:18.180Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T00:54:18.180Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:18.180Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:18.180Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321658179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:19.182Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T00:54:19.217Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T00:54:19.222Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T00:54:19.223Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T00:54:19.223Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T00:54:24.438Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:24.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-29T00:54:24.440Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685321602013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:54:24.441Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:54:49.224Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T00:54:49.254Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T00:54:49.261Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T00:54:49.261Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T00:54:49.261Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T00:55:19.262Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T00:55:19.295Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T00:55:19.301Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T00:55:19.302Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T00:55:19.302Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T00:55:24.450Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:55:24.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.461Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321631318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.462Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.462Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321604542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.463Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.463Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685321621990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.463Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.463Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "aai-model-loader",
  "timestamp": 1685321639572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.464Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.465Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685321630596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.465Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.465Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685321602013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.466Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.466Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685321621990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.466Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.466Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321631318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
  "status": "NOTIFIED"
}
2023-05-29T00:55:24.467Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.467Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321604542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
  "status": "NOTIFIED"
}
2023-05-29T00:55:24.467Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.467Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "aai-model-loader",
  "timestamp": 1685321639572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.468Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.468Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685321630596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-05-29T00:55:24.468Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.468Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685321602013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.469Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.469Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685321621990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.469Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.469Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321631318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-05-29T00:55:24.471Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.471Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321604542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "aai-model-loader",
  "timestamp": 1685321639572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685321630596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685321602013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685321621990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.473Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321631318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321604542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "aai-model-loader",
  "timestamp": 1685321639572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685321630596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685321602013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685321621990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321631318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321604542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "aai-model-loader",
  "timestamp": 1685321639572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685321630596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685321602013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685321621990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321631318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321604542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "aai-model-loader",
  "timestamp": 1685321639572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685321630596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685321602013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685321621990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321631318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321604542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "aai-model-loader",
  "timestamp": 1685321639572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685321646415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321646435,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685321646099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321646717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.479Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "aai-model-loader",
  "timestamp": 1685321646894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.479Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.479Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685321647438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T00:55:24.479Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.479Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685321647126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-29T00:55:24.498Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of adfe98b6-fe93-40ca-8e66-5471659d7473
2023-05-29T00:55:24.499Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId adfe98b6-fe93-40ca-8e66-5471659d7473 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-05-29T00:55:24.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.518Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321647633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.519Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685321648442,
  "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-05-29T00:55:24.527Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of adfe98b6-fe93-40ca-8e66-5471659d7473
2023-05-29T00:55:24.528Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId adfe98b6-fe93-40ca-8e66-5471659d7473 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-05-29T00:55:24.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.545Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321648745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.545Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321649915,
  "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-05-29T00:55:24.554Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of adfe98b6-fe93-40ca-8e66-5471659d7473
2023-05-29T00:55:24.555Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId adfe98b6-fe93-40ca-8e66-5471659d7473 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-05-29T00:55:24.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.569Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321650918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-29T00:55:24.569Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.570Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321651209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.570Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.570Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321652391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.570Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.570Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685321651779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.570Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.571Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685321651779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.571Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.571Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321653519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.571Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.571Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685321651779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.571Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.571Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321655170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685321651779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321656173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685321651779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321657175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685321651779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321658179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685321651779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685321659664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.574Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "aai-model-loader",
  "timestamp": 1685321661603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T00:55:24.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.574Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "aai-model-loader",
  "timestamp": 1685321662608,
  "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-05-29T00:55:24.585Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of adfe98b6-fe93-40ca-8e66-5471659d7473
2023-05-29T00:55:24.585Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId adfe98b6-fe93-40ca-8e66-5471659d7473 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-05-29T00:55:49.303Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T00:55:49.335Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T00:55:49.343Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T00:55:49.343Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-29T00:55:49.344Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T00:55:49.344Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T00:56:19.345Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T00:56:19.375Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T00:56:19.382Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T00:56:19.382Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-29T00:56:19.382Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T00:56:19.382Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T00:56:24.438Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:56:24.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.444Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685321665563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T00:56:24.445Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.445Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685321666570,
  "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-05-29T00:56:24.467Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of adfe98b6-fe93-40ca-8e66-5471659d7473
2023-05-29T00:56:24.468Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId adfe98b6-fe93-40ca-8e66-5471659d7473 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-05-29T00:56:24.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.495Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685321666822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.496Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.496Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321681925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.496Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.496Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685321679445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.496Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.497Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "aai-model-loader",
  "timestamp": 1685321669572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.497Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.497Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685321648131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.497Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.497Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685321681779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.497Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.498Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321681925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
  "status": "NOTIFIED"
}
2023-05-29T00:56:24.498Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.498Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685321666822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.498Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.499Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "aai-model-loader",
  "timestamp": 1685321669572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.499Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.499Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685321679445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.499Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.499Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685321648131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.499Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.500Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685321681779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.500Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.500Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321681925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-29T00:56:24.500Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.500Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685321666822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.500Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.501Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685321679445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-29T00:56:24.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.501Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "aai-model-loader",
  "timestamp": 1685321669572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.501Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685321648131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.502Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685321681779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.503Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.503Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321681925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.503Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.503Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "aai-model-loader",
  "timestamp": 1685321669572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.504Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.504Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685321666822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.504Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.504Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685321679445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.504Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.504Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685321648131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.505Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.505Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685321681779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.505Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.505Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321681925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-05-29T00:56:24.505Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.505Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "aai-model-loader",
  "timestamp": 1685321669572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.506Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.506Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685321666822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.507Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.507Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685321679445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.507Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.507Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685321648131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.507Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.508Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685321681779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.508Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.508Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321681925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.508Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.508Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "aai-model-loader",
  "timestamp": 1685321669572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.509Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685321666822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.509Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685321679445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.510Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685321648131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.511Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.511Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685321681779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.512Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.512Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321681925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T00:56:24.512Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.512Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "aai-model-loader",
  "timestamp": 1685321669572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T00:56:24.512Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.513Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685321666822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.513Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.513Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685321679445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T00:56:24.513Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.513Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685321648131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T00:56:24.514Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.514Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685321681779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T00:56:24.514Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.514Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "aai-model-loader",
  "timestamp": 1685321691706,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:56:24.515Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.515Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321691564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:56:24.515Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.515Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685321691296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:56:24.516Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.516Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685321691655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:56:24.516Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.516Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685321692230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:56:24.517Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.517Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685321692301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-05-29T00:56:24.552Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f0e35aea-0fa3-419c-9b54-56ee02f32936
2023-05-29T00:56:24.553Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e35aea-0fa3-419c-9b54-56ee02f32936 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-05-29T00:56:24.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.579Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685321692659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T00:56:24.579Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.579Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321692734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:56:24.580Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.580Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685321693660,
  "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-05-29T00:56:24.599Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f0e35aea-0fa3-419c-9b54-56ee02f32936
2023-05-29T00:56:24.599Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e35aea-0fa3-419c-9b54-56ee02f32936 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-05-29T00:56:24.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.623Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321693873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:56:24.624Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.624Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685321694668,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T00:56:24.624Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.624Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321694933,
  "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-05-29T00:56:24.641Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f0e35aea-0fa3-419c-9b54-56ee02f32936
2023-05-29T00:56:24.641Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e35aea-0fa3-419c-9b54-56ee02f32936 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-05-29T00:56:24.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.659Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685321695672,
  "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-05-29T00:56:24.675Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f0e35aea-0fa3-419c-9b54-56ee02f32936
2023-05-29T00:56:24.675Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e35aea-0fa3-419c-9b54-56ee02f32936 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-05-29T00:56:24.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.700Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685321695937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-29T00:56:24.701Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.701Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "aai-model-loader",
  "timestamp": 1685321698224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T00:56:24.701Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.702Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "aai-model-loader",
  "timestamp": 1685321699228,
  "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-05-29T00:56:24.720Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f0e35aea-0fa3-419c-9b54-56ee02f32936
2023-05-29T00:56:24.721Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e35aea-0fa3-419c-9b54-56ee02f32936 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-05-29T00:56:49.383Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T00:56:49.413Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T00:56:49.421Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T00:56:49.422Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-29T00:56:49.422Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-29T00:56:49.422Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-29T00:56:49.422Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T00:56:49.423Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T00:56:49.423Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T00:56:49.423Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T00:56:49.423Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T00:56:49.423Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-29T00:56:49.441Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-29T00:57:19.441Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-29T00:57:19.460Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: adfe98b6-fe93-40ca-8e66-5471659d7473 and serviceModelVersionId: e8093147-d902-432f-89dc-ef0d5fee5d29
2023-05-29T00:57:19.460Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce7a1ec2-cf79-4982-ab4d-87d584f1ae20
2023-05-29T00:57:24.437Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:34.601Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce7a1ec2-cf79-4982-ab4d-87d584f1ae20/model-vers/model-ver/e8093147-d902-432f-89dc-ef0d5fee5d29?depth=0
2023-05-29T00:57:34.723Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-05-29T00:57:35.184Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ce7a1ec2-cf79-4982-ab4d-87d584f1ae20/model-vers/model-ver/e8093147-d902-432f-89dc-ef0d5fee5d29?depth=0|INFO|500||Invoke
2023-05-29T00:57:35.191Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ce7a1ec2-cf79-4982-ab4d-87d584f1ae20/model-vers/model-ver/e8093147-d902-432f-89dc-ef0d5fee5d29?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ce7a1ec2-cf79-4982-ab4d-87d584f1ae20/model-vers/model-ver/e8093147-d902-432f-89dc-ef0d5fee5d29?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[adfe98b6-fe93-40ca-8e66-5471659d7473], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[39f7c6d7-76d3-4dc7-99e0-7cff88961e3d], X-ECOMP-RequestID=[adfe98b6-fe93-40ca-8e66-5471659d7473], X-TransactionId=[], X-ONAP-RequestID=[adfe98b6-fe93-40ca-8e66-5471659d7473], Content-Type=[application/merge-patch+json]}
2023-05-29T00:57:35.219Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ce7a1ec2-cf79-4982-ab4d-87d584f1ae20/model-vers/model-ver/e8093147-d902-432f-89dc-ef0d5fee5d29?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-29T00:57:35.573Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ce7a1ec2-cf79-4982-ab4d-87d584f1ae20/model-vers/model-ver/e8093147-d902-432f-89dc-ef0d5fee5d29?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ce7a1ec2-cf79-4982-ab4d-87d584f1ae20/model-vers/model-ver/e8093147-d902-432f-89dc-ef0d5fee5d29?depth=0 has http status code:200 and response headers:{date=[Mon, 29 May 2023 00:57:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[310], vertex-id=[352440], x-aai-txid=[1-aai-resources-230529-00:57:35:236-11851], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-29T00:57:35.576Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ce7a1ec2-cf79-4982-ab4d-87d584f1ae20/model-vers/model-ver/e8093147-d902-432f-89dc-ef0d5fee5d29?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-29T00:57:35.577Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ce7a1ec2-cf79-4982-ab4d-87d584f1ae20/model-vers/model-ver/e8093147-d902-432f-89dc-ef0d5fee5d29?depth=0|INFO|500||InvokeReturn
2023-05-29T00:57:35.585Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-29T00:57:35.585Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-29T00:57:35.612Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-29T00:57:35.614Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID adfe98b6-fe93-40ca-8e66-5471659d7473 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-29T00:57:35.617Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-29T00:57:35.618Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:35.618Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:35.618Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321855614,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:35.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:57:35.637Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321855614,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-29T00:57:35.638Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-29T00:57:36.652Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:57:36.659Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T00:57:36.660Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"f0e35aea-0fa3-419c-9b54-56ee02f32936","serviceName":"basic_onboard_wlrBGN","serviceVersion":"1.0","serviceUUID":"b61a1be7-afce-4635-8bd1-c8b811c76105","serviceDescription":"service","serviceInvariantUUID":"c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d","resources":[{"resourceInstanceName":"basic_onboard_wlrBGN 0","resourceName":"basic_onboard_wlrBGN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1c8fa192-4660-431f-b1ce-ab4392430541","resourceInvariantUUID":"38b978b3-dba7-4b1a-a658-71d25b57cb34","resourceCustomizationUUID":"747f4839-8ee5-452e-bb5b-d826ac700af5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vf-license-model.xml","artifactChecksum":"YTllZGNmODlkYTg3MjdmNzRjZDA4OGRjMWZlNDFlNGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd5e1e2e-55cb-407b-af52-73733f551886","artifactVersion":"1"},{"artifactName":"basic_onboard_wlrbgn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json","artifactChecksum":"MWRiYTY5NWE3YjYxMzk0MDc0YzU2MWM2MzdjYmY2N2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"048529c0-da68-4a7e-bd53-9b4a0e031700","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a35072c4-7034-48b9-83b7-b7399e048412","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b89b1d06-4e6f-49d7-9b1f-de9fb10d9819","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1479f338-ff23-4d83-be1f-93f643c5fbbb","artifactVersion":"2","generatedFromUUID":"a35072c4-7034-48b9-83b7-b7399e048412"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWlrbgn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-template.yml","artifactChecksum":"NDNlNDc5MDg4NDczOGUzNDhjN2U5YzA4MTRiNzJhODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6cbd9a80-f764-4428-9bf0-3df3d3f2d520","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWlrbgn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar","artifactChecksum":"NDM2ODRiZTAxNWQ5YjQzM2Q0NDBiMTIwZWQ4MDU3YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21eea731-2f48-4101-a35f-6b9854304585","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-29T00:57:36.663Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:57:36.664Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:36.664Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:36.664Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321856652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:37.665Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:57:37.666Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:37.666Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:37.667Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321856652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:38.668Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:57:38.669Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:38.669Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:38.669Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321856652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:39.670Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:57:39.671Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:39.671Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:39.671Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321856652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:40.672Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:57:40.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:40.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:40.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321856652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:41.675Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:57:41.675Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:41.675Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:41.675Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321856652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:42.676Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:57:42.677Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:42.677Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:42.677Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321856652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:43.680Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "serviceName": "basic_onboard_wlrBGN",
  "serviceVersion": "1.0",
  "serviceUUID": "b61a1be7-afce-4635-8bd1-c8b811c76105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_wlrBGN 0",
      "resourceCustomizationUUID": "747f4839-8ee5-452e-bb5b-d826ac700af5",
      "resourceName": "basic_onboard_wlrBGN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1c8fa192-4660-431f-b1ce-ab4392430541",
      "resourceInvariantUUID": "38b978b3-dba7-4b1a-a658-71d25b57cb34",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_wlrbgn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
          "artifactChecksum": "MWRiYTY5NWE3YjYxMzk0MDc0YzU2MWM2MzdjYmY2N2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "048529c0-da68-4a7e-bd53-9b4a0e031700",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a35072c4-7034-48b9-83b7-b7399e048412",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1479f338-ff23-4d83-be1f-93f643c5fbbb",
            "generatedFromUUID": "a35072c4-7034-48b9-83b7-b7399e048412"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1479f338-ff23-4d83-be1f-93f643c5fbbb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardWlrbgn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
      "artifactChecksum": "NDM2ODRiZTAxNWQ5YjQzM2Q0NDBiMTIwZWQ4MDU3YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "21eea731-2f48-4101-a35f-6b9854304585"
    }
  ],
  "workloadContext": "Production"
}
2023-05-29T00:57:43.680Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-29T00:57:43.680Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b61a1be7-afce-4635-8bd1-c8b811c76105 ASDC
2023-05-29T00:57:43.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f0e35aea-0fa3-419c-9b54-56ee02f32936
ServiceName:basic_onboard_wlrBGN
ServiceVersion:1.0
ServiceUUID:b61a1be7-afce-4635-8bd1-c8b811c76105
ServiceInvariantUUID:c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWlrbgn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar
ArtifactUUID:21eea731-2f48-4101-a35f-6b9854304585
ArtifactChecksum:NDM2ODRiZTAxNWQ5YjQzM2Q0NDBiMTIwZWQ4MDU3YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_wlrBGN 0
ResourceCustomizationUUID:747f4839-8ee5-452e-bb5b-d826ac700af5
ResourceInvariantUUID:38b978b3-dba7-4b1a-a658-71d25b57cb34
ResourceName:basic_onboard_wlrBGN
ResourceType:VF
ResourceUUID:1c8fa192-4660-431f-b1ce-ab4392430541
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wlrbgn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json
ArtifactUUID:048529c0-da68-4a7e-bd53-9b4a0e031700
ArtifactChecksum:MWRiYTY5NWE3YjYxMzk0MDc0YzU2MWM2MzdjYmY2N2Y=
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/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a35072c4-7034-48b9-83b7-b7399e048412
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/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env
ArtifactUUID:1479f338-ff23-4d83-be1f-93f643c5fbbb
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/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env
ArtifactUUID:1479f338-ff23-4d83-be1f-93f643c5fbbb
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-29T00:57:43.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b61a1be7-afce-4635-8bd1-c8b811c76105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-05-29T00:57:43.785Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T00:57:43.790Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T00:57:43.790Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T00:57:43.790Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 21eea731-2f48-4101-a35f-6b9854304585 from URL: /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:43.790Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T00:57:43.791Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:44.017Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T00:57:44.018Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar 21eea731-2f48-4101-a35f-6b9854304585 75654
2023-05-29T00:57:44.018Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar ASDC sendASDCNotification
2023-05-29T00:57:44.019Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:44.019Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T00:57:44.019Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:44.019Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:44.020Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321864018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:45.020Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T00:57:45.021Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T00:57:45.021Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 21eea731-2f48-4101-a35f-6b9854304585, URL: /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar to file: /app/ASDC/1/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:45.021Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:45.021Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:45.021Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:45.114Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6084011371761745779/Definitions/service-BasicOnboardWlrbgn-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-05-29T00:57:46.226Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_wlrBGN 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-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is matching search criteria
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wlrBGN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is matching search criteria
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wlrBGN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is not matching search criteria
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is matching search criteria
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wlrBGN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is matching search criteria
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wlrBGN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is matching search criteria
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wlrBGN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is not matching search criteria
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=80c938fe-f945-4dab-95f9-9c01cac8319f
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_wlrBGN
Description:service
Model UUID:b61a1be7-afce-4635-8bd1-c8b811c76105
Model Version:NULL
Model InvariantUuid:c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_wlrBGN
Model UUID:6aefbf6b-f871-4fae-8169-a65582d6ba56
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38b978b3-dba7-4b1a-a658-71d25b57cb34
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:747f4839-8ee5-452e-bb5b-d826ac700af5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f2a8010d-9f67-40b9-a6d2-adfad91760d3
ModelName:BasicOnboardWlrbgn..base_ubuntu18..module-0
ModelUuid:86229381-e738-4dfe-a6f1-07df3274838b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:80c938fe-f945-4dab-95f9-9c01cac8319f
ModelInvariantUuid:366d818d-2e19-4078-82f8-dab06fa18945
ModelName:basic_onboard_wlrBGN-nodes.ubuntu18Cvfc
ModelUuid:b956ed03-d095-450a-ae4c-ade4666f71e0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:c33c073a-89a6-4f3a-b2a7-1baaff057d77
ModelInvariantUuid:09bbf1b1-acd4-4747-b7d0-4099c9e39af2
ModelName:BasicOnboardWlrbgn.compute.nodes.heat.ubuntu18
ModelUuid:6cef3914-4f41-47f9-922f-e55e1c289fa7
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-05-29T00:57:46.245Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1c8fa192-4660-431f-b1ce-ab4392430541
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-29T00:57:46.251Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||basic_onboard_wlrBGN 0
2023-05-29T00:57:46.252Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1c8fa192-4660-431f-b1ce-ab4392430541
2023-05-29T00:57:46.252Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 048529c0-da68-4a7e-bd53-9b4a0e031700 from URL: /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json
2023-05-29T00:57:46.252Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T00:57:46.252Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json
2023-05-29T00:57:46.438Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T00:57:46.438Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json 048529c0-da68-4a7e-bd53-9b4a0e031700 798
2023-05-29T00:57:46.439Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json ASDC sendASDCNotification
2023-05-29T00:57:46.439Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json
2023-05-29T00:57:46.439Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T00:57:46.439Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:46.439Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:46.439Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321866439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:47.440Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWlrbgn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f2a8010d-9f67-40b9-a6d2-adfad91760d3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "86229381-e738-4dfe-a6f1-07df3274838b",
    "vfModuleModelCustomizationUUID": "3c28289e-b048-4193-b1e9-66715fd6c4bd",
    "isBase": true,
    "artifacts": [
      "a35072c4-7034-48b9-83b7-b7399e048412",
      "1479f338-ff23-4d83-be1f-93f643c5fbbb"
    ],
    "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-05-29T00:57:47.442Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWlrbgn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:86229381-e738-4dfe-a6f1-07df3274838b
VfModuleModelInvariantUUID:f2a8010d-9f67-40b9-a6d2-adfad91760d3
VfModuleModelDescription:NULL
Artifacts UUID List:{
a35072c4-7034-48b9-83b7-b7399e048412
,
1479f338-ff23-4d83-be1f-93f643c5fbbb

}
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-05-29T00:57:47.444Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWlrbgn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f2a8010d-9f67-40b9-a6d2-adfad91760d3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "86229381-e738-4dfe-a6f1-07df3274838b",
    "vfModuleModelCustomizationUUID": "3c28289e-b048-4193-b1e9-66715fd6c4bd",
    "isBase": true,
    "artifacts": [
      "a35072c4-7034-48b9-83b7-b7399e048412",
      "1479f338-ff23-4d83-be1f-93f643c5fbbb"
    ],
    "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-05-29T00:57:47.444Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWlrbgn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:86229381-e738-4dfe-a6f1-07df3274838b
VfModuleModelInvariantUUID:f2a8010d-9f67-40b9-a6d2-adfad91760d3
VfModuleModelDescription:NULL
Artifacts UUID List:{
a35072c4-7034-48b9-83b7-b7399e048412
,
1479f338-ff23-4d83-be1f-93f643c5fbbb

}
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-05-29T00:57:47.444Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a35072c4-7034-48b9-83b7-b7399e048412 from URL: /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml
2023-05-29T00:57:47.444Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T00:57:47.444Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml
2023-05-29T00:57:47.562Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T00:57:47.562Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml a35072c4-7034-48b9-83b7-b7399e048412 5033
2023-05-29T00:57:47.563Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-29T00:57:47.563Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml
2023-05-29T00:57:47.563Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T00:57:47.563Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:47.564Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:47.564Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321867563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:48.565Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1479f338-ff23-4d83-be1f-93f643c5fbbb from URL: /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env
2023-05-29T00:57:48.565Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T00:57:48.565Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env
2023-05-29T00:57:48.660Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T00:57:48.661Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env 1479f338-ff23-4d83-be1f-93f643c5fbbb 909
2023-05-29T00:57:48.662Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-29T00:57:48.662Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env
2023-05-29T00:57:48.662Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T00:57:48.662Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:48.663Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:48.663Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321868662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:49.663Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b61a1be7-afce-4635-8bd1-c8b811c76105
2023-05-29T00:57:49.664Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_wlrBGN 0 1c8fa192-4660-431f-b1ce-ab4392430541 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-05-29T00:57:49.673Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28efaf4, org.onap.sdc.toscaparser.api.parameters.Input@7d8070b8, org.onap.sdc.toscaparser.api.parameters.Input@484de43b, org.onap.sdc.toscaparser.api.parameters.Input@71049a5b, org.onap.sdc.toscaparser.api.parameters.Input@42887d5]
2023-05-29T00:57:49.674Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:49.674Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:49.674Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-05-29T00:57:49.674Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 747f4839-8ee5-452e-bb5b-d826ac700af5
2023-05-29T00:57:49.674Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 747f4839-8ee5-452e-bb5b-d826ac700af5 matches Tosca VF Customization UUID: 747f4839-8ee5-452e-bb5b-d826ac700af5
2023-05-29T00:57:49.674Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 747f4839-8ee5-452e-bb5b-d826ac700af5  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-05-29T00:57:49.676Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:49.676Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:49.676Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 747f4839-8ee5-452e-bb5b-d826ac700af5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-29T00:57:49.676Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@89bf2bf
2023-05-29T00:57:49.677Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:49.677Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-29T00:57:49.677Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3c28289e-b048-4193-b1e9-66715fd6c4bd
2023-05-29T00:57:49.677Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3c28289e-b048-4193-b1e9-66715fd6c4bd
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-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is matching search criteria
2023-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wlrBGN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is matching search criteria
2023-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wlrBGN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is not matching search criteria
2023-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=80c938fe-f945-4dab-95f9-9c01cac8319f
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-05-29T00:57:49.687Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:49.687Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is matching search criteria
2023-05-29T00:57:49.687Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wlrBGN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:57:49.687Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:49.687Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is matching search criteria
2023-05-29T00:57:49.687Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wlrBGN 0] matching following query criteria: sdcType=VF, customizationUUID=747f4839-8ee5-452e-bb5b-d826ac700af5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-29T00:57:49.688Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b61a1be7-afce-4635-8bd1-c8b811c76105: basic_onboard_wlrBGN
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:49.690Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_wlrBGN 
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-05-29T00:57:49.816Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_wlrBGN 1c8fa192-4660-431f-b1ce-ab4392430541 1 ASDC deployResourceStructure
2023-05-29T00:57:49.817Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json ASDC sendASDCNotification
2023-05-29T00:57:49.817Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json
2023-05-29T00:57:49.817Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T00:57:49.822Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:49.823Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:49.823Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321869817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:50.824Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-29T00:57:50.824Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml
2023-05-29T00:57:50.825Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T00:57:50.825Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:50.825Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:50.825Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321870824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:51.826Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-29T00:57:51.827Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env
2023-05-29T00:57:51.828Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T00:57:51.828Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:51.829Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:51.829Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321871826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:52.832Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar ASDC sendASDCNotification
2023-05-29T00:57:52.832Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:52.832Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T00:57:52.832Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:52.832Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:52.832Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321872832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:53.834Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f0e35aea-0fa3-419c-9b54-56ee02f32936
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T00:57:53.861Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f0e35aea-0fa3-419c-9b54-56ee02f32936
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T00:57:53.868Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T00:57:53.868Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-29T00:57:53.868Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-29T00:57:53.868Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-29T00:57:53.868Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T00:57:53.869Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T00:57:53.869Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T00:57:53.869Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T00:57:53.869Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T00:57:53.869Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-29T00:57:53.885Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-29T00:58:23.885Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f0e35aea-0fa3-419c-9b54-56ee02f32936 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-29T00:58:23.898Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f0e35aea-0fa3-419c-9b54-56ee02f32936 and serviceModelVersionId: b61a1be7-afce-4635-8bd1-c8b811c76105
2023-05-29T00:58:23.899Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d
2023-05-29T00:58:23.899Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d/model-vers/model-ver/b61a1be7-afce-4635-8bd1-c8b811c76105?depth=0
2023-05-29T00:58:23.904Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-05-29T00:58:23.947Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d/model-vers/model-ver/b61a1be7-afce-4635-8bd1-c8b811c76105?depth=0|INFO|500||Invoke
2023-05-29T00:58:23.947Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d/model-vers/model-ver/b61a1be7-afce-4635-8bd1-c8b811c76105?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d/model-vers/model-ver/b61a1be7-afce-4635-8bd1-c8b811c76105?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f0e35aea-0fa3-419c-9b54-56ee02f32936], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8861e7b0-8a77-4e32-9825-b62cda094da5], X-ECOMP-RequestID=[f0e35aea-0fa3-419c-9b54-56ee02f32936], X-TransactionId=[], X-ONAP-RequestID=[f0e35aea-0fa3-419c-9b54-56ee02f32936], Content-Type=[application/merge-patch+json]}
2023-05-29T00:58:23.956Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d/model-vers/model-ver/b61a1be7-afce-4635-8bd1-c8b811c76105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-29T00:58:24.152Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d/model-vers/model-ver/b61a1be7-afce-4635-8bd1-c8b811c76105?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d/model-vers/model-ver/b61a1be7-afce-4635-8bd1-c8b811c76105?depth=0 has http status code:200 and response headers:{date=[Mon, 29 May 2023 00:58:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[173], vertex-id=[368824], x-aai-txid=[2-aai-resources-230529-00:58:23:972-92468], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-29T00:58:24.153Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d/model-vers/model-ver/b61a1be7-afce-4635-8bd1-c8b811c76105?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-29T00:58:24.154Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d/model-vers/model-ver/b61a1be7-afce-4635-8bd1-c8b811c76105?depth=0|INFO|500||InvokeReturn
2023-05-29T00:58:24.154Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-29T00:58:24.155Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-29T00:58:24.164Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-29T00:58:24.165Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f0e35aea-0fa3-419c-9b54-56ee02f32936 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-29T00:58:24.165Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-29T00:58:24.165Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:58:24.165Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:58:24.166Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321904165,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:58:24.438Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:58:24.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.445Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321856652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:58:24.445Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.446Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321856652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
  "status": "NOTIFIED"
}
2023-05-29T00:58:24.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.446Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321856652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-29T00:58:24.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.447Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321856652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:58:24.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.447Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321856652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-05-29T00:58:24.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.448Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321856652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T00:58:24.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.448Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321856652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T00:58:24.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.448Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321864018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:58:24.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.449Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321866439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:58:24.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.449Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321867563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:58:24.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.449Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321868662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-05-29T00:58:24.450Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.450Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321869817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-29T00:58:24.450Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.450Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321870824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-05-29T00:58:24.450Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.451Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321871826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-05-29T00:58:24.451Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.451Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321872832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T00:58:24.452Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.452Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685321904165,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-29T00:58:24.452Z||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-05-29T00:58:25.199Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:59:24.437Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:59:25.200Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:00:24.438Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:00:25.201Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:01:24.439Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:01:25.202Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:02:24.441Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:02:25.202Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:03:24.442Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:03:25.204Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:04:24.443Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:04:25.205Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:05:24.444Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:05:25.206Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:06:24.445Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:06:25.207Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:07:24.445Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:07:25.207Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:08:24.447Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:08:25.208Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:08:26.342Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Node 2 disconnected.
2023-05-29T01:09:07.535Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:09:07.535Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"d303f328-697c-4116-b521-4fcaf94f9f2f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3e472ed8-9f02-4e00-a02b-51d346fd557b","serviceDescription":"service","serviceInvariantUUID":"aea08c07-6fb5-463f-87a6-c0542bb87151","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"80cd3d3d-f5f1-40fe-ac73-5d11ccd28136","resourceInvariantUUID":"44097c9d-0a3c-44ad-a681-816f9a7317fb","resourceCustomizationUUID":"9025d358-4ae6-40c5-a602-a3a08507fe67","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":"MGNmMzMxYzg4NGYzNmI0OWM4ODkyZjVlNDk2MzU0YjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1cf24099-57f7-4e8a-927c-f9ff4e151a08","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmEwNDQwNmM2NGY3OTZlZDlkNGZjMTcwNTNhOGVlYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1113da9f-b8c4-4636-a7d4-112eb07d620e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-29T01:09:07.537Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:09:07.538Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:09:07.538Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:09:07.538Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322505208,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:09:07.545Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T01:09:07.545Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T01:09:07.545Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T01:09:07.545Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T01:09:07.545Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T01:09:07.545Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T01:09:07.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T01:09:07.575Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322505208,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:09:07.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:09:08.546Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:09:08.547Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:09:08.547Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:09:08.547Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322505208,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:09:09.548Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "3e472ed8-9f02-4e00-a02b-51d346fd557b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "aea08c07-6fb5-463f-87a6-c0542bb87151",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9025d358-4ae6-40c5-a602-a3a08507fe67",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "80cd3d3d-f5f1-40fe-ac73-5d11ccd28136",
      "resourceInvariantUUID": "44097c9d-0a3c-44ad-a681-816f9a7317fb",
      "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": "MmEwNDQwNmM2NGY3OTZlZDlkNGZjMTcwNTNhOGVlYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1113da9f-b8c4-4636-a7d4-112eb07d620e"
    }
  ],
  "workloadContext": "Production"
}
2023-05-29T01:09:09.549Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-29T01:09:09.549Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3e472ed8-9f02-4e00-a02b-51d346fd557b ASDC
2023-05-29T01:09:09.549Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:d303f328-697c-4116-b521-4fcaf94f9f2f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3e472ed8-9f02-4e00-a02b-51d346fd557b
ServiceInvariantUUID:aea08c07-6fb5-463f-87a6-c0542bb87151
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:1113da9f-b8c4-4636-a7d4-112eb07d620e
ArtifactChecksum:MmEwNDQwNmM2NGY3OTZlZDlkNGZjMTcwNTNhOGVlYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9025d358-4ae6-40c5-a602-a3a08507fe67
ResourceInvariantUUID:44097c9d-0a3c-44ad-a681-816f9a7317fb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:80cd3d3d-f5f1-40fe-ac73-5d11ccd28136
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-05-29T01:09:09.549Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3e472ed8-9f02-4e00-a02b-51d346fd557b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-05-29T01:09:09.618Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T01:09:09.619Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T01:09:09.620Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T01:09:09.620Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1113da9f-b8c4-4636-a7d4-112eb07d620e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-29T01:09:09.620Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T01:09:09.620Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-29T01:09:09.756Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T01:09:09.757Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1113da9f-b8c4-4636-a7d4-112eb07d620e 57786
2023-05-29T01:09:09.758Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-05-29T01:09:09.758Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-29T01:09:09.758Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T01:09:09.758Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:09:09.759Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:09:09.759Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322549758,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:09:10.760Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T01:09:10.761Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T01:09:10.761Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1113da9f-b8c4-4636-a7d4-112eb07d620e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-29T01:09:10.762Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-05-29T01:09:10.763Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-29T01:09:10.763Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-29T01:09:10.892Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8319216496220626272/Definitions/service-BasicNetwork-template.yml
2023-05-29T01:09:11.279Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.282Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:09:11.282Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.282Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:09:11.282Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.282Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:3e472ed8-9f02-4e00-a02b-51d346fd557b
Model Version:NULL
Model InvariantUuid:aea08c07-6fb5-463f-87a6-c0542bb87151
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:44097c9d-0a3c-44ad-a681-816f9a7317fb
Model UUID:3dddbb86-4f32-4403-b9c2-bf15cefa1d5d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:9025d358-4ae6-40c5-a602-a3a08507fe67
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-05-29T01:09:11.294Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 80cd3d3d-f5f1-40fe-ac73-5d11ccd28136
2023-05-29T01:09:11.294Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||No resources found for Service: 3e472ed8-9f02-4e00-a02b-51d346fd557b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-29T01:09:11.298Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||
2023-05-29T01:09:11.298Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-05-29T01:09:11.299Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 3e472ed8-9f02-4e00-a02b-51d346fd557b
2023-05-29T01:09:11.299Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3e472ed8-9f02-4e00-a02b-51d346fd557b
2023-05-29T01:09:11.299Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-05-29T01:09:11.299Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:09:11.309Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7deec085, org.onap.sdc.toscaparser.api.parameters.Input@6d16fe82, org.onap.sdc.toscaparser.api.parameters.Input@1d9cc55b, org.onap.sdc.toscaparser.api.parameters.Input@387e5949, org.onap.sdc.toscaparser.api.parameters.Input@339f5c2b]
2023-05-29T01:09:11.311Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:09:11.311Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.311Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:09:11.311Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.311Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3e472ed8-9f02-4e00-a02b-51d346fd557b: Generic NeutronNet
2023-05-29T01:09:11.311Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:09:11.311Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.311Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:09:11.311Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:09:11.360Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:09:11.360Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.360Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:09:11.360Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.360Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:09:11.360Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.360Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:09:11.441Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-05-29T01:09:11.441Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-05-29T01:09:11.441Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-29T01:09:11.441Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T01:09:11.441Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:09:11.441Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:09:11.441Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322551441,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:09:12.443Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d303f328-697c-4116-b521-4fcaf94f9f2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:09:12.469Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d303f328-697c-4116-b521-4fcaf94f9f2f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:09:12.475Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T01:09:12.475Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T01:09:12.475Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T01:09:24.437Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:09:24.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:09:24.439Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322534683,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:09:24.439Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:09:42.475Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d303f328-697c-4116-b521-4fcaf94f9f2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:09:42.501Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d303f328-697c-4116-b521-4fcaf94f9f2f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:09:42.505Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T01:09:42.505Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T01:09:42.505Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T01:10:12.506Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d303f328-697c-4116-b521-4fcaf94f9f2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:10:12.533Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d303f328-697c-4116-b521-4fcaf94f9f2f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:10:12.541Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T01:10:12.542Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T01:10:12.542Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T01:10:24.437Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:10:24.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.439Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685322531953,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:10:24.439Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322539572,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322533317,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322536974,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322505208,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322534683,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685322531953,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322539572,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322533317,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.441Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322536974,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:10:24.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.441Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322549767,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:10:24.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.441Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322549906,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:10:24.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.443Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322549411,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:10:24.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.444Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322549758,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:10:24.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.444Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322550414,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-29T01:10:24.468Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d303f328-697c-4116-b521-4fcaf94f9f2f
2023-05-29T01:10:24.468Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d303f328-697c-4116-b521-4fcaf94f9f2f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-05-29T01:10:24.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.492Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322550771,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:10:24.493Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.493Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322551441,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:10:24.493Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.493Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322551775,
  "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-05-29T01:10:24.509Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d303f328-697c-4116-b521-4fcaf94f9f2f
2023-05-29T01:10:24.509Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d303f328-697c-4116-b521-4fcaf94f9f2f 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-05-29T01:10:24.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.530Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322551779,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:10:24.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322553269,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:10:24.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322551779,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:10:24.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322554272,
  "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-05-29T01:10:24.547Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d303f328-697c-4116-b521-4fcaf94f9f2f
2023-05-29T01:10:24.548Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d303f328-697c-4116-b521-4fcaf94f9f2f 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-05-29T01:10:24.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.579Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322554554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:10:24.579Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.579Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322556369,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:10:24.580Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.580Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322557377,
  "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-05-29T01:10:24.596Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d303f328-697c-4116-b521-4fcaf94f9f2f
2023-05-29T01:10:24.597Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d303f328-697c-4116-b521-4fcaf94f9f2f 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-05-29T01:10:42.542Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d303f328-697c-4116-b521-4fcaf94f9f2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:10:42.568Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d303f328-697c-4116-b521-4fcaf94f9f2f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:10:42.579Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T01:10:42.579Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-29T01:10:42.579Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-29T01:10:42.579Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-29T01:10:42.579Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:10:42.580Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:10:42.580Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:10:42.580Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:10:42.580Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:10:42.580Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-29T01:10:42.597Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-29T01:11:12.597Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d303f328-697c-4116-b521-4fcaf94f9f2f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-29T01:11:12.607Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d303f328-697c-4116-b521-4fcaf94f9f2f and serviceModelVersionId: 3e472ed8-9f02-4e00-a02b-51d346fd557b
2023-05-29T01:11:12.608Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aea08c07-6fb5-463f-87a6-c0542bb87151
2023-05-29T01:11:12.608Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aea08c07-6fb5-463f-87a6-c0542bb87151/model-vers/model-ver/3e472ed8-9f02-4e00-a02b-51d346fd557b?depth=0
2023-05-29T01:11:12.611Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-05-29T01:11:12.649Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea08c07-6fb5-463f-87a6-c0542bb87151/model-vers/model-ver/3e472ed8-9f02-4e00-a02b-51d346fd557b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-05-29T01:11:12.650Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea08c07-6fb5-463f-87a6-c0542bb87151/model-vers/model-ver/3e472ed8-9f02-4e00-a02b-51d346fd557b?depth=0|INFO|500||Invoke
2023-05-29T01:11:12.661Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea08c07-6fb5-463f-87a6-c0542bb87151/model-vers/model-ver/3e472ed8-9f02-4e00-a02b-51d346fd557b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-29T01:11:12.837Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea08c07-6fb5-463f-87a6-c0542bb87151/model-vers/model-ver/3e472ed8-9f02-4e00-a02b-51d346fd557b?depth=0|INFO|500||InvokeReturn
2023-05-29T01:11:12.837Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea08c07-6fb5-463f-87a6-c0542bb87151/model-vers/model-ver/3e472ed8-9f02-4e00-a02b-51d346fd557b?depth=0 has http status code:200 and response headers:{date=[Mon, 29 May 2023 01:11:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[171], vertex-id=[188664], x-aai-txid=[0-aai-resources-230529-01:11:12:691-37599], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-29T01:11:12.838Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-05-29T01:11:12.838Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-29T01:11:12.838Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-29T01:11:12.849Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-29T01:11:12.849Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d303f328-697c-4116-b521-4fcaf94f9f2f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-29T01:11:12.849Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-29T01:11:12.849Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:12.849Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:12.849Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322672849,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-29T01:11:13.881Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:11:13.888Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:11:13.889Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"715eb97a-f68a-4fa9-bba8-b0937a85dda0","serviceName":"Demo_pNF_n4y9O7TePKLLC2bAiBIM","serviceVersion":"1.0","serviceUUID":"0683ae24-06a6-4d91-86af-a8ff2dec450d","serviceDescription":"catalog service description","serviceInvariantUUID":"24cbbee4-8a22-438c-a5a0-c1240ab105cf","resources":[{"resourceInstanceName":"pNF 37b92619-5a2f 0","resourceName":"pNF 37b92619-5a2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"27d5d1e5-a8e1-495e-8904-dbe004d12416","resourceInvariantUUID":"04ccf09c-b100-4f73-8748-5d4a765897d5","resourceCustomizationUUID":"cf1d3097-2970-4d8e-a001-963b1616a621","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vf-license-model.xml","artifactChecksum":"ZDVkODRkYmFkODA1NmYyZTExNDJjZDRlOTM2NzRiNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8477f99d-636f-4939-bcf0-1ced8dc54536","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/pNF.csar","artifactChecksum":"NGZlMjJlMjYwOTVjYzgyMTUzYTExYTRmMjRkZjkxMGY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"acfc484b-7f4e-457e-9d2b-5966d20a12bc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f1ea0e19-609d-43aa-8de3-30e0dfdb4c57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vendor-license-model.xml","artifactChecksum":"NGExNzgyNzhhY2JjOWZiODYzMDcyNzU5N2QyMzdkMzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"be6c85da-14d8-4010-a648-9cecf65c74f4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f0accf0b-5f10-4b58-8dfc-ca95fcb6692a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39e60303-fd97-428e-b183-43604ea678ab","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN4y9o7tepkllc2baibim-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-template.yml","artifactChecksum":"NGZlYjUyOGYzOGMwOWI0YzVjYzY0NGY5NDIwZGNlZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94cdef5-55fd-4547-b357-0cd84e12c5c7","artifactVersion":"1"},{"artifactName":"service-DemoPnfN4y9o7tepkllc2baibim-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar","artifactChecksum":"MDNiM2RkZThhMzIwOGNkZmYzYjlkNDUyNmNjODQ0N2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7028b36f-5296-4235-ad7f-ba153949d8b7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-29T01:11:13.891Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:13.892Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:13.892Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:13.892Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:14.894Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:14.895Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:14.895Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:14.895Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:15.897Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:15.897Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:15.898Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:15.898Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:16.899Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:16.900Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:16.900Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:16.900Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:17.901Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:17.902Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:17.902Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:17.902Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:18.908Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:18.909Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:18.909Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:18.909Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:19.910Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:19.911Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:19.911Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:19.911Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:20.912Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:20.913Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:20.913Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:20.913Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:21.915Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "serviceName": "Demo_pNF_n4y9O7TePKLLC2bAiBIM",
  "serviceVersion": "1.0",
  "serviceUUID": "0683ae24-06a6-4d91-86af-a8ff2dec450d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "24cbbee4-8a22-438c-a5a0-c1240ab105cf",
  "resources": [
    {
      "resourceInstanceName": "pNF 37b92619-5a2f 0",
      "resourceCustomizationUUID": "cf1d3097-2970-4d8e-a001-963b1616a621",
      "resourceName": "pNF 37b92619-5a2f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "27d5d1e5-a8e1-495e-8904-dbe004d12416",
      "resourceInvariantUUID": "04ccf09c-b100-4f73-8748-5d4a765897d5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
      "artifactChecksum": "MDNiM2RkZThhMzIwOGNkZmYzYjlkNDUyNmNjODQ0N2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7028b36f-5296-4235-ad7f-ba153949d8b7"
    }
  ],
  "workloadContext": "Production"
}
2023-05-29T01:11:21.916Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-29T01:11:21.916Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0683ae24-06a6-4d91-86af-a8ff2dec450d ASDC
2023-05-29T01:11:21.916Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:715eb97a-f68a-4fa9-bba8-b0937a85dda0
ServiceName:Demo_pNF_n4y9O7TePKLLC2bAiBIM
ServiceVersion:1.0
ServiceUUID:0683ae24-06a6-4d91-86af-a8ff2dec450d
ServiceInvariantUUID:24cbbee4-8a22-438c-a5a0-c1240ab105cf
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
ArtifactUUID:7028b36f-5296-4235-ad7f-ba153949d8b7
ArtifactChecksum:MDNiM2RkZThhMzIwOGNkZmYzYjlkNDUyNmNjODQ0N2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 37b92619-5a2f 0
ResourceCustomizationUUID:cf1d3097-2970-4d8e-a001-963b1616a621
ResourceInvariantUUID:04ccf09c-b100-4f73-8748-5d4a765897d5
ResourceName:pNF 37b92619-5a2f
ResourceType:PNF
ResourceUUID:27d5d1e5-a8e1-495e-8904-dbe004d12416
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-05-29T01:11:21.916Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0683ae24-06a6-4d91-86af-a8ff2dec450d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-05-29T01:11:21.990Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T01:11:21.990Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T01:11:21.991Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T01:11:21.991Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7028b36f-5296-4235-ad7f-ba153949d8b7 from URL: /sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:21.991Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T01:11:21.991Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:22.108Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T01:11:22.111Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar 7028b36f-5296-4235-ad7f-ba153949d8b7 88001
2023-05-29T01:11:22.111Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar ASDC sendASDCNotification
2023-05-29T01:11:22.112Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:22.112Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T01:11:22.112Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:22.112Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:22.112Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322682111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:23.114Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T01:11:23.115Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T01:11:23.115Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7028b36f-5296-4235-ad7f-ba153949d8b7, URL: /sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar to file: /app/ASDC/1/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.116Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.116Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.116Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.266Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2204330157338747191/Definitions/service-DemoPnfN4y9o7tepkllc2baibim-template.yml
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||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-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||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-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 37b92619-5a2f 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-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n4y9O7TePKLLC2bAiBIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Node template pNF 37b92619-5a2f 0 is matching search criteria
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 37b92619-5a2f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n4y9O7TePKLLC2bAiBIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Node template pNF 37b92619-5a2f 0 is matching search criteria
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 37b92619-5a2f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n4y9O7TePKLLC2bAiBIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n4y9O7TePKLLC2bAiBIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:11:23.884Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:11:23.884Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n4y9O7TePKLLC2bAiBIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:11:23.884Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:11:23.884Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n4y9O7TePKLLC2bAiBIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:11:23.884Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:11:23.884Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n4y9O7TePKLLC2bAiBIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:11:23.884Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n4y9O7TePKLLC2bAiBIM
Description:catalog service description
Model UUID:0683ae24-06a6-4d91-86af-a8ff2dec450d
Model Version:NULL
Model InvariantUuid:24cbbee4-8a22-438c-a5a0-c1240ab105cf
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-05-29T01:11:23.914Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 27d5d1e5-a8e1-495e-8904-dbe004d12416
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-29T01:11:23.923Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||pNF 37b92619-5a2f 0
2023-05-29T01:11:23.923Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 27d5d1e5-a8e1-495e-8904-dbe004d12416
2023-05-29T01:11:23.923Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 0683ae24-06a6-4d91-86af-a8ff2dec450d
2023-05-29T01:11:23.923Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0683ae24-06a6-4d91-86af-a8ff2dec450d
2023-05-29T01:11:23.923Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 37b92619-5a2f 0 27d5d1e5-a8e1-495e-8904-dbe004d12416 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-05-29T01:11:23.942Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1838d2d2, org.onap.sdc.toscaparser.api.parameters.Input@7f27c488, org.onap.sdc.toscaparser.api.parameters.Input@53ee58c0, org.onap.sdc.toscaparser.api.parameters.Input@51ad7432, org.onap.sdc.toscaparser.api.parameters.Input@fdd9297]
2023-05-29T01:11:23.943Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:11:23.943Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n4y9O7TePKLLC2bAiBIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:11:23.943Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0683ae24-06a6-4d91-86af-a8ff2dec450d: pNF 37b92619-5a2f
2023-05-29T01:11:23.944Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Processing PNF resource: 27d5d1e5-a8e1-495e-8904-dbe004d12416
2023-05-29T01:11:23.944Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:11:23.944Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n4y9O7TePKLLC2bAiBIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:11:23.944Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Resource customization UUID: cf1d3097-2970-4d8e-a001-963b1616a621 is the same as notified resource customizationUUID: cf1d3097-2970-4d8e-a001-963b1616a621
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-05-29T01:11:24.071Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 37b92619-5a2f 27d5d1e5-a8e1-495e-8904-dbe004d12416 0 ASDC deployResourceStructure
2023-05-29T01:11:24.071Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar ASDC sendASDCNotification
2023-05-29T01:11:24.071Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:24.072Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T01:11:24.072Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:24.072Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:24.072Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322684071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:24.437Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:24.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.445Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322582780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.447Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685322590267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.447Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322579575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.448Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322551416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.448Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322581779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.449Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322582780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.451Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322551416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.451Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.452Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685322590267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.452Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.452Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322579575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.452Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.453Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322581779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.453Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.453Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322582780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.454Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.454Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685322590267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.454Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.455Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322551416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.455Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.455Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322579575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.456Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.456Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322581779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.456Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.457Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322582780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.457Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.458Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685322590267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.459Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322551416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.459Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.459Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322579575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.459Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.461Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322581779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.462Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.462Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685322590267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.462Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.463Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322582780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.463Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.463Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322551416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.463Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.463Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322579575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.464Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.464Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322581779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.464Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.464Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322582780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.464Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.465Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685322590267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-05-29T01:11:24.465Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.465Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322551416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.465Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.466Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322579575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.466Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322581779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.467Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322582780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.467Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685322590267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.467Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322551416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.467Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322579575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.468Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.468Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322581779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.468Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.468Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322582780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:11:24.468Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.469Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685322590267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.469Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322551416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:11:24.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.470Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322579575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:11:24.470Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.470Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322581779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:11:24.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.471Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322598672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:11:24.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.471Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322599031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:11:24.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.472Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685322599835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:11:24.472Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.472Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322599572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.472Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.472Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322599788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:11:24.472Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.473Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322600035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:11:24.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.473Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322599675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-29T01:11:24.504Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 715eb97a-f68a-4fa9-bba8-b0937a85dda0
2023-05-29T01:11:24.504Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 715eb97a-f68a-4fa9-bba8-b0937a85dda0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-05-29T01:11:24.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.530Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322599572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685322601228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-05-29T01:11:24.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322601036,
  "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-05-29T01:11:24.548Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 715eb97a-f68a-4fa9-bba8-b0937a85dda0
2023-05-29T01:11:24.549Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 715eb97a-f68a-4fa9-bba8-b0937a85dda0 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-05-29T01:11:24.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.577Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322599572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.578Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.578Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685322602230,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-29T01:11:24.595Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 715eb97a-f68a-4fa9-bba8-b0937a85dda0
2023-05-29T01:11:24.595Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 715eb97a-f68a-4fa9-bba8-b0937a85dda0 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-05-29T01:11:24.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.620Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322601925,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:11:24.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.620Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322599572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.621Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.621Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322602929,
  "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-05-29T01:11:24.634Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 715eb97a-f68a-4fa9-bba8-b0937a85dda0
2023-05-29T01:11:24.634Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 715eb97a-f68a-4fa9-bba8-b0937a85dda0 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-05-29T01:11:24.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.655Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322599572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.655Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.655Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322599572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.655Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.655Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322599572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322599572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322607711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322612157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322613159,
  "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-05-29T01:11:24.674Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 715eb97a-f68a-4fa9-bba8-b0937a85dda0
2023-05-29T01:11:24.674Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 715eb97a-f68a-4fa9-bba8-b0937a85dda0 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-05-29T01:11:24.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.706Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322600677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322602038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685322623233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322598897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322600677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.708Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322602038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.708Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685322623233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.708Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322598897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-05-29T01:11:24.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:25.073Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 715eb97a-f68a-4fa9-bba8-b0937a85dda0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:11:25.108Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 715eb97a-f68a-4fa9-bba8-b0937a85dda0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:11:25.115Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T01:11:25.115Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-29T01:11:25.115Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-29T01:11:25.116Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-29T01:11:25.116Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:11:25.117Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:11:25.117Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:11:25.117Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:11:25.117Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:11:25.117Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:11:25.117Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-29T01:11:25.142Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-29T01:11:55.143Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 715eb97a-f68a-4fa9-bba8-b0937a85dda0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-29T01:11:55.159Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 715eb97a-f68a-4fa9-bba8-b0937a85dda0 and serviceModelVersionId: 0683ae24-06a6-4d91-86af-a8ff2dec450d
2023-05-29T01:11:55.160Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24cbbee4-8a22-438c-a5a0-c1240ab105cf
2023-05-29T01:11:55.161Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24cbbee4-8a22-438c-a5a0-c1240ab105cf/model-vers/model-ver/0683ae24-06a6-4d91-86af-a8ff2dec450d?depth=0
2023-05-29T01:11:55.169Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-05-29T01:11:55.248Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24cbbee4-8a22-438c-a5a0-c1240ab105cf/model-vers/model-ver/0683ae24-06a6-4d91-86af-a8ff2dec450d?depth=0|INFO|500||Invoke
2023-05-29T01:11:55.248Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24cbbee4-8a22-438c-a5a0-c1240ab105cf/model-vers/model-ver/0683ae24-06a6-4d91-86af-a8ff2dec450d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24cbbee4-8a22-438c-a5a0-c1240ab105cf/model-vers/model-ver/0683ae24-06a6-4d91-86af-a8ff2dec450d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[715eb97a-f68a-4fa9-bba8-b0937a85dda0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d082c027-308f-44f8-9002-947ff834d946], X-ECOMP-RequestID=[715eb97a-f68a-4fa9-bba8-b0937a85dda0], X-TransactionId=[], X-ONAP-RequestID=[715eb97a-f68a-4fa9-bba8-b0937a85dda0], Content-Type=[application/merge-patch+json]}
2023-05-29T01:11:55.259Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24cbbee4-8a22-438c-a5a0-c1240ab105cf/model-vers/model-ver/0683ae24-06a6-4d91-86af-a8ff2dec450d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-29T01:11:55.438Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24cbbee4-8a22-438c-a5a0-c1240ab105cf/model-vers/model-ver/0683ae24-06a6-4d91-86af-a8ff2dec450d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24cbbee4-8a22-438c-a5a0-c1240ab105cf/model-vers/model-ver/0683ae24-06a6-4d91-86af-a8ff2dec450d?depth=0 has http status code:200 and response headers:{date=[Mon, 29 May 2023 01:11:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[176], vertex-id=[245880], x-aai-txid=[0-aai-resources-230529-01:11:55:289-71991], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-29T01:11:55.438Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24cbbee4-8a22-438c-a5a0-c1240ab105cf/model-vers/model-ver/0683ae24-06a6-4d91-86af-a8ff2dec450d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-29T01:11:55.439Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24cbbee4-8a22-438c-a5a0-c1240ab105cf/model-vers/model-ver/0683ae24-06a6-4d91-86af-a8ff2dec450d?depth=0|INFO|500||InvokeReturn
2023-05-29T01:11:55.439Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-29T01:11:55.439Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-29T01:11:55.448Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-29T01:11:55.448Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 715eb97a-f68a-4fa9-bba8-b0937a85dda0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-29T01:11:55.448Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-29T01:11:55.448Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:55.448Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:55.450Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322715448,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-29T01:11:56.483Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:11:56.483Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"cf1740d3-8b18-4667-bcf8-c3ff615e46d9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"faa677b2-2c3a-4e03-a984-af9a8f7750b4","serviceDescription":"service","serviceInvariantUUID":"2eb8bd57-b46f-4efa-a171-26792430f78d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"68f787c5-3a70-4164-9a28-4b39c021e245","resourceInvariantUUID":"cecb47ef-bd48-4f45-9d1c-00c308cc8bf9","resourceCustomizationUUID":"68cfd6d8-6e52-41a0-b770-e30b29e66207","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":"OTNkZWJkOTQ2NDE3NTUzZTUzNDVhMmY2MmMwMzM2MjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9efc7c7d-f42d-4140-a928-c83ad802c4ea","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":"MGE3NmNhOTA5ZjFjZmE2ZDA0YjlmNWFlMGY0YzgyYTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"33320ec5-64a4-436e-b5a4-6e9c115a6bd1","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":"403e9cb1-5185-4cad-93ef-c3f2a4d41177","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":"a86ff5f4-d89c-4ad1-9d74-159a4f776e5e","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":"0db816b2-06bd-41d2-b982-8cba69f7a8a3","artifactVersion":"2","generatedFromUUID":"403e9cb1-5185-4cad-93ef-c3f2a4d41177"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDlkZDM5M2ViZjU2NzMyNDFlMzhiYzk5MWIxZTg5ZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af3f9b9-71d0-4b04-98fb-34dec8128a0e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NGJiNWQ1NGY3ZDU4NzU0NDkzMTZhZjg4NWQ0MmZjY2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6287fd59-bd9e-4a1d-bfe4-de4fe67d31cd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-29T01:11:56.484Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:56.484Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:56.484Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:56.484Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "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-05-29T01:11:57.485Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:57.486Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:57.486Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:57.486Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "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-05-29T01:11:58.486Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:58.487Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:58.487Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:58.487Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "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-05-29T01:11:59.488Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:59.488Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:59.488Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:59.488Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "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-05-29T01:12:00.489Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:12:00.490Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:12:00.490Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:12:00.490Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "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-05-29T01:12:01.491Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:12:01.492Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:12:01.492Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:12:01.493Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:12:02.494Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:12:02.494Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:12:02.495Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:12:02.495Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:12:03.496Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "faa677b2-2c3a-4e03-a984-af9a8f7750b4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2eb8bd57-b46f-4efa-a171-26792430f78d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "68cfd6d8-6e52-41a0-b770-e30b29e66207",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "68f787c5-3a70-4164-9a28-4b39c021e245",
      "resourceInvariantUUID": "cecb47ef-bd48-4f45-9d1c-00c308cc8bf9",
      "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": "MGE3NmNhOTA5ZjFjZmE2ZDA0YjlmNWFlMGY0YzgyYTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "33320ec5-64a4-436e-b5a4-6e9c115a6bd1",
          "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": "403e9cb1-5185-4cad-93ef-c3f2a4d41177",
          "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": "0db816b2-06bd-41d2-b982-8cba69f7a8a3",
            "generatedFromUUID": "403e9cb1-5185-4cad-93ef-c3f2a4d41177"
          },
          "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": "0db816b2-06bd-41d2-b982-8cba69f7a8a3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NGJiNWQ1NGY3ZDU4NzU0NDkzMTZhZjg4NWQ0MmZjY2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6287fd59-bd9e-4a1d-bfe4-de4fe67d31cd"
    }
  ],
  "workloadContext": "Production"
}
2023-05-29T01:12:03.496Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-29T01:12:03.497Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 faa677b2-2c3a-4e03-a984-af9a8f7750b4 ASDC
2023-05-29T01:12:03.497Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:cf1740d3-8b18-4667-bcf8-c3ff615e46d9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:faa677b2-2c3a-4e03-a984-af9a8f7750b4
ServiceInvariantUUID:2eb8bd57-b46f-4efa-a171-26792430f78d
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:6287fd59-bd9e-4a1d-bfe4-de4fe67d31cd
ArtifactChecksum:NGJiNWQ1NGY3ZDU4NzU0NDkzMTZhZjg4NWQ0MmZjY2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:68cfd6d8-6e52-41a0-b770-e30b29e66207
ResourceInvariantUUID:cecb47ef-bd48-4f45-9d1c-00c308cc8bf9
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:68f787c5-3a70-4164-9a28-4b39c021e245
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:33320ec5-64a4-436e-b5a4-6e9c115a6bd1
ArtifactChecksum:MGE3NmNhOTA5ZjFjZmE2ZDA0YjlmNWFlMGY0YzgyYTQ=
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:403e9cb1-5185-4cad-93ef-c3f2a4d41177
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:0db816b2-06bd-41d2-b982-8cba69f7a8a3
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:0db816b2-06bd-41d2-b982-8cba69f7a8a3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-29T01:12:03.497Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF faa677b2-2c3a-4e03-a984-af9a8f7750b4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-05-29T01:12:03.592Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T01:12:03.593Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T01:12:03.593Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T01:12:03.593Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6287fd59-bd9e-4a1d-bfe4-de4fe67d31cd from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-29T01:12:03.593Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T01:12:03.593Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-29T01:12:03.712Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T01:12:03.715Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6287fd59-bd9e-4a1d-bfe4-de4fe67d31cd 75158
2023-05-29T01:12:03.715Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-05-29T01:12:03.717Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-29T01:12:03.718Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T01:12:03.719Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:12:03.719Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:12:03.720Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322723715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:12:04.722Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T01:12:04.723Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T01:12:04.723Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 6287fd59-bd9e-4a1d-bfe4-de4fe67d31cd, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-29T01:12:04.724Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-05-29T01:12:04.724Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-29T01:12:04.724Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-05-29T01:12:04.835Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13140321609417861179/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-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||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-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||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-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||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-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:05.872Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:12:05.872Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-29T01:12:05.872Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-29T01:12:05.872Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T01:12:05.872Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:05.872Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:12:05.872Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-29T01:12:05.872Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-29T01:12:05.872Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T01:12:05.872Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:05.872Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:12:05.872Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:05.872Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-29T01:12:05.872Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-05-29T01:12:05.872Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-05-29T01:12:05.873Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-05-29T01:12:05.873Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-29T01:12:05.873Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-29T01:12:05.873Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:05.873Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-29T01:12:05.873Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:05.873Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-29T01:12:05.873Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T01:12:05.873Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:05.873Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-29T01:12:05.873Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T01:12:05.873Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:05.873Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-29T01:12:05.873Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T01:12:05.874Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:05.874Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-29T01:12:05.874Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-29T01:12:05.874Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-29T01:12:05.874Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=80665466-cfa3-4171-bee8-60120f2e3fbc
2023-05-29T01:12:05.874Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:05.874Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:12:05.874Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:05.874Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:12:05.874Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:05.874Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:12:05.874Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:05.874Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:12:05.874Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:faa677b2-2c3a-4e03-a984-af9a8f7750b4
Model Version:NULL
Model InvariantUuid:2eb8bd57-b46f-4efa-a171-26792430f78d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7bab6055-b7f9-46a9-aa8a-fd4a256e7691
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cecb47ef-bd48-4f45-9d1c-00c308cc8bf9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:68cfd6d8-6e52-41a0-b770-e30b29e66207
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e19d0263-89a1-40ec-a18f-e39b92795f78
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:2ac181c5-52fb-4cb3-a79c-b05b135d0900
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:80665466-cfa3-4171-bee8-60120f2e3fbc
ModelInvariantUuid:df1e7679-ad4f-449b-a56a-57c23ae2e48f
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:e7e4caa7-ea53-4a84-981a-4ec6fa538086
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b07e71f4-d5de-426f-b42f-b81e4321d458
ModelInvariantUuid:15eaa48e-ae0a-46dc-ae02-1bc82744c31e
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:71274000-cb21-464d-a6c9-db3a06a450ae
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-05-29T01:12:05.892Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 68f787c5-3a70-4164-9a28-4b39c021e245
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-29T01:12:05.898Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||basic_vm 0
2023-05-29T01:12:05.898Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 68f787c5-3a70-4164-9a28-4b39c021e245
2023-05-29T01:12:05.898Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 33320ec5-64a4-436e-b5a4-6e9c115a6bd1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-29T01:12:05.898Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T01:12:05.898Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||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-05-29T01:12:06.003Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T01:12:06.004Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 33320ec5-64a4-436e-b5a4-6e9c115a6bd1 787
2023-05-29T01:12:06.004Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||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-05-29T01:12:06.004Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||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-05-29T01:12:06.004Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T01:12:06.004Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:12:06.005Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:12:06.005Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322726004,
  "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-05-29T01:12:07.005Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e19d0263-89a1-40ec-a18f-e39b92795f78",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2ac181c5-52fb-4cb3-a79c-b05b135d0900",
    "vfModuleModelCustomizationUUID": "ab262343-5128-4ef9-80a0-e22d30a16e4b",
    "isBase": true,
    "artifacts": [
      "403e9cb1-5185-4cad-93ef-c3f2a4d41177",
      "0db816b2-06bd-41d2-b982-8cba69f7a8a3"
    ],
    "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-05-29T01:12:07.011Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ac181c5-52fb-4cb3-a79c-b05b135d0900
VfModuleModelInvariantUUID:e19d0263-89a1-40ec-a18f-e39b92795f78
VfModuleModelDescription:NULL
Artifacts UUID List:{
403e9cb1-5185-4cad-93ef-c3f2a4d41177
,
0db816b2-06bd-41d2-b982-8cba69f7a8a3

}
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-05-29T01:12:07.017Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e19d0263-89a1-40ec-a18f-e39b92795f78",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2ac181c5-52fb-4cb3-a79c-b05b135d0900",
    "vfModuleModelCustomizationUUID": "ab262343-5128-4ef9-80a0-e22d30a16e4b",
    "isBase": true,
    "artifacts": [
      "403e9cb1-5185-4cad-93ef-c3f2a4d41177",
      "0db816b2-06bd-41d2-b982-8cba69f7a8a3"
    ],
    "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-05-29T01:12:07.017Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ac181c5-52fb-4cb3-a79c-b05b135d0900
VfModuleModelInvariantUUID:e19d0263-89a1-40ec-a18f-e39b92795f78
VfModuleModelDescription:NULL
Artifacts UUID List:{
403e9cb1-5185-4cad-93ef-c3f2a4d41177
,
0db816b2-06bd-41d2-b982-8cba69f7a8a3

}
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-05-29T01:12:07.018Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 403e9cb1-5185-4cad-93ef-c3f2a4d41177 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-29T01:12:07.019Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T01:12:07.019Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||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-05-29T01:12:07.123Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T01:12:07.125Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 403e9cb1-5185-4cad-93ef-c3f2a4d41177 5033
2023-05-29T01:12:07.125Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||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-05-29T01:12:07.125Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||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-05-29T01:12:07.126Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T01:12:07.126Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:12:07.126Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:12:07.126Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322727125,
  "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-05-29T01:12:08.128Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0db816b2-06bd-41d2-b982-8cba69f7a8a3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-29T01:12:08.128Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T01:12:08.128Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||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-05-29T01:12:08.234Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T01:12:08.235Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 0db816b2-06bd-41d2-b982-8cba69f7a8a3 903
2023-05-29T01:12:08.235Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||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-05-29T01:12:08.235Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||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-05-29T01:12:08.236Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T01:12:08.236Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:12:08.236Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:12:08.237Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322728235,
  "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-05-29T01:12:09.238Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: faa677b2-2c3a-4e03-a984-af9a8f7750b4
2023-05-29T01:12:09.238Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 68f787c5-3a70-4164-9a28-4b39c021e245 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-05-29T01:12:09.271Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64350318, org.onap.sdc.toscaparser.api.parameters.Input@34c05ae7, org.onap.sdc.toscaparser.api.parameters.Input@6c33c58f, org.onap.sdc.toscaparser.api.parameters.Input@2daa851c, org.onap.sdc.toscaparser.api.parameters.Input@61cb6e72]
2023-05-29T01:12:09.273Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:09.273Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:12:09.274Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-05-29T01:12:09.275Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 68cfd6d8-6e52-41a0-b770-e30b29e66207
2023-05-29T01:12:09.275Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 68cfd6d8-6e52-41a0-b770-e30b29e66207 matches Tosca VF Customization UUID: 68cfd6d8-6e52-41a0-b770-e30b29e66207
2023-05-29T01:12:09.275Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 68cfd6d8-6e52-41a0-b770-e30b29e66207  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-05-29T01:12:09.279Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:09.280Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:12:09.281Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 68cfd6d8-6e52-41a0-b770-e30b29e66207: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-29T01:12:09.281Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5c7c4cd8
2023-05-29T01:12:09.282Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:09.282Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-29T01:12:09.282Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ab262343-5128-4ef9-80a0-e22d30a16e4b
2023-05-29T01:12:09.283Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ab262343-5128-4ef9-80a0-e22d30a16e4b
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-05-29T01:12:09.289Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:09.289Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-29T01:12:09.290Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T01:12:09.290Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:09.291Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-29T01:12:09.291Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T01:12:09.291Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:09.292Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-29T01:12:09.292Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-29T01:12:09.292Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-29T01:12:09.292Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=80665466-cfa3-4171-bee8-60120f2e3fbc
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-05-29T01:12:09.298Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:09.299Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-29T01:12:09.299Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T01:12:09.300Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:09.300Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-29T01:12:09.300Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=68cfd6d8-6e52-41a0-b770-e30b29e66207
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-29T01:12:09.305Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:09.305Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:12:09.306Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid faa677b2-2c3a-4e03-a984-af9a8f7750b4: basic_vm
2023-05-29T01:12:09.306Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:09.306Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:12:09.306Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:09.306Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:12:09.306Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:09.307Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:12:09.307Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:09.307Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:12:09.307Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:12:09.308Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:12:09.308Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||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-05-29T01:12:09.527Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 68f787c5-3a70-4164-9a28-4b39c021e245 1 ASDC deployResourceStructure
2023-05-29T01:12:09.527Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||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-05-29T01:12:09.527Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||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-05-29T01:12:09.527Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T01:12:09.527Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:12:09.528Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:12:09.528Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322729527,
  "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-05-29T01:12:10.529Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||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-05-29T01:12:10.529Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||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-05-29T01:12:10.530Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T01:12:10.530Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:12:10.530Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:12:10.531Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322730529,
  "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-05-29T01:12:11.533Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||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-05-29T01:12:11.534Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||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-05-29T01:12:11.534Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T01:12:11.534Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:12:11.534Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:12:11.534Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322731533,
  "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-05-29T01:12:12.536Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-05-29T01:12:12.536Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-29T01:12:12.536Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T01:12:12.536Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:12:12.537Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:12:12.538Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322732535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:12:13.539Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf1740d3-8b18-4667-bcf8-c3ff615e46d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:12:13.564Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf1740d3-8b18-4667-bcf8-c3ff615e46d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:12:13.570Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T01:12:13.570Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T01:12:13.570Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T01:12:24.437Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:12:24.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.441Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322602038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-29T01:12:24.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.442Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322600677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.442Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685322623233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.443Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322598897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-29T01:12:24.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.443Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322600677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.443Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685322623233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.443Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322602038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.443Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322598897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.444Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322600677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.444Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322602038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.444Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685322623233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.444Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322598897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-29T01:12:24.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.444Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322600677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.444Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322602038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.445Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685322623233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.445Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322598897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.445Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322600677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:12:24.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.445Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322602038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:12:24.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.446Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685322623233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.446Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322598897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:12:24.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.446Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322629572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.447Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322629572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.447Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322630611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:12:24.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.447Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322630274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:12:24.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.447Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322630640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:12:24.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.447Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322629572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.448Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685322631279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-29T01:12:24.469Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cf1740d3-8b18-4667-bcf8-c3ff615e46d9
2023-05-29T01:12:24.470Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf1740d3-8b18-4667-bcf8-c3ff615e46d9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-05-29T01:12:24.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.497Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322631643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:12:24.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.497Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322631726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:12:24.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.497Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322629572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.497Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685322632645,
  "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-05-29T01:12:24.513Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cf1740d3-8b18-4667-bcf8-c3ff615e46d9
2023-05-29T01:12:24.513Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf1740d3-8b18-4667-bcf8-c3ff615e46d9 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-05-29T01:12:24.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322632824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:12:24.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322629572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322633920,
  "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-05-29T01:12:24.553Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cf1740d3-8b18-4667-bcf8-c3ff615e46d9
2023-05-29T01:12:24.553Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf1740d3-8b18-4667-bcf8-c3ff615e46d9 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-05-29T01:12:24.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.572Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322629572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.572Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685322634921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-29T01:12:24.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.573Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322629572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:12:24.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.573Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322636822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:12:24.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.573Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322641780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.573Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322643000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:12:24.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.573Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322641780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.574Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.574Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "aai-model-loader",
  "timestamp": 1685322644002,
  "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-05-29T01:12:24.588Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cf1740d3-8b18-4667-bcf8-c3ff615e46d9
2023-05-29T01:12:24.589Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf1740d3-8b18-4667-bcf8-c3ff615e46d9 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-05-29T01:12:24.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.610Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322641780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.610Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.610Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322641780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.610Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.610Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322641780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.610Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.610Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322641780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.611Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.611Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322641780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:12:24.611Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.611Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322649571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:12:24.611Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.611Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322651715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:12:24.611Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.611Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685322652719,
  "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-05-29T01:12:24.624Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cf1740d3-8b18-4667-bcf8-c3ff615e46d9
2023-05-29T01:12:24.625Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf1740d3-8b18-4667-bcf8-c3ff615e46d9 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-05-29T01:12:24.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.649Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322672849,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-29T01:12:24.649Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.649Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.649Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.649Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.649Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.649Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.650Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.650Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.650Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.650Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:12:24.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.650Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:12:24.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.651Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322682111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:12:24.651Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:24.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:12:24.651Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322684071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:12:24.651Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:12:43.571Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf1740d3-8b18-4667-bcf8-c3ff615e46d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:12:43.599Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf1740d3-8b18-4667-bcf8-c3ff615e46d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:12:43.606Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T01:12:43.606Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-29T01:12:43.606Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-29T01:12:43.606Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-29T01:12:43.607Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:12:43.607Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:12:43.607Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:12:43.607Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:12:43.607Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:12:43.607Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-29T01:12:43.623Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-29T01:13:13.624Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cf1740d3-8b18-4667-bcf8-c3ff615e46d9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-29T01:13:13.637Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cf1740d3-8b18-4667-bcf8-c3ff615e46d9 and serviceModelVersionId: faa677b2-2c3a-4e03-a984-af9a8f7750b4
2023-05-29T01:13:13.637Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2eb8bd57-b46f-4efa-a171-26792430f78d
2023-05-29T01:13:13.638Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2eb8bd57-b46f-4efa-a171-26792430f78d/model-vers/model-ver/faa677b2-2c3a-4e03-a984-af9a8f7750b4?depth=0
2023-05-29T01:13:13.645Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-05-29T01:13:13.705Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2eb8bd57-b46f-4efa-a171-26792430f78d/model-vers/model-ver/faa677b2-2c3a-4e03-a984-af9a8f7750b4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-05-29T01:13:13.706Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2eb8bd57-b46f-4efa-a171-26792430f78d/model-vers/model-ver/faa677b2-2c3a-4e03-a984-af9a8f7750b4?depth=0|INFO|500||Invoke
2023-05-29T01:13:13.723Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2eb8bd57-b46f-4efa-a171-26792430f78d/model-vers/model-ver/faa677b2-2c3a-4e03-a984-af9a8f7750b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-29T01:13:13.883Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2eb8bd57-b46f-4efa-a171-26792430f78d/model-vers/model-ver/faa677b2-2c3a-4e03-a984-af9a8f7750b4?depth=0|INFO|500||InvokeReturn
2023-05-29T01:13:13.883Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2eb8bd57-b46f-4efa-a171-26792430f78d/model-vers/model-ver/faa677b2-2c3a-4e03-a984-af9a8f7750b4?depth=0 has http status code:200 and response headers:{date=[Mon, 29 May 2023 01:13:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[163864], x-aai-txid=[0-aai-resources-230529-01:13:13:754-45306], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-29T01:13:13.883Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-05-29T01:13:13.883Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-29T01:13:13.883Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-29T01:13:13.891Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-29T01:13:13.891Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cf1740d3-8b18-4667-bcf8-c3ff615e46d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-29T01:13:13.891Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-29T01:13:13.891Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:13:13.891Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:13:13.891Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322793891,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-29T01:13:14.922Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:13:24.437Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:13:24.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:13:24.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322715448,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-29T01:13:24.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:13:24.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:13:24.441Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:13:24.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:13:24.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:13:24.441Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-05-29T01:13:24.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:13:24.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:13:24.442Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-29T01:13:24.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:13:24.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:13:24.443Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:13:24.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:13:24.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:13:24.443Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-29T01:13:24.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:13:24.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:13:24.443Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:13:24.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:13:24.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:13:24.443Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322673881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:13:24.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:13:24.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:13:24.444Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322723715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:13:24.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:13:24.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:13:24.444Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322726004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:13:24.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:13:24.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:13:24.444Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322727125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:13:24.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:13:24.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:13:24.444Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322728235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:13:24.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:13:24.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:13:24.445Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322729527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-29T01:13:24.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:13:24.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:13:24.445Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322730529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-05-29T01:13:24.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:13:24.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:13:24.445Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322731533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-05-29T01:13:24.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:13:24.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:13:24.446Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322732535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:13:24.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:14:14.924Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:14:24.437Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:14:24.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:14:24.441Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685322793891,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-29T01:14:24.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:15:14.926Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:15:24.437Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:16:14.927Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:16:24.439Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:17:14.928Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:17:24.440Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:18:14.929Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:18:24.440Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:19:14.930Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:19:24.444Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:20:14.930Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:20:24.446Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:21:14.932Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:21:24.446Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:22:14.933Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:22:24.447Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:23:14.933Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:23:18.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-29T01:23:18.095Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"a419a0ef-e23e-49c3-8060-9315f4ce5de5","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1146ba05-6efe-488d-b29b-31dd0cb58bc4","serviceDescription":"service","serviceInvariantUUID":"e2df9644-e74c-46a7-b40f-9a25e2e57d01","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4a710c32-11d1-4033-b73f-3a40e2456570","resourceInvariantUUID":"d43a56fb-4a5b-4906-9e14-d1f83d8fab55","resourceCustomizationUUID":"9293b20c-6b26-4092-8807-e36c6e8c6b3a","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":"Y2I4MWQ0ZjQ4MThiMzU1MGU5MzY3ZTg1YTAxZDQwYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1dfa8842-ca20-42ee-a559-59a8ba121af3","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":"YzA1ZTgyYjk3Yzk4YzlmNWFhMDk1YzY1MWZmZTliZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9163b204-7f0a-486b-afd4-5da05fce27c3","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":"957d8bee-0814-48d9-996c-07861c648649","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":"b9e6f51c-50eb-4d43-8f27-c9d9ccb33349","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":"4951f058-9580-4f9f-81e6-995532be0aa7","artifactVersion":"2","generatedFromUUID":"9306411c-29ee-470a-b9c9-4e1b5606ea1c"},{"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":"4f526eaf-2236-444e-9733-27cba882952c","artifactVersion":"2","generatedFromUUID":"957d8bee-0814-48d9-996c-07861c648649"},{"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":"9306411c-29ee-470a-b9c9-4e1b5606ea1c","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":"7f31f5ce-3b68-4058-b697-06143a6564e5","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":"M2I5M2QxZmQ0MDJmNGIzYTkwNDE1ZGFlY2RiNzhhYTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"57435e8b-fc73-4d2c-b0c4-2b70ac2b3a5d","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTVjNzQ5M2ExM2M5NTZlZDkzYTEzMGFjZGNkNzNkNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e582f16c-40e1-4232-b608-73a195b62269","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-29T01:23:18.097Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:23:18.097Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:18.098Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:18.098Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323394933,
  "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-05-29T01:23:18.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:23:18.133Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323394933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:23:18.134Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:23:18.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:23:18.134Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323352294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:23:18.134Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:23:19.108Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:23:19.109Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:19.109Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:19.109Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323394933,
  "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-05-29T01:23:20.110Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:23:20.110Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:20.110Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:20.110Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323394933,
  "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-05-29T01:23:21.111Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:23:21.112Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:21.112Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:21.112Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323394933,
  "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-05-29T01:23:22.113Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:23:22.114Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:22.114Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:22.114Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323394933,
  "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-05-29T01:23:23.116Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:23:23.117Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:23.117Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:23.117Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323394933,
  "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-05-29T01:23:24.119Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:23:24.119Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:24.119Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:24.119Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323394933,
  "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-05-29T01:23:24.438Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:23:24.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:23:24.439Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323381713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:23:24.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:23:24.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:23:24.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323383673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:23:24.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:23:24.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:23:24.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323385953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:23:24.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:23:24.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:23:24.441Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323379572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:23:24.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:23:25.121Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:23:25.122Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:25.122Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:25.122Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323394933,
  "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-05-29T01:23:26.123Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:23:26.124Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:26.125Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:26.126Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323394933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:23:27.128Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:23:27.129Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:27.129Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:27.130Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323394933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:23:28.131Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1146ba05-6efe-488d-b29b-31dd0cb58bc4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e2df9644-e74c-46a7-b40f-9a25e2e57d01",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "9293b20c-6b26-4092-8807-e36c6e8c6b3a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4a710c32-11d1-4033-b73f-3a40e2456570",
      "resourceInvariantUUID": "d43a56fb-4a5b-4906-9e14-d1f83d8fab55",
      "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": "YzA1ZTgyYjk3Yzk4YzlmNWFhMDk1YzY1MWZmZTliZGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9163b204-7f0a-486b-afd4-5da05fce27c3",
          "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": "957d8bee-0814-48d9-996c-07861c648649",
          "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": "4f526eaf-2236-444e-9733-27cba882952c",
            "generatedFromUUID": "957d8bee-0814-48d9-996c-07861c648649"
          },
          "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": "4951f058-9580-4f9f-81e6-995532be0aa7",
          "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": "4f526eaf-2236-444e-9733-27cba882952c",
          "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": "9306411c-29ee-470a-b9c9-4e1b5606ea1c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OTVjNzQ5M2ExM2M5NTZlZDkzYTEzMGFjZGNkNzNkNWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e582f16c-40e1-4232-b608-73a195b62269"
    }
  ],
  "workloadContext": "Production"
}
2023-05-29T01:23:28.132Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-29T01:23:28.132Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1146ba05-6efe-488d-b29b-31dd0cb58bc4 ASDC
2023-05-29T01:23:28.133Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a419a0ef-e23e-49c3-8060-9315f4ce5de5
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:1146ba05-6efe-488d-b29b-31dd0cb58bc4
ServiceInvariantUUID:e2df9644-e74c-46a7-b40f-9a25e2e57d01
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:e582f16c-40e1-4232-b608-73a195b62269
ArtifactChecksum:OTVjNzQ5M2ExM2M5NTZlZDkzYTEzMGFjZGNkNzNkNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:9293b20c-6b26-4092-8807-e36c6e8c6b3a
ResourceInvariantUUID:d43a56fb-4a5b-4906-9e14-d1f83d8fab55
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:4a710c32-11d1-4033-b73f-3a40e2456570
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:9163b204-7f0a-486b-afd4-5da05fce27c3
ArtifactChecksum:YzA1ZTgyYjk3Yzk4YzlmNWFhMDk1YzY1MWZmZTliZGY=
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:957d8bee-0814-48d9-996c-07861c648649
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:4f526eaf-2236-444e-9733-27cba882952c
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:4951f058-9580-4f9f-81e6-995532be0aa7
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:4f526eaf-2236-444e-9733-27cba882952c
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:9306411c-29ee-470a-b9c9-4e1b5606ea1c
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-29T01:23:28.133Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1146ba05-6efe-488d-b29b-31dd0cb58bc4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-05-29T01:23:28.228Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T01:23:28.228Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-29T01:23:28.228Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-29T01:23:28.229Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e582f16c-40e1-4232-b608-73a195b62269 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-29T01:23:28.229Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-29T01:23:28.229Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-29T01:23:28.378Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-29T01:23:28.386Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar e582f16c-40e1-4232-b608-73a195b62269 163248
2023-05-29T01:23:28.387Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-05-29T01:23:28.387Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-29T01:23:28.388Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T01:23:28.388Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:28.388Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:28.388Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323408387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:23:29.389Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T01:23:29.390Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-29T01:23:29.391Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e582f16c-40e1-4232-b608-73a195b62269, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-29T01:23:29.391Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-05-29T01:23:29.392Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-29T01:23:29.392Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-29T01:23:29.538Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3756488122532305931/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-05-29T01:23:30.507Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-29T01:23:30.507Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-29T01:23:30.507Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-29T01:23:30.507Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-05-29T01:23:30.507Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|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-BasicCnfMacro-csar.csar
2023-05-29T01:23:30.507Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:30.507Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:30.507Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:30.508Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-29T01:23:30.508Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:30.508Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:23:30.508Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-29T01:23:30.508Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-29T01:23:30.508Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T01:23:30.508Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:30.508Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:23:30.508Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-29T01:23:30.508Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-29T01:23:30.508Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T01:23:30.508Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:30.508Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:23:30.508Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:30.509Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-05-29T01:23:30.509Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-05-29T01:23:30.509Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-05-29T01:23:30.509Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-29T01:23:30.509Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:30.509Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-29T01:23:30.509Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:30.509Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-29T01:23:30.509Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T01:23:30.509Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:30.509Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-29T01:23:30.509Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T01:23:30.509Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:30.510Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-29T01:23:30.510Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T01:23:30.510Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:30.510Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-29T01:23:30.510Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T01:23:30.510Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:30.510Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-05-29T01:23:30.510Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-05-29T01:23:30.510Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=8472de38-3406-453a-9a79-6055f16fb2b6
2023-05-29T01:23:30.510Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:30.510Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:23:30.510Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:30.510Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:23:30.510Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:30.510Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:23:30.511Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:30.511Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:23:30.511Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:1146ba05-6efe-488d-b29b-31dd0cb58bc4
Model Version:NULL
Model InvariantUuid:e2df9644-e74c-46a7-b40f-9a25e2e57d01
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:e638f059-8d9c-46b3-b374-7c414dcf0172
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d43a56fb-4a5b-4906-9e14-d1f83d8fab55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9293b20c-6b26-4092-8807-e36c6e8c6b3a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2e36de9b-8f87-46a6-8e02-f134b579ca2e
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:feeb2452-871f-4bc0-89a6-7c97bebdd51b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:c779dbe7-45de-41a6-8fcb-1435d5ccadc9
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:aac5e106-8bec-4576-ada6-dfec1f50d3fb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8472de38-3406-453a-9a79-6055f16fb2b6
ModelInvariantUuid:2fc0aef1-b045-4634-bf77-2df1d22eda9b
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:f5b5953f-f6b0-425f-a001-a1356c3edca9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:3aa8e9bc-8e8a-4ade-ad99-69124325fe69
ModelInvariantUuid:e96804bf-041c-455c-978f-ebfa37af39f6
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:afe8ac15-e5f2-45cb-ad53-03b481b685e2
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-05-29T01:23:30.525Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 4a710c32-11d1-4033-b73f-3a40e2456570
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-29T01:23:30.532Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0
2023-05-29T01:23:30.532Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4a710c32-11d1-4033-b73f-3a40e2456570
2023-05-29T01:23:30.532Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9163b204-7f0a-486b-afd4-5da05fce27c3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-05-29T01:23:30.532Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-29T01:23:30.532Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:30.647Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-29T01:23:30.647Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 9163b204-7f0a-486b-afd4-5da05fce27c3 1565
2023-05-29T01:23:30.648Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:30.648Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:30.648Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T01:23:30.648Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:30.648Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:30.648Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323410648,
  "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-05-29T01:23:31.649Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c779dbe7-45de-41a6-8fcb-1435d5ccadc9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aac5e106-8bec-4576-ada6-dfec1f50d3fb",
    "vfModuleModelCustomizationUUID": "2958e932-4318-4ede-b001-3bfb427688e7",
    "isBase": true,
    "artifacts": [
      "957d8bee-0814-48d9-996c-07861c648649",
      "4f526eaf-2236-444e-9733-27cba882952c"
    ],
    "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": "2e36de9b-8f87-46a6-8e02-f134b579ca2e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "feeb2452-871f-4bc0-89a6-7c97bebdd51b",
    "vfModuleModelCustomizationUUID": "e28a2762-4ca7-4876-8f73-5422d680e39d",
    "isBase": false,
    "artifacts": [
      "9306411c-29ee-470a-b9c9-4e1b5606ea1c"
    ],
    "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-05-29T01:23:31.652Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aac5e106-8bec-4576-ada6-dfec1f50d3fb
VfModuleModelInvariantUUID:c779dbe7-45de-41a6-8fcb-1435d5ccadc9
VfModuleModelDescription:NULL
Artifacts UUID List:{
957d8bee-0814-48d9-996c-07861c648649
,
4f526eaf-2236-444e-9733-27cba882952c

}
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:feeb2452-871f-4bc0-89a6-7c97bebdd51b
VfModuleModelInvariantUUID:2e36de9b-8f87-46a6-8e02-f134b579ca2e
VfModuleModelDescription:NULL
Artifacts UUID List:{
9306411c-29ee-470a-b9c9-4e1b5606ea1c

}
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-05-29T01:23:31.654Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c779dbe7-45de-41a6-8fcb-1435d5ccadc9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aac5e106-8bec-4576-ada6-dfec1f50d3fb",
    "vfModuleModelCustomizationUUID": "2958e932-4318-4ede-b001-3bfb427688e7",
    "isBase": true,
    "artifacts": [
      "957d8bee-0814-48d9-996c-07861c648649",
      "4f526eaf-2236-444e-9733-27cba882952c"
    ],
    "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": "2e36de9b-8f87-46a6-8e02-f134b579ca2e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "feeb2452-871f-4bc0-89a6-7c97bebdd51b",
    "vfModuleModelCustomizationUUID": "e28a2762-4ca7-4876-8f73-5422d680e39d",
    "isBase": false,
    "artifacts": [
      "9306411c-29ee-470a-b9c9-4e1b5606ea1c"
    ],
    "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-05-29T01:23:31.655Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aac5e106-8bec-4576-ada6-dfec1f50d3fb
VfModuleModelInvariantUUID:c779dbe7-45de-41a6-8fcb-1435d5ccadc9
VfModuleModelDescription:NULL
Artifacts UUID List:{
957d8bee-0814-48d9-996c-07861c648649
,
4f526eaf-2236-444e-9733-27cba882952c

}
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:feeb2452-871f-4bc0-89a6-7c97bebdd51b
VfModuleModelInvariantUUID:2e36de9b-8f87-46a6-8e02-f134b579ca2e
VfModuleModelDescription:NULL
Artifacts UUID List:{
9306411c-29ee-470a-b9c9-4e1b5606ea1c

}
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-05-29T01:23:31.655Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 957d8bee-0814-48d9-996c-07861c648649 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-05-29T01:23:31.655Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-29T01:23:31.655Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:31.779Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-29T01:23:31.780Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 957d8bee-0814-48d9-996c-07861c648649 914
2023-05-29T01:23:31.780Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:31.780Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:31.780Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T01:23:31.780Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:31.781Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:31.781Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323411780,
  "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-05-29T01:23:32.782Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4951f058-9580-4f9f-81e6-995532be0aa7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-05-29T01:23:32.782Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-29T01:23:32.782Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:32.883Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-29T01:23:32.883Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 4951f058-9580-4f9f-81e6-995532be0aa7 12
2023-05-29T01:23:32.884Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:32.884Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:32.884Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T01:23:32.884Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:32.884Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:32.885Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323412884,
  "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-05-29T01:23:33.886Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4f526eaf-2236-444e-9733-27cba882952c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-05-29T01:23:33.886Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-29T01:23:33.886Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:33.987Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-29T01:23:33.988Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 4f526eaf-2236-444e-9733-27cba882952c 96
2023-05-29T01:23:33.989Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:33.989Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:33.989Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T01:23:33.990Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:33.990Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:33.990Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323413989,
  "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-05-29T01:23:34.991Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9306411c-29ee-470a-b9c9-4e1b5606ea1c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-05-29T01:23:34.992Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-29T01:23:34.993Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:35.102Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-29T01:23:35.103Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 9306411c-29ee-470a-b9c9-4e1b5606ea1c 20206
2023-05-29T01:23:35.104Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:35.104Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:35.105Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T01:23:35.105Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:35.106Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:35.107Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323415104,
  "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-05-29T01:23:36.112Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1146ba05-6efe-488d-b29b-31dd0cb58bc4
2023-05-29T01:23:36.114Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 4a710c32-11d1-4033-b73f-3a40e2456570 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-05-29T01:23:36.146Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f8c96a2, org.onap.sdc.toscaparser.api.parameters.Input@5c2743b6, org.onap.sdc.toscaparser.api.parameters.Input@27cd0bee, org.onap.sdc.toscaparser.api.parameters.Input@233530b0, org.onap.sdc.toscaparser.api.parameters.Input@58779bf2]
2023-05-29T01:23:36.147Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:36.147Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:23:36.147Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2023-05-29T01:23:36.148Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 9293b20c-6b26-4092-8807-e36c6e8c6b3a
2023-05-29T01:23:36.148Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9293b20c-6b26-4092-8807-e36c6e8c6b3a matches Tosca VF Customization UUID: 9293b20c-6b26-4092-8807-e36c6e8c6b3a
2023-05-29T01:23:36.148Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 9293b20c-6b26-4092-8807-e36c6e8c6b3a  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-05-29T01:23:36.158Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:36.169Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:23:36.170Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 9293b20c-6b26-4092-8807-e36c6e8c6b3a: {\"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-05-29T01:23:36.170Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b4ca9d7
2023-05-29T01:23:36.171Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:36.171Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-29T01:23:36.171Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e28a2762-4ca7-4876-8f73-5422d680e39d
2023-05-29T01:23:36.171Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e28a2762-4ca7-4876-8f73-5422d680e39d
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-05-29T01:23:36.190Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:36.191Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-29T01:23:36.191Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T01:23:36.191Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:36.191Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-29T01:23:36.191Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T01:23:36.192Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:36.192Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-29T01:23:36.192Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9293b20c-6b26-4092-8807-e36c6e8c6b3a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-29T01:23:36.197Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:36.197Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:23:36.197Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1146ba05-6efe-488d-b29b-31dd0cb58bc4: basic_cnf_macro
2023-05-29T01:23:36.197Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:36.197Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:23:36.198Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:36.198Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:23:36.199Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:36.199Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:23:36.199Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:36.199Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:23:36.199Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:23:36.199Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:23:36.199Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:36.295Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 4a710c32-11d1-4033-b73f-3a40e2456570 2 ASDC deployResourceStructure
2023-05-29T01:23:36.296Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:36.296Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:36.297Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T01:23:36.297Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:36.297Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:36.297Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323416296,
  "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-05-29T01:23:37.298Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:37.299Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:37.299Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T01:23:37.299Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:37.299Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:37.299Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323417298,
  "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-05-29T01:23:38.304Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:38.304Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:38.305Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-05-29T01:23:38.305Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:38.305Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:38.305Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323418300,
  "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-05-29T01:23:39.306Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:39.306Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:39.306Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T01:23:39.308Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:39.308Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:39.308Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323419306,
  "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-05-29T01:23:40.309Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:40.310Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||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-05-29T01:23:40.310Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-05-29T01:23:40.310Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:40.310Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:40.310Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323420309,
  "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-05-29T01:23:41.311Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-05-29T01:23:41.312Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-29T01:23:41.312Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T01:23:41.312Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:23:41.312Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:23:41.313Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323421311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:23:42.313Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a419a0ef-e23e-49c3-8060-9315f4ce5de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:23:42.338Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a419a0ef-e23e-49c3-8060-9315f4ce5de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:23:42.343Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T01:23:42.343Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T01:23:42.343Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T01:24:12.343Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a419a0ef-e23e-49c3-8060-9315f4ce5de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:24:12.374Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a419a0ef-e23e-49c3-8060-9315f4ce5de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:24:12.380Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T01:24:12.381Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T01:24:12.382Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T01:24:24.438Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:24:24.441Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.441Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323391779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.443Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.443Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.443Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323394933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-29T01:24:24.444Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.444Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.444Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323352294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.444Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.444Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.444Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323381713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.444Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.444Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.444Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323379572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.444Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.445Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.445Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323385953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-29T01:24:24.445Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.445Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.446Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323383673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.446Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.446Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.446Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323391779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.446Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.446Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.446Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323352294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.447Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.447Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.447Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323394933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-05-29T01:24:24.447Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.447Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.447Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323383673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-05-29T01:24:24.447Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.447Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.448Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323381713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.448Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.448Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.448Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323379572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.448Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.448Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.449Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323385953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-05-29T01:24:24.449Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.449Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.449Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323391779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.449Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.450Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.450Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323394933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.450Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.450Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.451Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323352294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.451Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.451Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.452Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323379572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.452Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.452Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.452Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323383673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.452Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.452Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.453Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323381713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.453Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.453Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.453Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323385953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.453Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.453Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.453Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323391779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.454Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.454Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.454Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323352294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.454Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.454Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.454Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323394933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-05-29T01:24:24.454Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.454Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.454Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323381713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.455Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.455Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.455Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323383673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.455Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.455Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.455Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323379572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.455Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.455Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.455Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323385953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-05-29T01:24:24.455Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.455Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.455Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323391779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.456Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.456Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.456Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323352294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.456Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.456Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.456Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323379572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.456Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.456Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.456Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323381713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.456Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.456Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.456Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323383673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.457Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.457Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.457Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323394933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-05-29T01:24:24.457Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.457Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.457Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323385953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-05-29T01:24:24.457Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.457Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.457Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323391779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.457Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.457Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.457Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323352294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.458Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.458Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.458Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323379572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.458Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.458Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.459Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323394933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-05-29T01:24:24.459Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.459Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.459Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323381713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.460Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.460Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.460Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323383673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:24:24.460Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:24.460Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:24:24.460Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323385953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-05-29T01:24:24.460Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:24:42.384Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a419a0ef-e23e-49c3-8060-9315f4ce5de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:24:42.411Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a419a0ef-e23e-49c3-8060-9315f4ce5de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:24:42.416Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T01:24:42.416Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T01:24:42.417Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T01:25:12.417Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a419a0ef-e23e-49c3-8060-9315f4ce5de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:25:12.436Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a419a0ef-e23e-49c3-8060-9315f4ce5de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:25:12.442Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T01:25:12.442Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T01:25:12.443Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T01:25:24.437Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:25:24.442Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.442Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323391779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.443Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.443Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.443Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323352294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.443Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.444Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.444Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323379572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.444Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.444Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.444Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323383673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.444Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.444Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.445Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323394933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.445Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.445Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.445Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323381713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.445Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.445Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.445Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323385953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.445Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.445Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.445Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323391779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.445Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.446Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.446Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323352294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.446Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.446Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.446Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323379572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.446Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.446Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.446Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323383673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.446Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.446Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.446Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323381713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.446Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.446Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.446Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323394933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.447Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.447Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.447Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323385953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.447Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.447Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.447Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323391779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.447Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.447Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.447Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323352294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:25:24.447Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.447Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.447Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323379572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:25:24.448Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.448Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.448Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323383673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:25:24.448Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.448Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.448Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323381713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.448Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.448Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.448Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323394933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:25:24.448Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.449Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.449Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323385953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:25:24.449Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.449Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.449Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323391779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:25:24.449Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.449Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.449Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323408387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:25:24.449Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.449Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.449Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323408371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:25:24.449Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.449Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.449Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323408433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:25:24.449Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.450Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.450Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323408069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:25:24.450Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.450Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.450Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323408576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:25:24.450Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.450Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.450Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323409077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:25:24.450Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.450Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.450Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323409437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:25:24.451Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.451Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.451Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323409534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:25:24.451Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.451Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.451Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323410439,
  "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-05-29T01:25:24.471Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a419a0ef-e23e-49c3-8060-9315f4ce5de5
2023-05-29T01:25:24.472Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a419a0ef-e23e-49c3-8060-9315f4ce5de5 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-05-29T01:25:24.494Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.494Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323410648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:25:24.494Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.494Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.495Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323410674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:25:24.495Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.495Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.495Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323410901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-29T01:25:24.510Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a419a0ef-e23e-49c3-8060-9315f4ce5de5
2023-05-29T01:25:24.510Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a419a0ef-e23e-49c3-8060-9315f4ce5de5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-05-29T01:25:24.536Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.537Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323411653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:25:24.537Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.537Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.537Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323411780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:25:24.538Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.538Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.538Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323411795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:25:24.538Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.539Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.539Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323412658,
  "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-05-29T01:25:24.557Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a419a0ef-e23e-49c3-8060-9315f4ce5de5
2023-05-29T01:25:24.557Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a419a0ef-e23e-49c3-8060-9315f4ce5de5 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-05-29T01:25:24.586Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.586Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323412884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:25:24.587Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.587Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.587Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323412996,
  "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-05-29T01:25:24.604Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a419a0ef-e23e-49c3-8060-9315f4ce5de5
2023-05-29T01:25:24.604Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a419a0ef-e23e-49c3-8060-9315f4ce5de5 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-05-29T01:25:24.626Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.627Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323413989,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:25:24.627Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.627Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.627Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323414009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-29T01:25:24.628Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.628Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.628Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323415104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:25:24.628Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.628Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.628Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323415566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:25:24.629Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.629Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.629Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323416296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-29T01:25:24.629Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.630Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.630Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323416569,
  "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-05-29T01:25:24.647Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a419a0ef-e23e-49c3-8060-9315f4ce5de5
2023-05-29T01:25:24.647Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a419a0ef-e23e-49c3-8060-9315f4ce5de5 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-05-29T01:25:24.672Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.672Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323417298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-05-29T01:25:24.673Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.673Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.673Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323418300,
  "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-05-29T01:25:24.673Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.673Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.674Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323419306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-05-29T01:25:24.674Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.674Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.674Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323420309,
  "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-05-29T01:25:24.674Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.675Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.675Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323421311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:25:24.675Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.675Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.675Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323411902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.675Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.675Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.676Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323417571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.676Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.676Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.676Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323411440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.676Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.677Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.677Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323408839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.677Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.677Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.677Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323415016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.677Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.677Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.678Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323421779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.678Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.678Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.678Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323411902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.678Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.678Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.678Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323411440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.679Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.679Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.679Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323417571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.679Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.679Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.679Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323415016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-29T01:25:24.679Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.679Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.680Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323408839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.680Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.680Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.680Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323421779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.680Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.680Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.680Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323411902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.681Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.681Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.681Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323411440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-29T01:25:24.681Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.681Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.681Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323417571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.681Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.682Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.682Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323408839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.682Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.682Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.682Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323415016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-29T01:25:24.682Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.682Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.683Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323421779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.683Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.683Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.683Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323417571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.683Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.683Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.683Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323411440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.684Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.684Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.684Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323411902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.684Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.684Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.685Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323408839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.685Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.685Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.685Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323415016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.685Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.685Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.686Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323421779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.686Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.686Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.686Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323411902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.686Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.686Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.686Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323411440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.686Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.686Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.687Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323417571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.687Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.687Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.687Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323408839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.687Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.687Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.687Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323415016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-29T01:25:24.688Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.688Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.688Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323421779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.688Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.688Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.688Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323411902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.689Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.689Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.689Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323411440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.689Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.689Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.689Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323417571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.689Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.690Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.690Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323408839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.690Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.690Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.690Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323415016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.690Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.690Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.690Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323421779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.691Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.691Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.691Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323411902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.691Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.691Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.691Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323417571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.691Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.691Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.692Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323411440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.692Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.692Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.692Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323408839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.692Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.692Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.692Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323415016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.692Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.693Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.693Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323421779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.693Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.693Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.693Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323411902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:25:24.693Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.694Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.694Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323411440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:25:24.694Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.694Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.694Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323417571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:25:24.694Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.694Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.694Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323408839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:25:24.695Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.695Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.695Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323415016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:25:24.695Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.695Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.695Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323421779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:25:24.696Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.696Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.696Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323435918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:25:24.696Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.696Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.696Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323435956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:25:24.696Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.696Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.696Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323435589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:25:24.696Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.697Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.697Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323436085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:25:24.697Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.697Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.697Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323436635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:25:24.697Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.697Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.697Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323436960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:25:24.697Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.697Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.697Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323437105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:25:24.698Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.698Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.698Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323437073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-05-29T01:25:24.743Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 50e4a6a7-e13f-4658-af77-5150bdf8af66
2023-05-29T01:25:24.744Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50e4a6a7-e13f-4658-af77-5150bdf8af66 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-05-29T01:25:24.771Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.771Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323437962,
  "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-05-29T01:25:24.788Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50e4a6a7-e13f-4658-af77-5150bdf8af66
2023-05-29T01:25:24.789Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50e4a6a7-e13f-4658-af77-5150bdf8af66 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-05-29T01:25:24.810Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.810Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323438216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:25:24.811Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.811Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.811Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323438984,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:25:24.811Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.811Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.811Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323439274,
  "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-05-29T01:25:24.827Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50e4a6a7-e13f-4658-af77-5150bdf8af66
2023-05-29T01:25:24.828Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50e4a6a7-e13f-4658-af77-5150bdf8af66 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-05-29T01:25:24.845Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.846Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323439990,
  "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-05-29T01:25:24.861Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 50e4a6a7-e13f-4658-af77-5150bdf8af66
2023-05-29T01:25:24.861Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50e4a6a7-e13f-4658-af77-5150bdf8af66 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-05-29T01:25:24.881Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.881Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323440277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-29T01:25:24.881Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.882Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.882Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323442601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:25:24.882Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:25:24.882Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:25:24.882Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323443603,
  "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-05-29T01:25:24.899Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 50e4a6a7-e13f-4658-af77-5150bdf8af66
2023-05-29T01:25:24.899Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50e4a6a7-e13f-4658-af77-5150bdf8af66 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-05-29T01:25:42.443Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a419a0ef-e23e-49c3-8060-9315f4ce5de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:25:42.468Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a419a0ef-e23e-49c3-8060-9315f4ce5de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:25:42.473Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T01:25:42.474Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-29T01:25:42.474Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-29T01:25:42.474Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-29T01:25:42.474Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:25:42.474Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:25:42.474Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:25:42.474Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:25:42.474Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:25:42.475Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|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-05-29T01:25:42.487Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-29T01:26:12.487Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a419a0ef-e23e-49c3-8060-9315f4ce5de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-29T01:26:12.498Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a419a0ef-e23e-49c3-8060-9315f4ce5de5 and serviceModelVersionId: 1146ba05-6efe-488d-b29b-31dd0cb58bc4
2023-05-29T01:26:12.498Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2df9644-e74c-46a7-b40f-9a25e2e57d01
2023-05-29T01:26:12.499Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2df9644-e74c-46a7-b40f-9a25e2e57d01/model-vers/model-ver/1146ba05-6efe-488d-b29b-31dd0cb58bc4?depth=0
2023-05-29T01:26:12.506Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-05-29T01:26:12.557Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2df9644-e74c-46a7-b40f-9a25e2e57d01/model-vers/model-ver/1146ba05-6efe-488d-b29b-31dd0cb58bc4?depth=0|INFO|500||Invoke
2023-05-29T01:26:12.557Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2df9644-e74c-46a7-b40f-9a25e2e57d01/model-vers/model-ver/1146ba05-6efe-488d-b29b-31dd0cb58bc4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2df9644-e74c-46a7-b40f-9a25e2e57d01/model-vers/model-ver/1146ba05-6efe-488d-b29b-31dd0cb58bc4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a419a0ef-e23e-49c3-8060-9315f4ce5de5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d89d9747-e950-4e49-b0ad-4ad8255c87ad], X-ECOMP-RequestID=[a419a0ef-e23e-49c3-8060-9315f4ce5de5], X-TransactionId=[], X-ONAP-RequestID=[a419a0ef-e23e-49c3-8060-9315f4ce5de5], Content-Type=[application/merge-patch+json]}
2023-05-29T01:26:12.566Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2df9644-e74c-46a7-b40f-9a25e2e57d01/model-vers/model-ver/1146ba05-6efe-488d-b29b-31dd0cb58bc4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-29T01:26:12.741Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2df9644-e74c-46a7-b40f-9a25e2e57d01/model-vers/model-ver/1146ba05-6efe-488d-b29b-31dd0cb58bc4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2df9644-e74c-46a7-b40f-9a25e2e57d01/model-vers/model-ver/1146ba05-6efe-488d-b29b-31dd0cb58bc4?depth=0 has http status code:200 and response headers:{date=[Mon, 29 May 2023 01:26:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[172], vertex-id=[217336], x-aai-txid=[1-aai-resources-230529-01:26:12:613-4918], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-29T01:26:12.741Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2df9644-e74c-46a7-b40f-9a25e2e57d01/model-vers/model-ver/1146ba05-6efe-488d-b29b-31dd0cb58bc4?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-29T01:26:12.742Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2df9644-e74c-46a7-b40f-9a25e2e57d01/model-vers/model-ver/1146ba05-6efe-488d-b29b-31dd0cb58bc4?depth=0|INFO|500||InvokeReturn
2023-05-29T01:26:12.742Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-29T01:26:12.742Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|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-05-29T01:26:12.755Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|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-05-29T01:26:12.755Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a419a0ef-e23e-49c3-8060-9315f4ce5de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-29T01:26:12.755Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-29T01:26:12.755Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:26:12.755Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:26:12.755Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323572755,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-29T01:26:13.786Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:26:13.791Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-29T01:26:13.792Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"50e4a6a7-e13f-4658-af77-5150bdf8af66","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a8133456-39ce-4ae6-a405-4b7ebfd66aaf","serviceDescription":"service","serviceInvariantUUID":"b80893f0-4ef7-4222-905a-92872c9652e9","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"99394986-59e4-4b91-a9a0-65d4f89968e5","resourceInvariantUUID":"307a3cf0-b8c1-477f-a6ec-60c0ddbb8834","resourceCustomizationUUID":"a85f9626-4f74-4803-8c5f-46205f9ec41b","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":"OGEyZjA4OTk0ODk4NDdmOTcyYTA1NGEzMjYxMGJmMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"32380611-49b8-474d-ac56-2b04afaa3db7","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":"ZWRiODI3MTQ2MWJkZjAxOTRiMjg1MzliNjFkOTdiOWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89e49ce7-5501-48cc-a9fb-cd916b4a766c","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":"67144503-4829-471d-a60b-5b784a9570b7","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":"8fc60a49-1cb6-4949-a230-6063c94f4634","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":"1c7a3d11-ec73-4435-a188-d20e39245565","artifactVersion":"2","generatedFromUUID":"67144503-4829-471d-a60b-5b784a9570b7"},{"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":"NDY0ODBhM2ZlMTUzM2U4OWVkYzkxYzAwMjY2YzE3MzY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7af13905-eb8f-4e11-98e7-0ae939bf9631","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":"NWI5MzhjZWJmNTg5ZjQ4OGEyOTE2YmNlMDJhODM0OGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1f971c95-46bf-48eb-9f94-239f374ac9dc","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NDFmZDMyZDY0NDdmNDgxYTc3ZmMyOTRhODBkZDkzYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b129540-625d-422e-a3a4-b16953943c1e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-29T01:26:13.793Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:26:13.793Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:26:13.793Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:26:13.793Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "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-05-29T01:26:14.795Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:26:14.795Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:26:14.796Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:26:14.796Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "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-05-29T01:26:15.797Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:26:15.798Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:26:15.798Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:26:15.798Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "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-05-29T01:26:16.800Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:26:16.801Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:26:16.801Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:26:16.801Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "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-05-29T01:26:17.803Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:26:17.803Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:26:17.804Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:26:17.804Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "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-05-29T01:26:18.806Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:26:18.807Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:26:18.807Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:26:18.807Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "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-05-29T01:26:19.810Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:26:19.811Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:26:19.811Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:26:19.811Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:26:20.813Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:26:20.813Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:26:20.813Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:26:20.814Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:26:21.816Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a8133456-39ce-4ae6-a405-4b7ebfd66aaf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b80893f0-4ef7-4222-905a-92872c9652e9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "a85f9626-4f74-4803-8c5f-46205f9ec41b",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "99394986-59e4-4b91-a9a0-65d4f89968e5",
      "resourceInvariantUUID": "307a3cf0-b8c1-477f-a6ec-60c0ddbb8834",
      "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": "ZWRiODI3MTQ2MWJkZjAxOTRiMjg1MzliNjFkOTdiOWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "89e49ce7-5501-48cc-a9fb-cd916b4a766c",
          "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": "67144503-4829-471d-a60b-5b784a9570b7",
          "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": "1c7a3d11-ec73-4435-a188-d20e39245565",
            "generatedFromUUID": "67144503-4829-471d-a60b-5b784a9570b7"
          },
          "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": "1c7a3d11-ec73-4435-a188-d20e39245565",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NDFmZDMyZDY0NDdmNDgxYTc3ZmMyOTRhODBkZDkzYWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b129540-625d-422e-a3a4-b16953943c1e"
    }
  ],
  "workloadContext": "Production"
}
2023-05-29T01:26:21.816Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-29T01:26:21.816Z|a419a0ef-e23e-49c3-8060-9315f4ce5de5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a8133456-39ce-4ae6-a405-4b7ebfd66aaf ASDC
2023-05-29T01:26:21.817Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:50e4a6a7-e13f-4658-af77-5150bdf8af66
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:a8133456-39ce-4ae6-a405-4b7ebfd66aaf
ServiceInvariantUUID:b80893f0-4ef7-4222-905a-92872c9652e9
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:3b129540-625d-422e-a3a4-b16953943c1e
ArtifactChecksum:NDFmZDMyZDY0NDdmNDgxYTc3ZmMyOTRhODBkZDkzYWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:a85f9626-4f74-4803-8c5f-46205f9ec41b
ResourceInvariantUUID:307a3cf0-b8c1-477f-a6ec-60c0ddbb8834
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:99394986-59e4-4b91-a9a0-65d4f89968e5
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:89e49ce7-5501-48cc-a9fb-cd916b4a766c
ArtifactChecksum:ZWRiODI3MTQ2MWJkZjAxOTRiMjg1MzliNjFkOTdiOWQ=
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:67144503-4829-471d-a60b-5b784a9570b7
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:1c7a3d11-ec73-4435-a188-d20e39245565
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:1c7a3d11-ec73-4435-a188-d20e39245565
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-29T01:26:21.817Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a8133456-39ce-4ae6-a405-4b7ebfd66aaf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-05-29T01:26:21.916Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T01:26:21.917Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-29T01:26:21.917Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-29T01:26:21.917Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3b129540-625d-422e-a3a4-b16953943c1e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-29T01:26:21.917Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-29T01:26:21.917Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-29T01:26:22.037Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-29T01:26:22.039Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3b129540-625d-422e-a3a4-b16953943c1e 82972
2023-05-29T01:26:22.040Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-05-29T01:26:22.040Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-29T01:26:22.040Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T01:26:22.041Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:26:22.041Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:26:22.041Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323582040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:26:23.042Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T01:26:23.043Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-29T01:26:23.043Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 3b129540-625d-422e-a3a4-b16953943c1e, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-29T01:26:23.044Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-05-29T01:26:23.044Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-29T01:26:23.044Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-29T01:26:23.163Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4694853777870144964/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-05-29T01:26:24.280Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-29T01:26:24.280Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-29T01:26:24.281Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-29T01:26:24.281Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-29T01:26:24.281Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||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-05-29T01:26:24.281Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|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-BasicVmMacro-csar.csar
2023-05-29T01:26:24.281Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||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-05-29T01:26:24.281Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|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-BasicVmMacro-csar.csar
2023-05-29T01:26:24.281Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|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-BasicVmMacro-csar.csar
2023-05-29T01:26:24.281Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|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-BasicVmMacro-csar.csar
2023-05-29T01:26:24.282Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||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-05-29T01:26:24.282Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-29T01:26:24.282Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:24.282Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:26:24.282Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-29T01:26:24.282Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-29T01:26:24.282Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T01:26:24.283Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:24.283Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:26:24.283Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-29T01:26:24.283Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-29T01:26:24.283Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T01:26:24.283Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:24.283Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:26:24.283Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:24.283Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-05-29T01:26:24.283Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-05-29T01:26:24.284Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-05-29T01:26:24.284Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-05-29T01:26:24.284Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-29T01:26:24.284Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-29T01:26:24.284Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:24.284Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-29T01:26:24.284Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:24.284Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-29T01:26:24.285Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T01:26:24.285Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:24.285Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-29T01:26:24.285Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T01:26:24.285Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:24.285Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-29T01:26:24.285Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T01:26:24.286Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:24.286Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-05-29T01:26:24.286Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-29T01:26:24.286Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-29T01:26:24.286Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1db0b8a7-3215-4434-9945-3e22793f1b23
2023-05-29T01:26:24.287Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:24.287Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:26:24.287Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:24.287Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:26:24.287Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:24.287Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:26:24.287Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:24.288Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:26:24.288Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:a8133456-39ce-4ae6-a405-4b7ebfd66aaf
Model Version:NULL
Model InvariantUuid:b80893f0-4ef7-4222-905a-92872c9652e9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:6a7638f7-9143-4056-8335-d7a3f303e8b4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:307a3cf0-b8c1-477f-a6ec-60c0ddbb8834
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a85f9626-4f74-4803-8c5f-46205f9ec41b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:19c6c25e-50a3-498c-9e55-44681d8e65f5
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:32b7a88c-c690-40c4-9f1f-2d3c1254363c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1db0b8a7-3215-4434-9945-3e22793f1b23
ModelInvariantUuid:7c5686c4-0d96-4898-baf8-4fecc27391d0
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:8ea1f948-b4cc-4358-a7b5-19c393d1b64d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:3c720868-9b0e-4516-a28a-e6485219e75f
ModelInvariantUuid:2e6b76f5-15ed-4b66-bfd0-576859b89a39
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:7f35a570-a5b0-45eb-b89f-dceb551aeb81
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-05-29T01:26:24.310Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 99394986-59e4-4b91-a9a0-65d4f89968e5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-29T01:26:24.318Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2023-05-29T01:26:24.318Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 99394986-59e4-4b91-a9a0-65d4f89968e5
2023-05-29T01:26:24.318Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 89e49ce7-5501-48cc-a9fb-cd916b4a766c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-05-29T01:26:24.318Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-29T01:26:24.319Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||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-05-29T01:26:24.437Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:26:24.438Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-29T01:26:24.439Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 89e49ce7-5501-48cc-a9fb-cd916b4a766c 792
2023-05-29T01:26:24.439Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||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-05-29T01:26:24.439Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||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-05-29T01:26:24.439Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T01:26:24.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.440Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323498075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.440Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:26:24.440Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:26:24.440Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323584439,
  "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-05-29T01:26:24.440Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.440Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323496403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.440Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.441Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323499572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.441Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323498965,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.441Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323501285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.441Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323496403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.442Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323499572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.442Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323498965,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.442Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323498075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.442Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323501285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.442Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323496403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.442Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323498965,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.443Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323498075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.443Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323499572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.443Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323501285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.443Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323496403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.443Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323498965,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.444Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323498075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.444Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323499572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.444Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323501285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.445Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323496403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.445Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323498965,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.445Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323499572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.445Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323498075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.445Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323501285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.445Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323511779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.446Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323498965,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.446Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323496403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.446Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323499572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.446Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323498075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.446Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323501285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.447Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323511779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.447Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323496403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-05-29T01:26:24.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.447Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323498965,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.447Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323499572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.447Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323498075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.447Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323501285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.448Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323511779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.448Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323498965,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.448Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323496403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.448Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323498075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.448Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323499572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.448Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323501285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323511779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323496403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323498965,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323499572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323498075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685323501285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323511779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323517859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323517311,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:26:24.449Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.450Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323517190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:26:24.450Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.450Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323516818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:26:24.450Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.450Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323511779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.450Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.450Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323518193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:26:24.450Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.450Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323518885,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-05-29T01:26:24.450Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.450Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323511779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.450Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.450Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685323518304,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-05-29T01:26:24.488Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa52752c-dabf-4ad3-94f4-8dae66b1989d
2023-05-29T01:26:24.488Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa52752c-dabf-4ad3-94f4-8dae66b1989d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-05-29T01:26:24.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.517Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685323519194,
  "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-05-29T01:26:24.534Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa52752c-dabf-4ad3-94f4-8dae66b1989d
2023-05-29T01:26:24.535Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa52752c-dabf-4ad3-94f4-8dae66b1989d 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-05-29T01:26:24.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.559Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685323519887,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-29T01:26:24.574Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of fa52752c-dabf-4ad3-94f4-8dae66b1989d
2023-05-29T01:26:24.574Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa52752c-dabf-4ad3-94f4-8dae66b1989d and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-05-29T01:26:24.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.597Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323511779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:26:24.598Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.598Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323511779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:26:24.598Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.598Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323521648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:26:24.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.599Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323521600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:26:24.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:24.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.599Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685323522651,
  "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-05-29T01:26:24.616Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa52752c-dabf-4ad3-94f4-8dae66b1989d
2023-05-29T01:26:24.616Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa52752c-dabf-4ad3-94f4-8dae66b1989d 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-05-29T01:26:24.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:26:24.642Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323523743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:26:24.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:26:25.442Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "19c6c25e-50a3-498c-9e55-44681d8e65f5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "32b7a88c-c690-40c4-9f1f-2d3c1254363c",
    "vfModuleModelCustomizationUUID": "eec6ece2-5047-4a53-b535-c1ce01cd847d",
    "isBase": true,
    "artifacts": [
      "67144503-4829-471d-a60b-5b784a9570b7",
      "1c7a3d11-ec73-4435-a188-d20e39245565"
    ],
    "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-05-29T01:26:25.446Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32b7a88c-c690-40c4-9f1f-2d3c1254363c
VfModuleModelInvariantUUID:19c6c25e-50a3-498c-9e55-44681d8e65f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
67144503-4829-471d-a60b-5b784a9570b7
,
1c7a3d11-ec73-4435-a188-d20e39245565

}
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-05-29T01:26:25.449Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "19c6c25e-50a3-498c-9e55-44681d8e65f5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "32b7a88c-c690-40c4-9f1f-2d3c1254363c",
    "vfModuleModelCustomizationUUID": "eec6ece2-5047-4a53-b535-c1ce01cd847d",
    "isBase": true,
    "artifacts": [
      "67144503-4829-471d-a60b-5b784a9570b7",
      "1c7a3d11-ec73-4435-a188-d20e39245565"
    ],
    "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-05-29T01:26:25.450Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32b7a88c-c690-40c4-9f1f-2d3c1254363c
VfModuleModelInvariantUUID:19c6c25e-50a3-498c-9e55-44681d8e65f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
67144503-4829-471d-a60b-5b784a9570b7
,
1c7a3d11-ec73-4435-a188-d20e39245565

}
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-05-29T01:26:25.450Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 67144503-4829-471d-a60b-5b784a9570b7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-05-29T01:26:25.450Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-29T01:26:25.450Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||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-05-29T01:26:25.551Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-29T01:26:25.552Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 67144503-4829-471d-a60b-5b784a9570b7 5033
2023-05-29T01:26:25.552Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||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-05-29T01:26:25.553Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||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-05-29T01:26:25.553Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T01:26:25.553Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:26:25.553Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:26:25.554Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323585552,
  "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-05-29T01:26:26.555Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1c7a3d11-ec73-4435-a188-d20e39245565 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-05-29T01:26:26.555Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-29T01:26:26.556Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||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-05-29T01:26:26.653Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-29T01:26:26.654Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 1c7a3d11-ec73-4435-a188-d20e39245565 903
2023-05-29T01:26:26.655Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||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-05-29T01:26:26.655Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||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-05-29T01:26:26.656Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T01:26:26.656Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:26:26.656Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:26:26.657Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323586655,
  "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-05-29T01:26:27.658Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a8133456-39ce-4ae6-a405-4b7ebfd66aaf
2023-05-29T01:26:27.659Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 99394986-59e4-4b91-a9a0-65d4f89968e5 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-05-29T01:26:27.688Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24bec54a, org.onap.sdc.toscaparser.api.parameters.Input@15d30502, org.onap.sdc.toscaparser.api.parameters.Input@47527d17, org.onap.sdc.toscaparser.api.parameters.Input@42a94551, org.onap.sdc.toscaparser.api.parameters.Input@10ef5cdb]
2023-05-29T01:26:27.690Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:27.691Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:26:27.691Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2023-05-29T01:26:27.691Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= a85f9626-4f74-4803-8c5f-46205f9ec41b
2023-05-29T01:26:27.691Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a85f9626-4f74-4803-8c5f-46205f9ec41b matches Tosca VF Customization UUID: a85f9626-4f74-4803-8c5f-46205f9ec41b
2023-05-29T01:26:27.691Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: a85f9626-4f74-4803-8c5f-46205f9ec41b  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-05-29T01:26:27.696Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:27.696Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:26:27.697Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id a85f9626-4f74-4803-8c5f-46205f9ec41b: {\"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-05-29T01:26:27.697Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41fc9b12
2023-05-29T01:26:27.697Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:27.697Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-29T01:26:27.697Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eec6ece2-5047-4a53-b535-c1ce01cd847d
2023-05-29T01:26:27.697Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eec6ece2-5047-4a53-b535-c1ce01cd847d
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-05-29T01:26:27.703Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:27.703Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-29T01:26:27.704Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T01:26:27.704Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:27.704Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-29T01:26:27.705Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T01:26:27.705Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:27.705Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-05-29T01:26:27.706Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-29T01:26:27.706Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-29T01:26:27.706Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1db0b8a7-3215-4434-9945-3e22793f1b23
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-05-29T01:26:27.711Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:27.711Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-29T01:26:27.711Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T01:26:27.712Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:27.712Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-29T01:26:27.712Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a85f9626-4f74-4803-8c5f-46205f9ec41b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-29T01:26:27.715Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:27.715Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:26:27.716Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a8133456-39ce-4ae6-a405-4b7ebfd66aaf: basic_vm_macro
2023-05-29T01:26:27.716Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:27.716Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:26:27.716Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:27.716Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:26:27.717Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:27.717Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:26:27.717Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:27.717Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:26:27.717Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:26:27.718Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:26:27.718Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||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-05-29T01:26:27.920Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 99394986-59e4-4b91-a9a0-65d4f89968e5 1 ASDC deployResourceStructure
2023-05-29T01:26:27.921Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||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-05-29T01:26:27.922Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||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-05-29T01:26:27.922Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T01:26:27.922Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:26:27.922Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:26:27.922Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323587921,
  "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-05-29T01:26:28.923Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||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-05-29T01:26:28.923Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||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-05-29T01:26:28.924Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T01:26:28.924Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:26:28.924Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:26:28.924Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323588923,
  "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-05-29T01:26:29.925Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||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-05-29T01:26:29.926Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||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-05-29T01:26:29.926Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T01:26:29.926Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:26:29.926Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:26:29.926Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323589925,
  "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-05-29T01:26:30.927Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-05-29T01:26:30.928Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-29T01:26:30.928Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T01:26:30.929Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:26:30.929Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:26:30.929Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323590927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:26:31.930Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50e4a6a7-e13f-4658-af77-5150bdf8af66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:26:31.953Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50e4a6a7-e13f-4658-af77-5150bdf8af66
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:26:31.960Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T01:26:31.960Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-29T01:26:31.960Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-29T01:26:31.960Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-29T01:26:31.960Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:26:31.961Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:26:31.961Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:26:31.961Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:26:31.961Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:26:31.961Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|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-05-29T01:26:31.974Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-29T01:27:01.975Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 50e4a6a7-e13f-4658-af77-5150bdf8af66 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-29T01:27:01.986Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 50e4a6a7-e13f-4658-af77-5150bdf8af66 and serviceModelVersionId: a8133456-39ce-4ae6-a405-4b7ebfd66aaf
2023-05-29T01:27:01.986Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b80893f0-4ef7-4222-905a-92872c9652e9
2023-05-29T01:27:01.987Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b80893f0-4ef7-4222-905a-92872c9652e9/model-vers/model-ver/a8133456-39ce-4ae6-a405-4b7ebfd66aaf?depth=0
2023-05-29T01:27:02.002Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-05-29T01:27:02.066Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|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/b80893f0-4ef7-4222-905a-92872c9652e9/model-vers/model-ver/a8133456-39ce-4ae6-a405-4b7ebfd66aaf?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-05-29T01:27:02.068Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b80893f0-4ef7-4222-905a-92872c9652e9/model-vers/model-ver/a8133456-39ce-4ae6-a405-4b7ebfd66aaf?depth=0|INFO|500||Invoke
2023-05-29T01:27:02.075Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b80893f0-4ef7-4222-905a-92872c9652e9/model-vers/model-ver/a8133456-39ce-4ae6-a405-4b7ebfd66aaf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-29T01:27:02.230Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b80893f0-4ef7-4222-905a-92872c9652e9/model-vers/model-ver/a8133456-39ce-4ae6-a405-4b7ebfd66aaf?depth=0|INFO|500||InvokeReturn
2023-05-29T01:27:02.231Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|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/b80893f0-4ef7-4222-905a-92872c9652e9/model-vers/model-ver/a8133456-39ce-4ae6-a405-4b7ebfd66aaf?depth=0 has http status code:200 and response headers:{date=[Mon, 29 May 2023 01:27:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[282776], x-aai-txid=[0-aai-resources-230529-01:27:02:124-18763], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-29T01:27:02.231Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-05-29T01:27:02.232Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-29T01:27:02.232Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|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-05-29T01:27:02.243Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|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-05-29T01:27:02.244Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 50e4a6a7-e13f-4658-af77-5150bdf8af66 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-29T01:27:02.244Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-29T01:27:02.244Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:27:02.244Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:27:02.245Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323622244,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-29T01:27:03.285Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-29T01:27:03.285Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"fa52752c-dabf-4ad3-94f4-8dae66b1989d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"8c3f3b2d-8294-4cb3-88fe-9f832ff1066c","serviceDescription":"service","serviceInvariantUUID":"77a52208-13bf-4d96-947a-9a8b310d4688","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"86cd94b5-6330-4421-a5e7-722c93493f1a","resourceInvariantUUID":"043c6c62-e5bb-4dea-8e13-7792b6f56228","resourceCustomizationUUID":"98505c86-1c3c-43f9-bb6a-f529d599a0e3","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":"YzY0OTVjM2ZhZWJhNDI4YjI2MjhmNjljNTNkOTkxYWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0cc41df1-ddf0-4159-95bf-2366d24a856b","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":"5fbabacb-e9f0-4f72-a4a7-1574243efcc2","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":"b201e19a-8c24-47d4-aae8-e15e7b51d204","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":"ZWEwMzBlZmRmOTBkOGRlZTY4Mjk3NjM0OGY0ZDA4MzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"52a4bf6f-692c-428f-b1ce-6a7192a4a71b","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":"2b7093a4-9a2a-4e82-8058-7f6d264c106b","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":"c8820fbc-55de-4f89-b3c1-c01349708aac","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":"5fd8868d-1a23-4517-b4ee-6287989543b0","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":"NTQ2NDYwOWJkYjNhZDY5NmIxYjgwZTc0NDMwODQzMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a18092eb-3198-43ef-89fa-f85c5f4dfb08","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTk5ZDcwYTI1YWNlMzQyYjM1MTM3NDk2YmRjYWE0ZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe5d83d1-27f2-455e-a6c4-53d39d14186a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-29T01:27:03.285Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:27:03.288Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:27:03.288Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:27:03.288Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "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-05-29T01:27:04.288Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:27:04.289Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:27:04.289Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:27:04.289Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:27:05.290Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:27:05.290Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:27:05.291Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:27:05.291Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:27:06.292Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:27:06.293Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:27:06.293Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:27:06.293Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "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-05-29T01:27:07.294Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:27:07.295Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:27:07.295Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:27:07.295Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "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-05-29T01:27:08.296Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:27:08.296Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:27:08.296Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:27:08.296Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "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-05-29T01:27:09.297Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:27:09.297Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:27:09.298Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:27:09.298Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "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-05-29T01:27:10.299Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:27:10.299Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:27:10.299Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:27:10.299Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:27:11.300Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:27:11.300Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:27:11.300Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:27:11.301Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:27:12.302Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8c3f3b2d-8294-4cb3-88fe-9f832ff1066c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "77a52208-13bf-4d96-947a-9a8b310d4688",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "98505c86-1c3c-43f9-bb6a-f529d599a0e3",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "86cd94b5-6330-4421-a5e7-722c93493f1a",
      "resourceInvariantUUID": "043c6c62-e5bb-4dea-8e13-7792b6f56228",
      "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": "MTk5ZDcwYTI1YWNlMzQyYjM1MTM3NDk2YmRjYWE0ZjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fe5d83d1-27f2-455e-a6c4-53d39d14186a"
    }
  ],
  "workloadContext": "Production"
}
2023-05-29T01:27:12.302Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-29T01:27:12.302Z|50e4a6a7-e13f-4658-af77-5150bdf8af66|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8c3f3b2d-8294-4cb3-88fe-9f832ff1066c ASDC
2023-05-29T01:27:12.302Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:fa52752c-dabf-4ad3-94f4-8dae66b1989d
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:8c3f3b2d-8294-4cb3-88fe-9f832ff1066c
ServiceInvariantUUID:77a52208-13bf-4d96-947a-9a8b310d4688
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:fe5d83d1-27f2-455e-a6c4-53d39d14186a
ArtifactChecksum:MTk5ZDcwYTI1YWNlMzQyYjM1MTM3NDk2YmRjYWE0ZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:98505c86-1c3c-43f9-bb6a-f529d599a0e3
ResourceInvariantUUID:043c6c62-e5bb-4dea-8e13-7792b6f56228
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:86cd94b5-6330-4421-a5e7-722c93493f1a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-05-29T01:27:12.302Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8c3f3b2d-8294-4cb3-88fe-9f832ff1066c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-05-29T01:27:12.368Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T01:27:12.369Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-29T01:27:12.369Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-29T01:27:12.369Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fe5d83d1-27f2-455e-a6c4-53d39d14186a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-05-29T01:27:12.369Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-29T01:27:12.370Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-05-29T01:27:12.490Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-29T01:27:12.492Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar fe5d83d1-27f2-455e-a6c4-53d39d14186a 111075
2023-05-29T01:27:12.493Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-05-29T01:27:12.493Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-05-29T01:27:12.493Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T01:27:12.494Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:27:12.494Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:27:12.494Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323632493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:27:13.495Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T01:27:13.496Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-29T01:27:13.496Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: fe5d83d1-27f2-455e-a6c4-53d39d14186a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-29T01:27:13.496Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-05-29T01:27:13.497Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-29T01:27:13.497Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-29T01:27:13.605Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5211013059289098146/Definitions/service-TestPnfMacro-template.yml
2023-05-29T01:27:14.370Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-29T01:27:14.371Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-29T01:27:14.372Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-29T01:27:14.372Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-29T01:27:14.372Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||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-05-29T01:27:14.372Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||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-05-29T01:27:14.372Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||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-05-29T01:27:14.372Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||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-05-29T01:27:14.372Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|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-TestPnfMacro-csar.csar
2023-05-29T01:27:14.372Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|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-TestPnfMacro-csar.csar
2023-05-29T01:27:14.372Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|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-TestPnfMacro-csar.csar
2023-05-29T01:27:14.372Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-29T01:27:14.372Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:27:14.372Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:27:14.372Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-05-29T01:27:14.372Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-29T01:27:14.372Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T01:27:14.373Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:27:14.373Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:27:14.373Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-05-29T01:27:14.373Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-29T01:27:14.373Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T01:27:14.373Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:27:14.373Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:27:14.373Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:27:14.374Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:27:14.374Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:27:14.374Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:27:14.374Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:27:14.374Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:27:14.374Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:27:14.374Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:27:14.374Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:8c3f3b2d-8294-4cb3-88fe-9f832ff1066c
Model Version:NULL
Model InvariantUuid:77a52208-13bf-4d96-947a-9a8b310d4688
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-05-29T01:27:14.396Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 86cd94b5-6330-4421-a5e7-722c93493f1a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-29T01:27:14.401Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||test-pnf 0
2023-05-29T01:27:14.402Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 86cd94b5-6330-4421-a5e7-722c93493f1a
2023-05-29T01:27:14.402Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 8c3f3b2d-8294-4cb3-88fe-9f832ff1066c
2023-05-29T01:27:14.402Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 8c3f3b2d-8294-4cb3-88fe-9f832ff1066c
2023-05-29T01:27:14.402Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 86cd94b5-6330-4421-a5e7-722c93493f1a 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-05-29T01:27:14.413Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5eb9fc55, org.onap.sdc.toscaparser.api.parameters.Input@333c5997, org.onap.sdc.toscaparser.api.parameters.Input@77a75eae, org.onap.sdc.toscaparser.api.parameters.Input@7f84bb82, org.onap.sdc.toscaparser.api.parameters.Input@6eceab73]
2023-05-29T01:27:14.413Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:27:14.414Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:27:14.414Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 8c3f3b2d-8294-4cb3-88fe-9f832ff1066c: test-pnf
2023-05-29T01:27:14.414Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||Processing PNF resource: 86cd94b5-6330-4421-a5e7-722c93493f1a
2023-05-29T01:27:14.414Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-29T01:27:14.414Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:27:14.414Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||Resource customization UUID: 98505c86-1c3c-43f9-bb6a-f529d599a0e3 is the same as notified resource customizationUUID: 98505c86-1c3c-43f9-bb6a-f529d599a0e3
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-05-29T01:27:14.499Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 86cd94b5-6330-4421-a5e7-722c93493f1a 0 ASDC deployResourceStructure
2023-05-29T01:27:14.500Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-05-29T01:27:14.500Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-05-29T01:27:14.500Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T01:27:14.500Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:27:14.500Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:27:14.500Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323634500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:27:15.502Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa52752c-dabf-4ad3-94f4-8dae66b1989d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:27:15.534Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa52752c-dabf-4ad3-94f4-8dae66b1989d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:27:15.539Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T01:27:15.539Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-29T01:27:15.540Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T01:27:15.540Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T01:27:24.437Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:27:24.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:27:24.441Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685323524748,
  "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-05-29T01:27:24.464Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa52752c-dabf-4ad3-94f4-8dae66b1989d
2023-05-29T01:27:24.464Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa52752c-dabf-4ad3-94f4-8dae66b1989d 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-05-29T01:27:24.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:27:24.490Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a419a0ef-e23e-49c3-8060-9315f4ce5de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323572755,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-29T01:27:24.491Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:27:24.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:27:24.491Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:27:24.491Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:27:24.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:27:24.491Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-29T01:27:24.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:27:24.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:27:24.492Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-29T01:27:24.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:27:24.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:27:24.492Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:27:24.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:27:24.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:27:24.492Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-29T01:27:24.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:27:24.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:27:24.493Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:27:24.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:27:24.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:27:24.493Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:27:24.494Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:27:24.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:27:24.494Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:27:24.494Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:27:24.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:27:24.494Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323582040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:27:24.495Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:27:45.540Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa52752c-dabf-4ad3-94f4-8dae66b1989d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:27:45.567Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa52752c-dabf-4ad3-94f4-8dae66b1989d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-29T01:27:45.575Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T01:27:45.575Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-29T01:27:45.575Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-29T01:27:45.575Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-29T01:27:45.575Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:27:45.575Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:27:45.576Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:27:45.576Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:27:45.576Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:27:45.576Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-29T01:27:45.576Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|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-05-29T01:27:45.594Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-29T01:28:15.594Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa52752c-dabf-4ad3-94f4-8dae66b1989d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-29T01:28:15.608Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa52752c-dabf-4ad3-94f4-8dae66b1989d and serviceModelVersionId: 8c3f3b2d-8294-4cb3-88fe-9f832ff1066c
2023-05-29T01:28:15.608Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 77a52208-13bf-4d96-947a-9a8b310d4688
2023-05-29T01:28:15.610Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/77a52208-13bf-4d96-947a-9a8b310d4688/model-vers/model-ver/8c3f3b2d-8294-4cb3-88fe-9f832ff1066c?depth=0
2023-05-29T01:28:15.619Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-05-29T01:28:15.678Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|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/77a52208-13bf-4d96-947a-9a8b310d4688/model-vers/model-ver/8c3f3b2d-8294-4cb3-88fe-9f832ff1066c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-05-29T01:28:15.680Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/77a52208-13bf-4d96-947a-9a8b310d4688/model-vers/model-ver/8c3f3b2d-8294-4cb3-88fe-9f832ff1066c?depth=0|INFO|500||Invoke
2023-05-29T01:28:15.689Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/77a52208-13bf-4d96-947a-9a8b310d4688/model-vers/model-ver/8c3f3b2d-8294-4cb3-88fe-9f832ff1066c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-29T01:28:15.860Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/77a52208-13bf-4d96-947a-9a8b310d4688/model-vers/model-ver/8c3f3b2d-8294-4cb3-88fe-9f832ff1066c?depth=0|INFO|500||InvokeReturn
2023-05-29T01:28:15.861Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|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/77a52208-13bf-4d96-947a-9a8b310d4688/model-vers/model-ver/8c3f3b2d-8294-4cb3-88fe-9f832ff1066c?depth=0 has http status code:200 and response headers:{date=[Mon, 29 May 2023 01:28:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[165], vertex-id=[237584], x-aai-txid=[1-aai-resources-230529-01:28:15:739-44880], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-29T01:28:15.861Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-05-29T01:28:15.862Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-29T01:28:15.862Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|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-05-29T01:28:15.869Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|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-05-29T01:28:15.870Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa52752c-dabf-4ad3-94f4-8dae66b1989d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-29T01:28:15.870Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-29T01:28:15.870Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:28:15.870Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:28:15.870Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323695870,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-29T01:28:16.901Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:28:24.437Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:28:24.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:28:24.440Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323584439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:28:24.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:28:24.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:28:24.441Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323585552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:28:24.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:28:24.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:28:24.441Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323586655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:28:24.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:28:24.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:28:24.441Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323587921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-29T01:28:24.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:28:24.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:28:24.441Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323588923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-05-29T01:28:24.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:28:24.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:28:24.442Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323589925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-05-29T01:28:24.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:28:24.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:28:24.442Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323590927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:28:24.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:28:24.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:28:24.443Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "50e4a6a7-e13f-4658-af77-5150bdf8af66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323622244,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-29T01:28:24.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:28:24.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:28:24.443Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:28:24.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:28:24.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:28:24.444Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:28:24.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:28:24.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:28:24.444Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:28:24.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:28:24.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:28:24.444Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:28:24.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:28:24.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:28:24.444Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:28:24.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:28:24.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:28:24.445Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:28:24.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:28:24.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:28:24.445Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:28:24.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:28:24.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:28:24.445Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-29T01:28:24.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:28:24.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:28:24.446Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323573786,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-29T01:28:24.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:28:24.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:28:24.446Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323632493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-29T01:28:24.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:28:24.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-29T01:28:24.446Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323634500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-29T01:28:24.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:29:16.904Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:29:24.438Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:29:24.440Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:29:24.440Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa52752c-dabf-4ad3-94f4-8dae66b1989d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685323695870,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-29T01:29:24.441Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:30:16.906Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:30:24.437Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:31:16.911Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:31:24.438Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:32:16.912Z|fa52752c-dabf-4ad3-94f4-8dae66b1989d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:32:24.439Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:33:16.913Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:33:24.440Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:34:16.914Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:34:24.442Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:35:16.916Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:35:24.443Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:36:16.917Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:36:24.443Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:37:16.918Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:37:24.444Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:38:16.920Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:38:24.446Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:39:16.920Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:39:24.447Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:40:16.922Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:40:24.449Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:41:16.922Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:41:24.450Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:42:16.924Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:42:24.452Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:43:16.926Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:43:24.454Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:44:16.926Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:44:24.455Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:45:16.928Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:45:24.456Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:46:16.928Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:46:24.457Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:47:16.928Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:47:24.457Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:48:16.930Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:48:24.459Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:49:16.930Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:49:24.459Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:50:16.945Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:50:24.461Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:51:16.946Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:51:24.462Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:52:16.947Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:52:24.463Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:53:16.948Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:53:24.464Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO