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-01-23T23:36:31.802Z||main|||||INFO|500||The following profiles are active: basic
2023-01-23T23:36:46.178Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-23T23:36:46.179Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-23T23:36:46.358Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-23T23:36:51.598Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-23T23:36:52.094Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-23T23:36:52.714Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-23T23:36:52.918Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-23T23:36:53.562Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-23T23:36:55.848Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-23T23:36:56.503Z||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-01-23T23:36:59.755Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-23T23:36:59.883Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-23T23:36:59.899Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-23T23:36:59.912Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-23T23:37:00.546Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-23T23:37:00.984Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-23T23:37:02.228Z||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-01-23T23:37:04.822Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-01-23T23:37:04.823Z||main|||||ERROR|500||(conn=1371) Table 'catalogdb.activity_spec' doesn't exist
2023-01-23T23:37:04.839Z||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-01-23T23:37:08.501Z||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-01-23T23:37:11.810Z||main|||||WARN|500||---
2023-01-23T23:37:11.810Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-23T23:37:11.811Z||main|||||WARN|500||---
2023-01-23T23:37:12.289Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-23T23:37:17.655Z||main|||||INFO|500||Started Application in 49.234 seconds (JVM running for 52.493)
2023-01-23T23:37:17.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-23T23:37:17.666Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-23T23:37:17.676Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-23T23:37:17.724Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= bc6f8049-4805-4a9a-8c48-9f310240950d url= /sdc/v1/artifactTypes
2023-01-23T23:37:17.731Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-01-23T23:37:17.895Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-23T23:37:17.941Z||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-01-23T23:37:17.942Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-01-23T23:37:17.942Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= a14944f7-1622-4a6b-80dc-d1d0ca865030 url= /sdc/v1/distributionKafkaData
2023-01-23T23:37:17.943Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-01-23T23:37:17.968Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-23T23:37:17.974Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@6ccdccf9
2023-01-23T23:37:18.037Z||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-83b67812-8407-49f9-8791-b20a696e35ff
	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-01-23T23:37:18.089Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Instantiated an idempotent producer.
2023-01-23T23:37:18.186Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-01-23T23:37:18.245Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-23T23:37:18.245Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-23T23:37:18.246Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674517038241
2023-01-23T23:37:18.251Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-23T23:37:18.271Z||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-485cb4a7-4cd6-46b7-981b-10e25240a4de
	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-01-23T23:37:18.411Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-23T23:37:18.412Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-23T23:37:18.413Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674517038411
2023-01-23T23:37:18.414Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:37:18.417Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:37:18.418Z||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-669193de-8d30-4b5a-b518-55f5a7c974ba
	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-01-23T23:37:18.430Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-23T23:37:18.431Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-23T23:37:18.431Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674517038430
2023-01-23T23:37:18.432Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:37:18.434Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:37:18.439Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-23T23:37:19.384Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Cluster ID: nEplWzsWS1ue2FSsbWP-vg
2023-01-23T23:37:19.384Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, 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 pHZifju7RJ6yf1z6ZVqUuw
2023-01-23T23:37:19.384Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, 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 rwZhJyC4TC2g5CrQ9nFjEg
2023-01-23T23:37:19.385Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, 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 rwZhJyC4TC2g5CrQ9nFjEg
2023-01-23T23:37:19.385Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, 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 rwZhJyC4TC2g5CrQ9nFjEg
2023-01-23T23:37:19.385Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, 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 pHZifju7RJ6yf1z6ZVqUuw
2023-01-23T23:37:19.386Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, 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 rwZhJyC4TC2g5CrQ9nFjEg
2023-01-23T23:37:19.386Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, 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 rwZhJyC4TC2g5CrQ9nFjEg
2023-01-23T23:37:19.386Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] ProducerId set to 2002 with epoch 0
2023-01-23T23:37:19.387Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, 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 rwZhJyC4TC2g5CrQ9nFjEg
2023-01-23T23:37:19.386Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, 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 pHZifju7RJ6yf1z6ZVqUuw
2023-01-23T23:37:19.387Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, 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 pHZifju7RJ6yf1z6ZVqUuw
2023-01-23T23:37:19.388Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, 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 pHZifju7RJ6yf1z6ZVqUuw
2023-01-23T23:37:19.388Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, 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 pHZifju7RJ6yf1z6ZVqUuw
2023-01-23T23:37:19.389Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] Cluster ID: nEplWzsWS1ue2FSsbWP-vg
2023-01-23T23:37:19.389Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, groupId=so] Cluster ID: nEplWzsWS1ue2FSsbWP-vg
2023-01-23T23:37:19.390Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-01-23T23:37:19.390Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-01-23T23:37:19.416Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] (Re-)joining group
2023-01-23T23:37:19.416Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, groupId=so] (Re-)joining group
2023-01-23T23:37:19.470Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba-9668012a-0902-4578-b5d8-17cfcd16f98d
2023-01-23T23:37:19.470Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de-40a9223a-6c17-4db8-9b8e-20fd3357fcfa
2023-01-23T23:37:19.471Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, 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-01-23T23:37:19.471Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, 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-01-23T23:37:19.471Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] (Re-)joining group
2023-01-23T23:37:19.471Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, groupId=so] (Re-)joining group
2023-01-23T23:37:25.480Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de-40a9223a-6c17-4db8-9b8e-20fd3357fcfa', protocol='range'}
2023-01-23T23:37:25.480Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba-9668012a-0902-4578-b5d8-17cfcd16f98d', protocol='range'}
2023-01-23T23:37:25.545Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, 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 pHZifju7RJ6yf1z6ZVqUuw
2023-01-23T23:37:25.545Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, 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 pHZifju7RJ6yf1z6ZVqUuw
2023-01-23T23:37:25.546Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, 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 pHZifju7RJ6yf1z6ZVqUuw
2023-01-23T23:37:25.546Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, 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 pHZifju7RJ6yf1z6ZVqUuw
2023-01-23T23:37:25.546Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, 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 pHZifju7RJ6yf1z6ZVqUuw
2023-01-23T23:37:25.547Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, 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 pHZifju7RJ6yf1z6ZVqUuw
2023-01-23T23:37:25.552Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba-9668012a-0902-4578-b5d8-17cfcd16f98d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-485cb4a7-4cd6-46b7-981b-10e25240a4de-40a9223a-6c17-4db8-9b8e-20fd3357fcfa=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-01-23T23:37:25.578Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba-9668012a-0902-4578-b5d8-17cfcd16f98d', protocol='range'}
2023-01-23T23:37:25.579Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de-40a9223a-6c17-4db8-9b8e-20fd3357fcfa', protocol='range'}
2023-01-23T23:37:25.580Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, 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-01-23T23:37:25.580Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, 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-01-23T23:37:25.585Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, 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-01-23T23:37:25.585Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, 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-01-23T23:37:25.606Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-23T23:37:25.607Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-23T23:37:25.606Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-01-23T23:37:25.608Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-23T23:37:25.608Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-01-23T23:37:25.608Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-23T23:37:25.608Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-01-23T23:37:25.608Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-01-23T23:37:25.608Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-01-23T23:37:25.609Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-01-23T23:37:25.608Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-23T23:37:25.609Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-23T23:37:25.660Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-23T23:37:25.661Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-23T23:37:25.746Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-23T23:37:25.755Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-23T23:37:25.773Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-23T23:37:25.774Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-23T23:37:25.775Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-23T23:37:25.774Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-23T23:37:25.775Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-23T23:37:25.777Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-23T23:37:25.778Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-23T23:37:25.778Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-23T23:38:18.422Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:38:18.436Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:39:18.424Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:39:18.438Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:40:18.425Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:40:18.440Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:41:18.428Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:41:18.442Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:42:18.430Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:42:18.443Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:43:18.431Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:43:18.443Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:44:18.433Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:44:18.444Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:45:18.434Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:45:18.445Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:46:18.436Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:46:18.446Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:46:19.448Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-485cb4a7-4cd6-46b7-981b-10e25240a4de, groupId=so] Node -1 disconnected.
2023-01-23T23:46:19.448Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-669193de-8d30-4b5a-b518-55f5a7c974ba, groupId=so] Node -1 disconnected.
2023-01-23T23:46:19.692Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Node -1 disconnected.
2023-01-23T23:47:02.839Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-23T23:47:18.437Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:47:18.446Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:48:18.437Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:48:18.449Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:49:18.439Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:49:18.450Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:50:18.441Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:50:18.451Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:51:18.443Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:51:18.453Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:52:18.445Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:52:18.454Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:53:18.447Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:53:18.455Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:54:18.449Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:54:18.457Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:55:18.451Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:55:18.458Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:56:18.452Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:56:18.460Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:57:18.454Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:57:18.460Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:58:18.457Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:58:18.461Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-23T23:59:18.458Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-23T23:59:18.464Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:00:18.459Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:00:18.465Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:01:18.459Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:01:18.465Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:02:18.461Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:02:18.466Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:03:18.463Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:03:18.467Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:04:18.465Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:04:18.467Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:05:18.467Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:05:18.467Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:06:18.470Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:06:18.469Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:07:18.470Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:07:18.472Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:08:18.473Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:08:18.472Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:09:18.475Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:09:18.475Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:10:18.476Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:10:18.476Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:11:18.478Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:11:18.478Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:12:18.479Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:12:18.479Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:13:18.480Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:13:18.480Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:14:18.480Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:14:18.481Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:15:18.482Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:15:18.483Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:16:18.483Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:16:18.483Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:17:18.484Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:17:18.484Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:18:18.485Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:18:18.485Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:19:18.488Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:19:18.487Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:20:18.490Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:20:18.490Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:21:18.491Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:21:18.492Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:22:18.492Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:22:18.492Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:23:18.494Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:23:18.494Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:24:18.496Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:24:18.496Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:25:18.497Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:25:18.497Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:26:18.499Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:26:18.500Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:27:18.500Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:27:18.500Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:28:18.502Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:28:18.503Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:29:18.504Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:29:18.504Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:30:18.505Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:30:18.505Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:31:18.506Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:31:18.506Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:32:18.507Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:32:18.507Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:33:18.508Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:33:18.508Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:34:18.510Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:34:18.510Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:35:18.511Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:35:18.512Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:36:18.513Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:36:18.513Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:37:18.514Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:37:18.514Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:38:18.515Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:38:18.516Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:39:18.517Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:39:18.518Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:40:18.519Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:40:18.519Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:41:18.523Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:41:18.522Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:42:18.524Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:42:18.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:43:18.525Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:43:18.526Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:44:18.525Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:44:18.526Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:45:18.528Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:45:18.529Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:46:18.530Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:46:18.530Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:47:18.530Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:47:18.531Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:48:18.533Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:48:18.532Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:49:18.534Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:49:18.534Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:50:18.535Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:50:18.535Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:51:10.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T00:51:10.726Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"d6ebe2dd-f71c-4574-8987-6a6214ab35b7","serviceName":"vFW 2023-01-24 00-50-08","serviceVersion":"1.0","serviceUUID":"380d6a43-af90-49c3-bdf2-12d8631ce0ef","serviceDescription":"catalog service description","serviceInvariantUUID":"71f9dbfc-c799-4935-a2f3-c0e09b7a6640","resources":[{"resourceInstanceName":"vFW a7c51481-10c9 0","resourceName":"vFW a7c51481-10c9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ed9f3cf-f0e8-44ae-b8da-02c60f634e49","resourceInvariantUUID":"a255cb92-45a9-4f20-852e-dbf45035a8b3","resourceCustomizationUUID":"ed634b7b-7426-41bd-915d-f0ef7c1a5fb8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vf-license-model.xml","artifactChecksum":"MTRhZjk4NzA5MGQ3YTU4YjI0YzlkMjgwNDQzMTZmZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0e200c98-0947-4d4a-83cb-e39a688a6bf0","artifactVersion":"1"},{"artifactName":"vfwa7c5148110c90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json","artifactChecksum":"ZDliMzk4Y2ZkMjg3YmFlYzUxNjQ2OTRmNzA1Yzk1ZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5a92c2d-9f60-44a0-a596-1180a25701e2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4c75b579-c059-4d13-bd93-7e212f681ab8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vendor-license-model.xml","artifactChecksum":"N2M4MTQwOWU3OTJhMGY2NWJiODI1ODYwYzViYzIxMDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bb6a2435-635f-4755-ab05-3b889166cb21","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"64e0e514-af65-4b7c-a5fc-7c8390a3b86e","artifactVersion":"2","generatedFromUUID":"4c75b579-c059-4d13-bd93-7e212f681ab8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230124005008-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-template.yml","artifactChecksum":"MGY4OTBkNDRmMDI2ODJmYmQ3ZWZkN2UyMTdmOGU4NGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3acf786d-5798-40d8-b68b-7ae58f7665c8","artifactVersion":"1"},{"artifactName":"service-Vfw20230124005008-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar","artifactChecksum":"YTNiZjU2NGNmOTQ1YmIxNDc4YzNmZWE0NjI1YmU3MjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9403ceb8-f3bc-4fd2-a8d2-4455ffd2f493","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T00:51:10.739Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T00:51:10.748Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:51:10.748Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:51:10.748Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521418535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:51:10.757Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to rwZhJyC4TC2g5CrQ9nFjEg
2023-01-24T00:51:10.758Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to rwZhJyC4TC2g5CrQ9nFjEg
2023-01-24T00:51:10.758Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to rwZhJyC4TC2g5CrQ9nFjEg
2023-01-24T00:51:10.758Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to rwZhJyC4TC2g5CrQ9nFjEg
2023-01-24T00:51:10.759Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to rwZhJyC4TC2g5CrQ9nFjEg
2023-01-24T00:51:10.759Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to rwZhJyC4TC2g5CrQ9nFjEg
2023-01-24T00:51:10.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:51:10.795Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521446242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:51:10.837Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:51:11.788Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T00:51:11.789Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:51:11.789Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:51:11.790Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521418535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:51:12.792Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T00:51:12.793Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:51:12.793Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:51:12.793Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521418535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:51:13.795Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T00:51:13.795Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:51:13.795Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:51:13.795Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521418535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:51:14.797Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T00:51:14.797Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:51:14.798Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:51:14.798Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521418535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:51:15.799Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T00:51:15.800Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:51:15.800Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:51:15.800Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521418535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:51:16.801Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T00:51:16.802Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:51:16.802Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:51:16.802Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521418535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:51:17.806Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "serviceName": "vFW 2023-01-24 00-50-08",
  "serviceVersion": "1.0",
  "serviceUUID": "380d6a43-af90-49c3-bdf2-12d8631ce0ef",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "71f9dbfc-c799-4935-a2f3-c0e09b7a6640",
  "resources": [
    {
      "resourceInstanceName": "vFW a7c51481-10c9 0",
      "resourceCustomizationUUID": "ed634b7b-7426-41bd-915d-f0ef7c1a5fb8",
      "resourceName": "vFW a7c51481-10c9",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4ed9f3cf-f0e8-44ae-b8da-02c60f634e49",
      "resourceInvariantUUID": "a255cb92-45a9-4f20-852e-dbf45035a8b3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa7c5148110c90_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json",
          "artifactChecksum": "ZDliMzk4Y2ZkMjg3YmFlYzUxNjQ2OTRmNzA1Yzk1ZGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a5a92c2d-9f60-44a0-a596-1180a25701e2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4c75b579-c059-4d13-bd93-7e212f681ab8",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "64e0e514-af65-4b7c-a5fc-7c8390a3b86e",
            "generatedFromUUID": "4c75b579-c059-4d13-bd93-7e212f681ab8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "64e0e514-af65-4b7c-a5fc-7c8390a3b86e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230124005008-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar",
      "artifactChecksum": "YTNiZjU2NGNmOTQ1YmIxNDc4YzNmZWE0NjI1YmU3MjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9403ceb8-f3bc-4fd2-a8d2-4455ffd2f493"
    }
  ],
  "workloadContext": "Production"
}
2023-01-24T00:51:17.807Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T00:51:17.808Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 380d6a43-af90-49c3-bdf2-12d8631ce0ef ASDC
2023-01-24T00:51:17.980Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d6ebe2dd-f71c-4574-8987-6a6214ab35b7
ServiceName:vFW 2023-01-24 00-50-08
ServiceVersion:1.0
ServiceUUID:380d6a43-af90-49c3-bdf2-12d8631ce0ef
ServiceInvariantUUID:71f9dbfc-c799-4935-a2f3-c0e09b7a6640
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230124005008-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar
ArtifactUUID:9403ceb8-f3bc-4fd2-a8d2-4455ffd2f493
ArtifactChecksum:YTNiZjU2NGNmOTQ1YmIxNDc4YzNmZWE0NjI1YmU3MjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a7c51481-10c9 0
ResourceCustomizationUUID:ed634b7b-7426-41bd-915d-f0ef7c1a5fb8
ResourceInvariantUUID:a255cb92-45a9-4f20-852e-dbf45035a8b3
ResourceName:vFW a7c51481-10c9
ResourceType:VF
ResourceUUID:4ed9f3cf-f0e8-44ae-b8da-02c60f634e49
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa7c5148110c90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json
ArtifactUUID:a5a92c2d-9f60-44a0-a596-1180a25701e2
ArtifactChecksum:ZDliMzk4Y2ZkMjg3YmFlYzUxNjQ2OTRmNzA1Yzk1ZGY=
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/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.yaml
ArtifactUUID:4c75b579-c059-4d13-bd93-7e212f681ab8
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/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env
ArtifactUUID:64e0e514-af65-4b7c-a5fc-7c8390a3b86e
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/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env
ArtifactUUID:64e0e514-af65-4b7c-a5fc-7c8390a3b86e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-24T00:51:17.980Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 380d6a43-af90-49c3-bdf2-12d8631ce0ef ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-01-24T00:51:18.219Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T00:51:18.221Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-24T00:51:18.222Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-24T00:51:18.223Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9403ceb8-f3bc-4fd2-a8d2-4455ffd2f493 from URL: /sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar
2023-01-24T00:51:18.223Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-24T00:51:18.224Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar
2023-01-24T00:51:18.312Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-24T00:51:18.332Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar 9403ceb8-f3bc-4fd2-a8d2-4455ffd2f493 101481
2023-01-24T00:51:18.333Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar ASDC sendASDCNotification
2023-01-24T00:51:18.334Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar
2023-01-24T00:51:18.335Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T00:51:18.336Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:51:18.336Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:51:18.336Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521478332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:51:18.434Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:51:18.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:51:18.436Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "aai-model-loader",
  "timestamp": 1674521457842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:51:18.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:51:19.338Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T00:51:19.339Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-24T00:51:19.339Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9403ceb8-f3bc-4fd2-a8d2-4455ffd2f493, URL: /sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar to file: /app/ASDC/1/service-Vfw20230124005008-csar.csar
2023-01-24T00:51:19.340Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230124005008-csar.csar
2023-01-24T00:51:19.428Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230124005008-csar.csar
2023-01-24T00:51:19.429Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230124005008-csar.csar
2023-01-24T00:51:20.157Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15492471286116292090/Definitions/service-Vfw20230124005008-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-01-24T00:51:23.378Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T00:51:23.384Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-24T00:51:23.384Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230124005008-csar.csar
2023-01-24T00:51:23.384Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-24T00:51:23.384Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230124005008-csar.csar
2023-01-24T00:51:23.385Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230124005008-csar.csar
2023-01-24T00:51:23.385Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230124005008-csar.csar
2023-01-24T00:51:23.385Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230124005008-csar.csar
2023-01-24T00:51:23.385Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230124005008-csar.csar
2023-01-24T00:51:23.385Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230124005008-csar.csar
2023-01-24T00:51:23.385Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a7c51481-10c9 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-Vfw20230124005008-csar.csar
2023-01-24T00:51:23.385Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230124005008-csar.csar
2023-01-24T00:51:23.385Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230124005008-csar.csar
2023-01-24T00:51:23.386Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230124005008-csar.csar
2023-01-24T00:51:23.386Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230124005008-csar.csar
2023-01-24T00:51:23.386Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-24T00:51:23.393Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:23.395Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-24 00-50-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:51:23.401Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vFW a7c51481-10c9 0 is matching search criteria
2023-01-24T00:51:23.402Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-24T00:51:23.404Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a7c51481-10c9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T00:51:23.407Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:23.407Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-24 00-50-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:51:23.407Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vFW a7c51481-10c9 0 is matching search criteria
2023-01-24T00:51:23.407Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-24T00:51:23.408Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a7c51481-10c9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T00:51:23.408Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:23.408Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-24 00-50-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:51:23.413Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:23.413Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vFW a7c51481-10c9 0 is not matching search criteria
2023-01-24T00:51:23.414Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T00:51:23.414Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T00:51:23.414Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-24T00:51:23.414Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-24T00:51:23.415Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-24T00:51:23.415Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T00:51:23.415Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-24T00:51:23.415Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-24T00:51:23.415Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-24T00:51:23.416Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-24T00:51:23.416Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-24T00:51:23.416Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-24T00:51:23.416Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-24T00:51:23.416Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-24T00:51:23.417Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T00:51:23.417Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-24T00:51:23.417Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:23.417Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-24 00-50-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T00:51:23.420Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:23.420Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vFW a7c51481-10c9 0 is matching search criteria
2023-01-24T00:51:23.420Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a7c51481-10c9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T00:51:23.421Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:23.421Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vFW a7c51481-10c9 0 is matching search criteria
2023-01-24T00:51:23.421Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a7c51481-10c9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T00:51:23.422Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:23.422Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vFW a7c51481-10c9 0 is matching search criteria
2023-01-24T00:51:23.422Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a7c51481-10c9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T00:51:23.422Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:23.423Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vFW a7c51481-10c9 0 is not matching search criteria
2023-01-24T00:51:23.423Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T00:51:23.423Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T00:51:23.423Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-24T00:51:23.424Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-24T00:51:23.424Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-24T00:51:23.424Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-24T00:51:23.424Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-24T00:51:23.425Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-24T00:51:23.425Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-24T00:51:23.425Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-24T00:51:23.425Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T00:51:23.426Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=442231e0-33cb-4874-b6c1-f52882b7f3f2
2023-01-24T00:51:23.426Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:23.426Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vFW a7c51481-10c9 0 is not matching search criteria
2023-01-24T00:51:23.427Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T00:51:23.427Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T00:51:23.427Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-24T00:51:23.427Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-24T00:51:23.427Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-24T00:51:23.427Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T00:51:23.427Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-24T00:51:23.428Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-24T00:51:23.428Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-24T00:51:23.428Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-24T00:51:23.428Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-24T00:51:23.428Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T00:51:23.428Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c3df56a5-39a5-45b1-80b8-84342ea0e554
2023-01-24T00:51:23.428Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:23.429Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vFW a7c51481-10c9 0 is not matching search criteria
2023-01-24T00:51:23.429Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T00:51:23.429Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T00:51:23.429Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-24T00:51:23.430Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-24T00:51:23.430Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-24T00:51:23.430Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T00:51:23.430Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-24T00:51:23.431Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-24T00:51:23.431Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-24T00:51:23.431Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-24T00:51:23.431Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-24T00:51:23.431Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-24T00:51:23.432Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ee4cb974-9715-4854-99ec-75be88cbdef2
2023-01-24T00:51:23.432Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:23.432Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-24 00-50-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:51:23.432Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:23.433Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-24 00-50-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:51:23.433Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:23.433Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-24 00-50-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:51:23.433Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:23.434Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-24 00-50-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:51:23.434Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-01-24 00-50-08
Description:catalog service description
Model UUID:380d6a43-af90-49c3-bdf2-12d8631ce0ef
Model Version:NULL
Model InvariantUuid:71f9dbfc-c799-4935-a2f3-c0e09b7a6640
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a7c51481-10c9
Model UUID:5be248e7-7e2f-4681-951d-dedfada9fbbd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a255cb92-45a9-4f20-852e-dbf45035a8b3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ed634b7b-7426-41bd-915d-f0ef7c1a5fb8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:83f0392f-257f-4029-9c91-0aa2850b5acd
ModelName:VfwA7c5148110c9..base_vfw..module-0
ModelUuid:45ff37da-fea9-4dc6-846d-5bc0f2bb4354
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:442231e0-33cb-4874-b6c1-f52882b7f3f2
ModelInvariantUuid:838e172e-d977-4fe7-966f-13ec6a540bf4
ModelName:vFW a7c51481-10c9-nodes.vfwCvfc
ModelUuid:21916ccb-88e7-4c76-a40f-42cbabef8206
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:14d1c9f7-25c7-4ee5-b2fa-496f14d7c42d
ModelInvariantUuid:2a098241-fe6f-4e68-96f8-315622f33cee
ModelName:VfwA7c5148110c9.compute.nodes.heat.vfw
ModelUuid:48c0e25e-743c-4451-ac35-defdb3d3a081
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c3df56a5-39a5-45b1-80b8-84342ea0e554
ModelInvariantUuid:6a2bd34a-18eb-47b7-a356-b53e591c945a
ModelName:vFW a7c51481-10c9-nodes.vsnCvfc
ModelUuid:adf9b7a9-e828-4b56-a25a-83659000069a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:58aa1af1-22d8-43ad-b927-ba1ff1fcce91
ModelInvariantUuid:9dcfc289-9b24-45f5-a3e0-d5e24661ca99
ModelName:VfwA7c5148110c9.compute.nodes.heat.vsn
ModelUuid:6d429a3e-882a-4ef7-a18b-4d4d0470a1cc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ee4cb974-9715-4854-99ec-75be88cbdef2
ModelInvariantUuid:cd2baa12-7e85-44dd-9fc1-49b27abe30f2
ModelName:vFW a7c51481-10c9-nodes.vpgCvfc
ModelUuid:f875f608-9620-40de-b104-40c967e6496d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:75b20225-c5bb-4c33-a704-bb741ea30271
ModelInvariantUuid:bf6cd5e2-61a9-4fa3-af33-dcae7208a589
ModelName:VfwA7c5148110c9.compute.nodes.heat.vpg
ModelUuid:e4fdb35b-291f-48df-8c54-77542dc57b24
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-01-24T00:51:23.460Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 4ed9f3cf-f0e8-44ae-b8da-02c60f634e49
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T00:51:23.547Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||vFW a7c51481-10c9 0
2023-01-24T00:51:23.560Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4ed9f3cf-f0e8-44ae-b8da-02c60f634e49
2023-01-24T00:51:23.561Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a5a92c2d-9f60-44a0-a596-1180a25701e2 from URL: /sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json
2023-01-24T00:51:23.561Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-24T00:51:23.561Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json
2023-01-24T00:51:23.654Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-24T00:51:23.655Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json a5a92c2d-9f60-44a0-a596-1180a25701e2 785
2023-01-24T00:51:23.655Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json ASDC sendASDCNotification
2023-01-24T00:51:23.655Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json
2023-01-24T00:51:23.655Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T00:51:23.656Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:51:23.656Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:51:23.657Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521483655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:51:24.659Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA7c5148110c9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "83f0392f-257f-4029-9c91-0aa2850b5acd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "45ff37da-fea9-4dc6-846d-5bc0f2bb4354",
    "vfModuleModelCustomizationUUID": "b066012e-4e60-4283-a0cf-3c810333017d",
    "isBase": true,
    "artifacts": [
      "4c75b579-c059-4d13-bd93-7e212f681ab8",
      "64e0e514-af65-4b7c-a5fc-7c8390a3b86e"
    ],
    "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-01-24T00:51:24.676Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA7c5148110c9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:45ff37da-fea9-4dc6-846d-5bc0f2bb4354
VfModuleModelInvariantUUID:83f0392f-257f-4029-9c91-0aa2850b5acd
VfModuleModelDescription:NULL
Artifacts UUID List:{
4c75b579-c059-4d13-bd93-7e212f681ab8
,
64e0e514-af65-4b7c-a5fc-7c8390a3b86e

}
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-01-24T00:51:24.681Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA7c5148110c9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "83f0392f-257f-4029-9c91-0aa2850b5acd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "45ff37da-fea9-4dc6-846d-5bc0f2bb4354",
    "vfModuleModelCustomizationUUID": "b066012e-4e60-4283-a0cf-3c810333017d",
    "isBase": true,
    "artifacts": [
      "4c75b579-c059-4d13-bd93-7e212f681ab8",
      "64e0e514-af65-4b7c-a5fc-7c8390a3b86e"
    ],
    "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-01-24T00:51:24.681Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA7c5148110c9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:45ff37da-fea9-4dc6-846d-5bc0f2bb4354
VfModuleModelInvariantUUID:83f0392f-257f-4029-9c91-0aa2850b5acd
VfModuleModelDescription:NULL
Artifacts UUID List:{
4c75b579-c059-4d13-bd93-7e212f681ab8
,
64e0e514-af65-4b7c-a5fc-7c8390a3b86e

}
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-01-24T00:51:24.681Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4c75b579-c059-4d13-bd93-7e212f681ab8 from URL: /sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.yaml
2023-01-24T00:51:24.682Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-24T00:51:24.682Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.yaml
2023-01-24T00:51:24.749Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-24T00:51:24.750Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.yaml 4c75b579-c059-4d13-bd93-7e212f681ab8 20368
2023-01-24T00:51:24.750Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-24T00:51:24.750Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.yaml
2023-01-24T00:51:24.751Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T00:51:24.751Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:51:24.751Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:51:24.752Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521484750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:51:25.754Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 64e0e514-af65-4b7c-a5fc-7c8390a3b86e from URL: /sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env
2023-01-24T00:51:25.755Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-24T00:51:25.755Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env
2023-01-24T00:51:25.828Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-24T00:51:25.828Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env 64e0e514-af65-4b7c-a5fc-7c8390a3b86e 2098
2023-01-24T00:51:25.829Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-24T00:51:25.829Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env
2023-01-24T00:51:25.830Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T00:51:25.830Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:51:25.830Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:51:25.830Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521485829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:51:26.833Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 380d6a43-af90-49c3-bdf2-12d8631ce0ef
2023-01-24T00:51:26.833Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a7c51481-10c9 0 4ed9f3cf-f0e8-44ae-b8da-02c60f634e49 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-01-24T00:51:26.875Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77a371be, org.onap.sdc.toscaparser.api.parameters.Input@24db1a1c, org.onap.sdc.toscaparser.api.parameters.Input@47cf3e45, org.onap.sdc.toscaparser.api.parameters.Input@2ee8e8e4, org.onap.sdc.toscaparser.api.parameters.Input@422a5206]
2023-01-24T00:51:26.881Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:26.881Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-24 00-50-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:51:26.882Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-01-24T00:51:26.882Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= ed634b7b-7426-41bd-915d-f0ef7c1a5fb8
2023-01-24T00:51:26.882Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ed634b7b-7426-41bd-915d-f0ef7c1a5fb8 matches Tosca VF Customization UUID: ed634b7b-7426-41bd-915d-f0ef7c1a5fb8
2023-01-24T00:51:26.882Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: ed634b7b-7426-41bd-915d-f0ef7c1a5fb8  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-01-24T00:51:26.903Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:26.905Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-24 00-50-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:51:26.907Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id ed634b7b-7426-41bd-915d-f0ef7c1a5fb8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-24T00:51:26.907Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ee5732b
2023-01-24T00:51:26.907Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:26.908Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-24 00-50-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T00:51:26.908Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b066012e-4e60-4283-a0cf-3c810333017d
2023-01-24T00:51:26.910Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b066012e-4e60-4283-a0cf-3c810333017d
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-01-24T00:51:26.923Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:26.923Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vFW a7c51481-10c9 0 is matching search criteria
2023-01-24T00:51:26.923Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a7c51481-10c9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T00:51:26.924Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:26.924Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vFW a7c51481-10c9 0 is matching search criteria
2023-01-24T00:51:26.924Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a7c51481-10c9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T00:51:26.925Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:26.925Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vFW a7c51481-10c9 0 is not matching search criteria
2023-01-24T00:51:26.925Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T00:51:26.926Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T00:51:26.926Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-24T00:51:26.926Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-24T00:51:26.926Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-24T00:51:26.926Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-24T00:51:26.927Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-24T00:51:26.927Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-24T00:51:26.927Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-24T00:51:26.927Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-24T00:51:26.928Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T00:51:26.928Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=442231e0-33cb-4874-b6c1-f52882b7f3f2
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-01-24T00:51:26.940Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:26.941Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vFW a7c51481-10c9 0 is matching search criteria
2023-01-24T00:51:26.941Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a7c51481-10c9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T00:51:26.942Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:26.942Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vFW a7c51481-10c9 0 is not matching search criteria
2023-01-24T00:51:26.942Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T00:51:26.942Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T00:51:26.943Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-24T00:51:26.943Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-24T00:51:26.943Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-24T00:51:26.943Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T00:51:26.943Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-24T00:51:26.943Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-24T00:51:26.944Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-24T00:51:26.944Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-24T00:51:26.944Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-24T00:51:26.944Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T00:51:26.944Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c3df56a5-39a5-45b1-80b8-84342ea0e554
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-01-24T00:51:26.947Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:26.947Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vFW a7c51481-10c9 0 is matching search criteria
2023-01-24T00:51:26.947Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a7c51481-10c9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T00:51:26.950Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:26.950Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vFW a7c51481-10c9 0 is not matching search criteria
2023-01-24T00:51:26.950Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T00:51:26.951Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T00:51:26.951Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-24T00:51:26.951Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-24T00:51:26.951Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-24T00:51:26.951Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T00:51:26.952Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-24T00:51:26.952Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-24T00:51:26.952Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-24T00:51:26.952Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-24T00:51:26.952Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-24T00:51:26.952Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-24T00:51:26.953Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ee4cb974-9715-4854-99ec-75be88cbdef2
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-01-24T00:51:26.955Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:26.956Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vFW a7c51481-10c9 0 is matching search criteria
2023-01-24T00:51:26.956Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a7c51481-10c9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T00:51:26.956Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:26.956Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Node template vFW a7c51481-10c9 0 is matching search criteria
2023-01-24T00:51:26.956Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a7c51481-10c9 0] matching following query criteria: sdcType=VF, customizationUUID=ed634b7b-7426-41bd-915d-f0ef7c1a5fb8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T00:51:26.959Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:26.960Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-24 00-50-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:51:26.960Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 380d6a43-af90-49c3-bdf2-12d8631ce0ef: vFW a7c51481-10c9
2023-01-24T00:51:26.960Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:26.960Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-24 00-50-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:51:26.961Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:26.961Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-24 00-50-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:51:26.961Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:26.961Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-24 00-50-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:51:26.961Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:26.962Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-24 00-50-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:51:26.962Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:51:26.962Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-24 00-50-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:51:26.962Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2023-01-24 00-50-08 
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-01-24T00:51:27.388Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a7c51481-10c9 4ed9f3cf-f0e8-44ae-b8da-02c60f634e49 1 ASDC deployResourceStructure
2023-01-24T00:51:27.388Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json ASDC sendASDCNotification
2023-01-24T00:51:27.388Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json
2023-01-24T00:51:27.388Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T00:51:27.389Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:51:27.389Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:51:27.389Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521487388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:51:28.392Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-24T00:51:28.392Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.yaml
2023-01-24T00:51:28.393Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T00:51:28.393Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:51:28.393Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:51:28.394Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521488392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:51:29.398Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-24T00:51:29.399Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env
2023-01-24T00:51:29.400Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T00:51:29.402Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:51:29.403Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:51:29.403Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521489397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:51:30.404Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar ASDC sendASDCNotification
2023-01-24T00:51:30.404Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar
2023-01-24T00:51:30.404Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T00:51:30.405Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:51:30.405Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:51:30.405Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521490404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:51:31.406Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6ebe2dd-f71c-4574-8987-6a6214ab35b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T00:51:31.439Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6ebe2dd-f71c-4574-8987-6a6214ab35b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T00:51:31.444Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T00:51:31.444Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T00:51:31.444Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T00:52:01.445Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6ebe2dd-f71c-4574-8987-6a6214ab35b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T00:52:01.458Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6ebe2dd-f71c-4574-8987-6a6214ab35b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T00:52:01.461Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T00:52:01.462Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T00:52:01.462Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T00:52:18.434Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:52:18.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.440Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674521410314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.441Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521418535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.442Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674521462891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.442Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521446242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T00:52:18.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.442Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "aai-model-loader",
  "timestamp": 1674521457842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.443Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521418535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T00:52:18.443Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.443Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674521410314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.443Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.443Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674521462891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.444Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521446242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-24T00:52:18.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.444Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "aai-model-loader",
  "timestamp": 1674521457842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.445Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521418535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-24T00:52:18.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.453Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674521410314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.456Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674521462891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.457Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521446242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.458Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.463Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521418535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.464Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.464Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "aai-model-loader",
  "timestamp": 1674521457842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.464Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.464Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674521410314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.464Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.465Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674521462891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.465Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521446242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-24T00:52:18.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.469Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "aai-model-loader",
  "timestamp": 1674521457842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.469Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.470Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521418535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-24T00:52:18.470Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.470Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674521410314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.470Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.470Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674521462891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.471Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.471Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521446242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.471Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.477Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521418535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.482Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "aai-model-loader",
  "timestamp": 1674521457842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.482Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674521410314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.483Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674521462891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:52:18.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.483Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521446242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T00:52:18.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.484Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "aai-model-loader",
  "timestamp": 1674521457842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T00:52:18.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.484Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521418535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T00:52:18.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.484Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674521410314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T00:52:18.485Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.485Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674521462891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T00:52:18.485Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.489Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521477312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T00:52:18.489Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.490Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674521477090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T00:52:18.490Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.490Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "aai-model-loader",
  "timestamp": 1674521477102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T00:52:18.491Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:18.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:52:18.491Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521478332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T00:52:18.491Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:52:31.462Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6ebe2dd-f71c-4574-8987-6a6214ab35b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T00:52:31.478Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6ebe2dd-f71c-4574-8987-6a6214ab35b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T00:52:31.481Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T00:52:31.481Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T00:52:31.482Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T00:53:01.482Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6ebe2dd-f71c-4574-8987-6a6214ab35b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T00:53:01.498Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6ebe2dd-f71c-4574-8987-6a6214ab35b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T00:53:01.501Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T00:53:01.502Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T00:53:01.502Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T00:53:18.434Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:53:18.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.454Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674521478320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T00:53:18.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.455Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521478517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T00:53:18.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.456Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521479634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T00:53:18.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.456Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521480742,
  "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-01-24T00:53:18.469Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6ebe2dd-f71c-4574-8987-6a6214ab35b7
2023-01-24T00:53:18.470Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6ebe2dd-f71c-4574-8987-6a6214ab35b7 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-01-24T00:53:18.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.489Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521481747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T00:53:18.489Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.490Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521483655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T00:53:18.490Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.490Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674521484017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T00:53:18.490Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.491Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521484750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T00:53:18.491Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.491Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674521485025,
  "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-01-24T00:53:18.500Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6ebe2dd-f71c-4574-8987-6a6214ab35b7
2023-01-24T00:53:18.500Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6ebe2dd-f71c-4574-8987-6a6214ab35b7 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-01-24T00:53:18.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.516Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521485829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T00:53:18.516Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.517Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521487388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/vfwa7c5148110c90_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T00:53:18.517Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.517Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521488392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-24T00:53:18.518Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.518Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521489397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/resourceInstances/vfwa7c5148110c90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-24T00:53:18.518Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.518Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521490404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T00:53:18.519Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.519Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "aai-model-loader",
  "timestamp": 1674521492147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124005008/1.0/artifacts/service-Vfw20230124005008-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T00:53:18.519Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.519Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "aai-model-loader",
  "timestamp": 1674521493151,
  "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-01-24T00:53:18.529Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6ebe2dd-f71c-4574-8987-6a6214ab35b7
2023-01-24T00:53:18.530Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6ebe2dd-f71c-4574-8987-6a6214ab35b7 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-01-24T00:53:18.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.546Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674521478116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:53:18.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.547Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "aai-model-loader",
  "timestamp": 1674521517842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:53:18.547Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.547Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521512752,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:53:18.548Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.548Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674521478116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:53:18.548Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.548Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521512752,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T00:53:18.549Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.549Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "aai-model-loader",
  "timestamp": 1674521517842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:53:18.549Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.549Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674521478116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:53:18.550Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.550Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521512752,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-24T00:53:18.550Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.550Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "aai-model-loader",
  "timestamp": 1674521517842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:53:18.551Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.551Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674521478116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:53:18.551Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.552Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521512752,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:53:18.552Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.552Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "aai-model-loader",
  "timestamp": 1674521517842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:53:18.552Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.553Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674521478116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:53:18.553Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.561Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "aai-model-loader",
  "timestamp": 1674521517842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:53:18.562Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.562Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521512752,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-24T00:53:18.562Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.563Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674521522891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:53:18.563Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.563Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674521478116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:53:18.563Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.563Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "aai-model-loader",
  "timestamp": 1674521517842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:53:18.564Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.564Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521512752,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:53:18.564Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.564Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674521522891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:53:18.564Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.565Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674521478116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T00:53:18.565Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.566Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "aai-model-loader",
  "timestamp": 1674521517842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T00:53:18.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.566Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521512752,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T00:53:18.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.567Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674521522891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:53:18.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.567Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674521522891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:53:18.568Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.568Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521526257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T00:53:18.568Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.568Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "aai-model-loader",
  "timestamp": 1674521526029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T00:53:18.569Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.569Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674521526031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T00:53:18.569Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.570Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674521522891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:53:18.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.570Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521527345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T00:53:18.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.571Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674521522891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:53:18.571Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.571Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521528405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T00:53:18.572Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.572Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674521522891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T00:53:18.572Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.572Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521529442,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T00:53:18.600Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 361a3c6c-60bd-4f39-8149-80dc0d208471
2023-01-24T00:53:18.600Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 361a3c6c-60bd-4f39-8149-80dc0d208471 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-01-24T00:53:18.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.619Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674521530630,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T00:53:18.619Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.619Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674521530445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T00:53:18.619Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.620Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674521533032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T00:53:18.620Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.620Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "aai-model-loader",
  "timestamp": 1674521532680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T00:53:18.620Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:53:18.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.621Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674521534039,
  "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-01-24T00:53:18.629Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 361a3c6c-60bd-4f39-8149-80dc0d208471
2023-01-24T00:53:18.630Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 361a3c6c-60bd-4f39-8149-80dc0d208471 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-01-24T00:53:18.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:53:18.644Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "aai-model-loader",
  "timestamp": 1674521533683,
  "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-01-24T00:53:18.653Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 361a3c6c-60bd-4f39-8149-80dc0d208471
2023-01-24T00:53:18.654Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 361a3c6c-60bd-4f39-8149-80dc0d208471 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-01-24T00:53:31.502Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6ebe2dd-f71c-4574-8987-6a6214ab35b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T00:53:31.518Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6ebe2dd-f71c-4574-8987-6a6214ab35b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T00:53:31.522Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T00:53:31.522Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T00:53:31.522Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T00:53:31.522Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T00:53:31.522Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T00:53:31.523Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T00:53:31.523Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T00:53:31.523Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T00:53:31.523Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T00:53:31.531Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T00:54:01.531Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6ebe2dd-f71c-4574-8987-6a6214ab35b7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-24T00:54:01.544Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6ebe2dd-f71c-4574-8987-6a6214ab35b7 and serviceModelVersionId: 380d6a43-af90-49c3-bdf2-12d8631ce0ef
2023-01-24T00:54:01.544Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 71f9dbfc-c799-4935-a2f3-c0e09b7a6640
2023-01-24T00:54:16.501Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/71f9dbfc-c799-4935-a2f3-c0e09b7a6640/model-vers/model-ver/380d6a43-af90-49c3-bdf2-12d8631ce0ef?depth=0
2023-01-24T00:54:16.619Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T00:54:17.200Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71f9dbfc-c799-4935-a2f3-c0e09b7a6640/model-vers/model-ver/380d6a43-af90-49c3-bdf2-12d8631ce0ef?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-01-24T00:54:17.206Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71f9dbfc-c799-4935-a2f3-c0e09b7a6640/model-vers/model-ver/380d6a43-af90-49c3-bdf2-12d8631ce0ef?depth=0|INFO|500||Invoke
2023-01-24T00:54:17.230Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71f9dbfc-c799-4935-a2f3-c0e09b7a6640/model-vers/model-ver/380d6a43-af90-49c3-bdf2-12d8631ce0ef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-24T00:54:17.475Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71f9dbfc-c799-4935-a2f3-c0e09b7a6640/model-vers/model-ver/380d6a43-af90-49c3-bdf2-12d8631ce0ef?depth=0|INFO|500||InvokeReturn
2023-01-24T00:54:17.476Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71f9dbfc-c799-4935-a2f3-c0e09b7a6640/model-vers/model-ver/380d6a43-af90-49c3-bdf2-12d8631ce0ef?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 00:54:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[211], vertex-id=[348288], x-aai-txid=[0-aai-resources-230124-00:54:16:581-52818], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T00:54:17.477Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-01-24T00:54:17.482Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T00:54:17.482Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T00:54:17.495Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T00:54:17.496Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6ebe2dd-f71c-4574-8987-6a6214ab35b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T00:54:17.497Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T00:54:17.497Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:54:17.498Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:54:17.498Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521657496,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:54:18.434Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:54:18.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:54:18.439Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6ebe2dd-f71c-4574-8987-6a6214ab35b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521657496,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T00:54:18.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-24T00:54:18.514Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:54:18.519Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T00:54:18.519Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"361a3c6c-60bd-4f39-8149-80dc0d208471","serviceName":"basic_onboard_nFVmss","serviceVersion":"1.0","serviceUUID":"49d6a2bd-d2d3-4112-961b-fd0799d99104","serviceDescription":"service","serviceInvariantUUID":"842ad472-cdb4-4bfa-aab9-fc638d484d22","resources":[{"resourceInstanceName":"basic_onboard_nFVmss 0","resourceName":"basic_onboard_nFVmss","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcec07fd-230c-43ec-b289-a1d966b1ff50","resourceInvariantUUID":"a238c845-d382-4c86-ba69-a16ab249d9b9","resourceCustomizationUUID":"13df4e3a-f913-4e1b-8de3-25d4e8e8eb85","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/vf-license-model.xml","artifactChecksum":"ZmFiNmIxMDY1ZjljMWUwMDYwN2I4MWQyZmM4ZWJmNGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e7837e4-1a26-4bb3-b779-db946f449985","artifactVersion":"1"},{"artifactName":"basic_onboard_nfvmss0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json","artifactChecksum":"MmMwN2VmMjdhYTNhY2ViN2E2MjI5MzFkOGJkZWIwYTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2f6de02f-dd38-410a-8b41-08eac2ca3261","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ea0b5788-19aa-45af-83d8-654b1e1ce25a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8f9533ae-637d-4262-8b0d-b5fbfabefc6d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"309c4059-ed03-4423-8d6c-cf0a9e09f5bb","artifactVersion":"2","generatedFromUUID":"ea0b5788-19aa-45af-83d8-654b1e1ce25a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNfvmss-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-template.yml","artifactChecksum":"YTJjM2IyNWRhNzdhYWIxZGRlMDgzY2U4ZGU3ZmM5ZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a8498b9-7e73-45fc-98bd-4bae2c3444aa","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNfvmss-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar","artifactChecksum":"N2NkZmE5Yjg3MWQ3YzczOTZmODRhNjM3YzViNmNlMjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"057ffb30-f393-4823-8ef7-5006dd73f095","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T00:54:18.523Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T00:54:18.523Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:54:18.523Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:54:18.523Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521658514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:54:19.524Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T00:54:19.525Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:54:19.525Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:54:19.525Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521658514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:54:20.526Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T00:54:20.527Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:54:20.527Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:54:20.527Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521658514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:54:21.528Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T00:54:21.529Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:54:21.530Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:54:21.530Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521658514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:54:22.531Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T00:54:22.532Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:54:22.532Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:54:22.532Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521658514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:54:23.533Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T00:54:23.534Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:54:23.534Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:54:23.534Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521658514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:54:24.535Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T00:54:24.536Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:54:24.536Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:54:24.536Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521658514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:54:25.538Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "serviceName": "basic_onboard_nFVmss",
  "serviceVersion": "1.0",
  "serviceUUID": "49d6a2bd-d2d3-4112-961b-fd0799d99104",
  "serviceDescription": "service",
  "serviceInvariantUUID": "842ad472-cdb4-4bfa-aab9-fc638d484d22",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_nFVmss 0",
      "resourceCustomizationUUID": "13df4e3a-f913-4e1b-8de3-25d4e8e8eb85",
      "resourceName": "basic_onboard_nFVmss",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcec07fd-230c-43ec-b289-a1d966b1ff50",
      "resourceInvariantUUID": "a238c845-d382-4c86-ba69-a16ab249d9b9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_nfvmss0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json",
          "artifactChecksum": "MmMwN2VmMjdhYTNhY2ViN2E2MjI5MzFkOGJkZWIwYTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2f6de02f-dd38-410a-8b41-08eac2ca3261",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ea0b5788-19aa-45af-83d8-654b1e1ce25a",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "309c4059-ed03-4423-8d6c-cf0a9e09f5bb",
            "generatedFromUUID": "ea0b5788-19aa-45af-83d8-654b1e1ce25a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "309c4059-ed03-4423-8d6c-cf0a9e09f5bb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNfvmss-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar",
      "artifactChecksum": "N2NkZmE5Yjg3MWQ3YzczOTZmODRhNjM3YzViNmNlMjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "057ffb30-f393-4823-8ef7-5006dd73f095"
    }
  ],
  "workloadContext": "Production"
}
2023-01-24T00:54:25.539Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T00:54:25.539Z|d6ebe2dd-f71c-4574-8987-6a6214ab35b7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49d6a2bd-d2d3-4112-961b-fd0799d99104 ASDC
2023-01-24T00:54:25.540Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:361a3c6c-60bd-4f39-8149-80dc0d208471
ServiceName:basic_onboard_nFVmss
ServiceVersion:1.0
ServiceUUID:49d6a2bd-d2d3-4112-961b-fd0799d99104
ServiceInvariantUUID:842ad472-cdb4-4bfa-aab9-fc638d484d22
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNfvmss-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar
ArtifactUUID:057ffb30-f393-4823-8ef7-5006dd73f095
ArtifactChecksum:N2NkZmE5Yjg3MWQ3YzczOTZmODRhNjM3YzViNmNlMjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nFVmss 0
ResourceCustomizationUUID:13df4e3a-f913-4e1b-8de3-25d4e8e8eb85
ResourceInvariantUUID:a238c845-d382-4c86-ba69-a16ab249d9b9
ResourceName:basic_onboard_nFVmss
ResourceType:VF
ResourceUUID:dcec07fd-230c-43ec-b289-a1d966b1ff50
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nfvmss0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json
ArtifactUUID:2f6de02f-dd38-410a-8b41-08eac2ca3261
ArtifactChecksum:MmMwN2VmMjdhYTNhY2ViN2E2MjI5MzFkOGJkZWIwYTU=
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/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ea0b5788-19aa-45af-83d8-654b1e1ce25a
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/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env
ArtifactUUID:309c4059-ed03-4423-8d6c-cf0a9e09f5bb
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/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env
ArtifactUUID:309c4059-ed03-4423-8d6c-cf0a9e09f5bb
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-24T00:54:25.541Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49d6a2bd-d2d3-4112-961b-fd0799d99104 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-01-24T00:54:25.578Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T00:54:25.579Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-24T00:54:25.579Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-24T00:54:25.579Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 057ffb30-f393-4823-8ef7-5006dd73f095 from URL: /sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar
2023-01-24T00:54:25.579Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-24T00:54:25.579Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar
2023-01-24T00:54:25.648Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-24T00:54:25.650Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar 057ffb30-f393-4823-8ef7-5006dd73f095 75664
2023-01-24T00:54:25.650Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar ASDC sendASDCNotification
2023-01-24T00:54:25.650Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar
2023-01-24T00:54:25.650Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T00:54:25.651Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:54:25.651Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:54:25.651Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521665650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:54:26.652Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T00:54:26.653Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-24T00:54:26.653Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 057ffb30-f393-4823-8ef7-5006dd73f095, URL: /sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar to file: /app/ASDC/1/service-BasicOnboardNfvmss-csar.csar
2023-01-24T00:54:26.654Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNfvmss-csar.csar
2023-01-24T00:54:26.654Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNfvmss-csar.csar
2023-01-24T00:54:26.654Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNfvmss-csar.csar
2023-01-24T00:54:26.796Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5269466378695577529/Definitions/service-BasicOnboardNfvmss-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-01-24T00:54:28.139Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T00:54:28.140Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-24T00:54:28.140Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNfvmss-csar.csar
2023-01-24T00:54:28.140Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-24T00:54:28.140Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardNfvmss-csar.csar
2023-01-24T00:54:28.140Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nFVmss 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-BasicOnboardNfvmss-csar.csar
2023-01-24T00:54:28.140Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNfvmss-csar.csar
2023-01-24T00:54:28.140Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNfvmss-csar.csar
2023-01-24T00:54:28.141Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNfvmss-csar.csar
2023-01-24T00:54:28.141Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNfvmss-csar.csar
2023-01-24T00:54:28.141Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNfvmss-csar.csar
2023-01-24T00:54:28.141Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-24T00:54:28.141Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:28.141Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nFVmss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:54:28.141Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nFVmss 0 is matching search criteria
2023-01-24T00:54:28.142Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-24T00:54:28.142Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_nFVmss 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T00:54:28.142Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:28.142Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nFVmss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:54:28.142Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nFVmss 0 is matching search criteria
2023-01-24T00:54:28.143Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-24T00:54:28.143Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_nFVmss 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T00:54:28.143Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:28.143Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nFVmss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:54:28.143Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:28.143Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nFVmss 0 is not matching search criteria
2023-01-24T00:54:28.143Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-24T00:54:28.144Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-24T00:54:28.144Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-24T00:54:28.144Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-24T00:54:28.144Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-24T00:54:28.144Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:28.144Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nFVmss is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T00:54:28.145Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:28.145Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nFVmss 0 is matching search criteria
2023-01-24T00:54:28.145Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_nFVmss 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T00:54:28.145Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:28.145Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nFVmss 0 is matching search criteria
2023-01-24T00:54:28.145Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_nFVmss 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T00:54:28.146Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:28.146Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nFVmss 0 is matching search criteria
2023-01-24T00:54:28.146Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_nFVmss 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T00:54:28.146Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:28.146Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nFVmss 0 is not matching search criteria
2023-01-24T00:54:28.146Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-24T00:54:28.147Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-24T00:54:28.147Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8ee120e7-4c8b-4cce-b5e3-557f9171b78a
2023-01-24T00:54:28.147Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:28.147Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nFVmss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:54:28.147Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:28.147Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nFVmss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:54:28.148Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:28.148Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nFVmss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:54:28.148Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:28.148Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nFVmss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:54:28.148Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_nFVmss
Description:service
Model UUID:49d6a2bd-d2d3-4112-961b-fd0799d99104
Model Version:NULL
Model InvariantUuid:842ad472-cdb4-4bfa-aab9-fc638d484d22
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_nFVmss
Model UUID:24f319e7-7ad8-4bfb-8a39-76891a12dd71
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a238c845-d382-4c86-ba69-a16ab249d9b9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:13df4e3a-f913-4e1b-8de3-25d4e8e8eb85
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e552f5f5-0cec-428e-b879-357c4a0f9f09
ModelName:BasicOnboardNfvmss..base_ubuntu18..module-0
ModelUuid:21f9f26c-54c4-4d45-be09-9dc401d2a08f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8ee120e7-4c8b-4cce-b5e3-557f9171b78a
ModelInvariantUuid:9d0ba8d1-8b61-4399-b9fe-4280c0401402
ModelName:basic_onboard_nFVmss-nodes.ubuntu18Cvfc
ModelUuid:02583349-5060-4aa1-832b-51ce41822a2c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d1ab1aea-85ef-4e35-afa4-3eed4a2450e7
ModelInvariantUuid:ce5b01e3-9f72-4226-af43-ae78f728b7fe
ModelName:BasicOnboardNfvmss.compute.nodes.heat.ubuntu18
ModelUuid:03b2a00d-8f17-4f41-af9a-10c7d5c8e83d
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-01-24T00:54:28.157Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: dcec07fd-230c-43ec-b289-a1d966b1ff50
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T00:54:28.160Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||basic_onboard_nFVmss 0
2023-01-24T00:54:28.160Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dcec07fd-230c-43ec-b289-a1d966b1ff50
2023-01-24T00:54:28.160Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2f6de02f-dd38-410a-8b41-08eac2ca3261 from URL: /sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json
2023-01-24T00:54:28.160Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-24T00:54:28.161Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json
2023-01-24T00:54:28.216Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-24T00:54:28.217Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json 2f6de02f-dd38-410a-8b41-08eac2ca3261 798
2023-01-24T00:54:28.217Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json ASDC sendASDCNotification
2023-01-24T00:54:28.217Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json
2023-01-24T00:54:28.217Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T00:54:28.218Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:54:28.218Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:54:28.218Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521668217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:54:29.219Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNfvmss..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e552f5f5-0cec-428e-b879-357c4a0f9f09",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "21f9f26c-54c4-4d45-be09-9dc401d2a08f",
    "vfModuleModelCustomizationUUID": "8366cdd5-6aee-4fca-8eb5-1f1fe942f80b",
    "isBase": true,
    "artifacts": [
      "ea0b5788-19aa-45af-83d8-654b1e1ce25a",
      "309c4059-ed03-4423-8d6c-cf0a9e09f5bb"
    ],
    "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-01-24T00:54:29.223Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNfvmss..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:21f9f26c-54c4-4d45-be09-9dc401d2a08f
VfModuleModelInvariantUUID:e552f5f5-0cec-428e-b879-357c4a0f9f09
VfModuleModelDescription:NULL
Artifacts UUID List:{
ea0b5788-19aa-45af-83d8-654b1e1ce25a
,
309c4059-ed03-4423-8d6c-cf0a9e09f5bb

}
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-01-24T00:54:29.225Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNfvmss..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e552f5f5-0cec-428e-b879-357c4a0f9f09",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "21f9f26c-54c4-4d45-be09-9dc401d2a08f",
    "vfModuleModelCustomizationUUID": "8366cdd5-6aee-4fca-8eb5-1f1fe942f80b",
    "isBase": true,
    "artifacts": [
      "ea0b5788-19aa-45af-83d8-654b1e1ce25a",
      "309c4059-ed03-4423-8d6c-cf0a9e09f5bb"
    ],
    "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-01-24T00:54:29.225Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNfvmss..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:21f9f26c-54c4-4d45-be09-9dc401d2a08f
VfModuleModelInvariantUUID:e552f5f5-0cec-428e-b879-357c4a0f9f09
VfModuleModelDescription:NULL
Artifacts UUID List:{
ea0b5788-19aa-45af-83d8-654b1e1ce25a
,
309c4059-ed03-4423-8d6c-cf0a9e09f5bb

}
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-01-24T00:54:29.225Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ea0b5788-19aa-45af-83d8-654b1e1ce25a from URL: /sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.yaml
2023-01-24T00:54:29.225Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-24T00:54:29.226Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.yaml
2023-01-24T00:54:29.284Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-24T00:54:29.285Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.yaml ea0b5788-19aa-45af-83d8-654b1e1ce25a 5033
2023-01-24T00:54:29.285Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-24T00:54:29.286Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.yaml
2023-01-24T00:54:29.286Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T00:54:29.286Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:54:29.286Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:54:29.286Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521669285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:54:30.287Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 309c4059-ed03-4423-8d6c-cf0a9e09f5bb from URL: /sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env
2023-01-24T00:54:30.287Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-24T00:54:30.288Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env
2023-01-24T00:54:30.343Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-24T00:54:30.343Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env 309c4059-ed03-4423-8d6c-cf0a9e09f5bb 909
2023-01-24T00:54:30.343Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-24T00:54:30.343Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env
2023-01-24T00:54:30.344Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T00:54:30.344Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:54:30.344Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:54:30.344Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521670343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:54:31.345Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 49d6a2bd-d2d3-4112-961b-fd0799d99104
2023-01-24T00:54:31.345Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nFVmss 0 dcec07fd-230c-43ec-b289-a1d966b1ff50 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-01-24T00:54:31.363Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@561da1e, org.onap.sdc.toscaparser.api.parameters.Input@7394455f, org.onap.sdc.toscaparser.api.parameters.Input@7b8248b7, org.onap.sdc.toscaparser.api.parameters.Input@2f72196f, org.onap.sdc.toscaparser.api.parameters.Input@24c897b5]
2023-01-24T00:54:31.365Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:31.365Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nFVmss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:54:31.365Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-01-24T00:54:31.365Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 13df4e3a-f913-4e1b-8de3-25d4e8e8eb85
2023-01-24T00:54:31.365Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 13df4e3a-f913-4e1b-8de3-25d4e8e8eb85 matches Tosca VF Customization UUID: 13df4e3a-f913-4e1b-8de3-25d4e8e8eb85
2023-01-24T00:54:31.365Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 13df4e3a-f913-4e1b-8de3-25d4e8e8eb85  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-01-24T00:54:31.368Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:31.368Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nFVmss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:54:31.368Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 13df4e3a-f913-4e1b-8de3-25d4e8e8eb85: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-24T00:54:31.368Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@230f72a2
2023-01-24T00:54:31.369Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:31.369Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nFVmss is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T00:54:31.369Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8366cdd5-6aee-4fca-8eb5-1f1fe942f80b
2023-01-24T00:54:31.369Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8366cdd5-6aee-4fca-8eb5-1f1fe942f80b
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-01-24T00:54:31.372Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:31.373Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nFVmss 0 is matching search criteria
2023-01-24T00:54:31.373Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_nFVmss 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T00:54:31.373Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:31.373Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nFVmss 0 is matching search criteria
2023-01-24T00:54:31.373Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_nFVmss 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T00:54:31.374Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:31.374Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nFVmss 0 is not matching search criteria
2023-01-24T00:54:31.374Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-24T00:54:31.374Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-24T00:54:31.374Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8ee120e7-4c8b-4cce-b5e3-557f9171b78a
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-01-24T00:54:31.377Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:31.377Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nFVmss 0 is matching search criteria
2023-01-24T00:54:31.377Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_nFVmss 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T00:54:31.377Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:31.377Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nFVmss 0 is matching search criteria
2023-01-24T00:54:31.378Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_nFVmss 0] matching following query criteria: sdcType=VF, customizationUUID=13df4e3a-f913-4e1b-8de3-25d4e8e8eb85
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T00:54:31.380Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:31.380Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nFVmss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:54:31.381Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 49d6a2bd-d2d3-4112-961b-fd0799d99104: basic_onboard_nFVmss
2023-01-24T00:54:31.381Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:31.381Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nFVmss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:54:31.381Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:31.381Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nFVmss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:54:31.381Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:31.381Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nFVmss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:54:31.382Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:31.382Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nFVmss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:54:31.382Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T00:54:31.382Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nFVmss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T00:54:31.382Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_nFVmss 
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-01-24T00:54:31.504Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nFVmss dcec07fd-230c-43ec-b289-a1d966b1ff50 1 ASDC deployResourceStructure
2023-01-24T00:54:31.505Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json ASDC sendASDCNotification
2023-01-24T00:54:31.505Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json
2023-01-24T00:54:31.505Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T00:54:31.505Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:54:31.505Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:54:31.505Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521671505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:54:32.506Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-24T00:54:32.507Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.yaml
2023-01-24T00:54:32.507Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T00:54:32.507Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:54:32.507Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:54:32.507Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521672506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:54:33.509Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-24T00:54:33.509Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env
2023-01-24T00:54:33.509Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T00:54:33.510Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:54:33.510Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:54:33.510Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521673509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:54:34.511Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar ASDC sendASDCNotification
2023-01-24T00:54:34.511Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar
2023-01-24T00:54:34.511Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T00:54:34.511Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:54:34.512Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:54:34.512Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521674511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:54:35.513Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 361a3c6c-60bd-4f39-8149-80dc0d208471
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T00:54:35.534Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 361a3c6c-60bd-4f39-8149-80dc0d208471
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T00:54:35.543Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T00:54:35.543Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T00:54:35.544Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T00:54:35.544Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T00:54:35.544Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T00:54:35.544Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T00:54:35.544Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T00:54:35.544Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T00:54:35.545Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T00:54:35.555Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T00:55:05.556Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 361a3c6c-60bd-4f39-8149-80dc0d208471 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-24T00:55:05.564Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 361a3c6c-60bd-4f39-8149-80dc0d208471 and serviceModelVersionId: 49d6a2bd-d2d3-4112-961b-fd0799d99104
2023-01-24T00:55:05.564Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 842ad472-cdb4-4bfa-aab9-fc638d484d22
2023-01-24T00:55:05.565Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/842ad472-cdb4-4bfa-aab9-fc638d484d22/model-vers/model-ver/49d6a2bd-d2d3-4112-961b-fd0799d99104?depth=0
2023-01-24T00:55:05.571Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T00:55:05.628Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/842ad472-cdb4-4bfa-aab9-fc638d484d22/model-vers/model-ver/49d6a2bd-d2d3-4112-961b-fd0799d99104?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-01-24T00:55:05.629Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/842ad472-cdb4-4bfa-aab9-fc638d484d22/model-vers/model-ver/49d6a2bd-d2d3-4112-961b-fd0799d99104?depth=0|INFO|500||Invoke
2023-01-24T00:55:05.637Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/842ad472-cdb4-4bfa-aab9-fc638d484d22/model-vers/model-ver/49d6a2bd-d2d3-4112-961b-fd0799d99104?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-24T00:55:05.754Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/842ad472-cdb4-4bfa-aab9-fc638d484d22/model-vers/model-ver/49d6a2bd-d2d3-4112-961b-fd0799d99104?depth=0|INFO|500||InvokeReturn
2023-01-24T00:55:05.755Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/842ad472-cdb4-4bfa-aab9-fc638d484d22/model-vers/model-ver/49d6a2bd-d2d3-4112-961b-fd0799d99104?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 00:55:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[101], vertex-id=[217120], x-aai-txid=[0-aai-resources-230124-00:55:04:985-42884], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T00:55:05.755Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-01-24T00:55:05.755Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T00:55:05.756Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T00:55:05.764Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T00:55:05.764Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 361a3c6c-60bd-4f39-8149-80dc0d208471 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T00:55:05.764Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T00:55:05.764Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-24T00:55:05.765Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T00:55:05.765Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521705764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-24T00:55:06.782Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:55:18.434Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:55:18.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:55:18.436Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521658514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:55:18.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:56:06.782Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:56:18.434Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:56:18.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:56:18.437Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521658514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T00:56:18.438Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:56:18.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:56:18.438Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521658514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-24T00:56:18.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:56:18.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:56:18.439Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521658514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:56:18.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:56:18.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:56:18.440Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521658514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-24T00:56:18.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:56:18.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:56:18.440Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521658514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T00:56:18.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:56:18.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:56:18.441Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521658514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T00:56:18.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:56:18.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:56:18.441Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521665650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T00:56:18.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:56:18.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:56:18.441Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521668217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T00:56:18.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:56:18.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:56:18.442Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521669285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T00:56:18.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:56:18.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:56:18.442Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521670343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T00:56:18.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:56:18.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:56:18.443Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521671505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/basic_onboard_nfvmss0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T00:56:18.443Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:56:18.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:56:18.443Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521672506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-01-24T00:56:18.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:56:18.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:56:18.444Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521673509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/resourceInstances/basic_onboard_nfvmss0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-01-24T00:56:18.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:56:18.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:56:18.444Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521674511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvmss/1.0/artifacts/service-BasicOnboardNfvmss-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T00:56:18.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:56:18.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T00:56:18.446Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "361a3c6c-60bd-4f39-8149-80dc0d208471",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674521705764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T00:56:18.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T00:57:06.784Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:57:18.434Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:58:06.786Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:58:18.436Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T00:59:06.786Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T00:59:18.437Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:00:06.787Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:00:18.437Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:01:06.789Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:01:18.438Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:02:06.789Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:02:18.439Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:03:06.790Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:03:18.440Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:04:06.794Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:04:18.442Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:04:20.294Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Node 2 disconnected.
2023-01-24T01:05:06.796Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:05:18.443Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:06:06.797Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:06:18.444Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:07:06.799Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:07:18.445Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:08:06.801Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:08:18.447Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:09:06.805Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:09:18.447Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:10:06.806Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:10:18.449Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:11:06.808Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:11:18.451Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:12:06.809Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:12:18.453Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:13:06.810Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:13:18.453Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:13:28.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T01:13:28.914Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"59f6474b-2204-40e6-94f5-da1489a8c42a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"97058300-966b-4bf9-8cb5-6a82bebc3149","serviceDescription":"service","serviceInvariantUUID":"2b29b961-ba3c-4a80-a8ba-485f8d08dae6","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ecab3c53-6a7a-4f1c-a65f-32d0b8408f15","resourceInvariantUUID":"35e2f987-de66-4ab7-8504-86e81377b38a","resourceCustomizationUUID":"091cbe72-cfff-4977-8cd4-d5ff0cfb6ac9","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":"OGY5ZGU4YjU3MDJmYjQ5Y2ZlNGUxMjE1MTM4NTc1Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c7452ab7-8ad0-4f07-bccc-c80bdc6ca8d8","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODJlODAyYjhjODkwZGE5YjhlZWI2MDI0OTAwNGM3M2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe6df0cf-de6f-4cbd-83bb-242e4c4805ea","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T01:13:28.921Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:13:28.922Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:13:28.922Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:13:28.922Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522786810,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:13:28.927Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to rwZhJyC4TC2g5CrQ9nFjEg
2023-01-24T01:13:28.928Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to rwZhJyC4TC2g5CrQ9nFjEg
2023-01-24T01:13:28.928Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to rwZhJyC4TC2g5CrQ9nFjEg
2023-01-24T01:13:28.928Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to rwZhJyC4TC2g5CrQ9nFjEg
2023-01-24T01:13:28.929Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to rwZhJyC4TC2g5CrQ9nFjEg
2023-01-24T01:13:28.929Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to rwZhJyC4TC2g5CrQ9nFjEg
2023-01-24T01:13:28.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:13:28.938Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522787061,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:13:28.939Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:13:29.931Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:13:29.932Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:13:29.932Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:13:29.932Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522786810,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:13:30.933Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "97058300-966b-4bf9-8cb5-6a82bebc3149",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2b29b961-ba3c-4a80-a8ba-485f8d08dae6",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "091cbe72-cfff-4977-8cd4-d5ff0cfb6ac9",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "ecab3c53-6a7a-4f1c-a65f-32d0b8408f15",
      "resourceInvariantUUID": "35e2f987-de66-4ab7-8504-86e81377b38a",
      "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": "ODJlODAyYjhjODkwZGE5YjhlZWI2MDI0OTAwNGM3M2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fe6df0cf-de6f-4cbd-83bb-242e4c4805ea"
    }
  ],
  "workloadContext": "Production"
}
2023-01-24T01:13:30.934Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T01:13:30.934Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 97058300-966b-4bf9-8cb5-6a82bebc3149 ASDC
2023-01-24T01:13:30.934Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:59f6474b-2204-40e6-94f5-da1489a8c42a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:97058300-966b-4bf9-8cb5-6a82bebc3149
ServiceInvariantUUID:2b29b961-ba3c-4a80-a8ba-485f8d08dae6
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:fe6df0cf-de6f-4cbd-83bb-242e4c4805ea
ArtifactChecksum:ODJlODAyYjhjODkwZGE5YjhlZWI2MDI0OTAwNGM3M2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:091cbe72-cfff-4977-8cd4-d5ff0cfb6ac9
ResourceInvariantUUID:35e2f987-de66-4ab7-8504-86e81377b38a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ecab3c53-6a7a-4f1c-a65f-32d0b8408f15
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-01-24T01:13:30.934Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 97058300-966b-4bf9-8cb5-6a82bebc3149 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-01-24T01:13:30.983Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T01:13:30.984Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-24T01:13:30.984Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-24T01:13:30.984Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fe6df0cf-de6f-4cbd-83bb-242e4c4805ea from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-24T01:13:30.984Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-24T01:13:30.985Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-24T01:13:31.065Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-24T01:13:31.066Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar fe6df0cf-de6f-4cbd-83bb-242e4c4805ea 57791
2023-01-24T01:13:31.067Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-24T01:13:31.067Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-24T01:13:31.067Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T01:13:31.067Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:13:31.068Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:13:31.068Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522811067,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:13:32.069Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T01:13:32.069Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-24T01:13:32.070Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: fe6df0cf-de6f-4cbd-83bb-242e4c4805ea, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T01:13:32.070Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-24T01:13:32.070Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T01:13:32.071Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T01:13:32.222Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4072760805778387848/Definitions/service-BasicNetwork-template.yml
2023-01-24T01:13:32.792Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T01:13:32.792Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-24T01:13:32.792Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T01:13:32.793Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-24T01:13:32.793Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T01:13:32.793Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T01:13:32.793Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T01:13:32.793Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T01:13:32.793Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T01:13:32.793Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T01:13:32.793Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T01:13:32.794Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T01:13:32.794Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-24T01:13:32.794Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:13:32.794Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:13:32.795Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-24T01:13:32.795Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-24T01:13:32.795Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T01:13:32.796Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:13:32.796Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:13:32.796Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-24T01:13:32.796Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-24T01:13:32.796Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T01:13:32.797Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:13:32.797Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:13:32.797Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:13:32.797Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:13:32.798Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:13:32.798Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:13:32.798Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:13:32.798Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:13:32.798Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:13:32.799Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:13:32.799Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:97058300-966b-4bf9-8cb5-6a82bebc3149
Model Version:NULL
Model InvariantUuid:2b29b961-ba3c-4a80-a8ba-485f8d08dae6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:35e2f987-de66-4ab7-8504-86e81377b38a
Model UUID:6df00a83-1099-41ed-ac59-42a93a785e9f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:091cbe72-cfff-4977-8cd4-d5ff0cfb6ac9
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-01-24T01:13:32.809Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: ecab3c53-6a7a-4f1c-a65f-32d0b8408f15
2023-01-24T01:13:32.810Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||No resources found for Service: 97058300-966b-4bf9-8cb5-6a82bebc3149
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T01:13:32.817Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||
2023-01-24T01:13:32.818Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-01-24T01:13:32.818Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 97058300-966b-4bf9-8cb5-6a82bebc3149
2023-01-24T01:13:32.819Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 97058300-966b-4bf9-8cb5-6a82bebc3149
2023-01-24T01:13:32.819Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-01-24T01:13:32.819Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T01:13:32.826Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56f83591, org.onap.sdc.toscaparser.api.parameters.Input@3b65641d, org.onap.sdc.toscaparser.api.parameters.Input@251d8d77, org.onap.sdc.toscaparser.api.parameters.Input@d4e6ddc, org.onap.sdc.toscaparser.api.parameters.Input@1a0d9559]
2023-01-24T01:13:32.827Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:13:32.827Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:13:32.828Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:13:32.828Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:13:32.828Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 97058300-966b-4bf9-8cb5-6a82bebc3149: Generic NeutronNet
2023-01-24T01:13:32.828Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:13:32.829Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:13:32.829Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:13:32.829Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-01-24T01:13:32.869Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:13:32.870Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:13:32.870Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:13:32.871Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:13:32.871Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:13:32.871Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:13:32.871Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-01-24T01:13:32.941Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-01-24T01:13:32.942Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-24T01:13:32.942Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-24T01:13:32.942Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T01:13:32.942Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:13:32.943Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:13:32.943Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522812942,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:13:33.944Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59f6474b-2204-40e6-94f5-da1489a8c42a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:13:33.968Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59f6474b-2204-40e6-94f5-da1489a8c42a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:13:33.971Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T01:13:33.971Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T01:13:33.971Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T01:14:03.971Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59f6474b-2204-40e6-94f5-da1489a8c42a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:14:03.987Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59f6474b-2204-40e6-94f5-da1489a8c42a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:14:03.991Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T01:14:03.991Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T01:14:03.991Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T01:14:18.434Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:14:18.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:14:18.436Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522807842,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:14:18.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:14:33.992Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59f6474b-2204-40e6-94f5-da1489a8c42a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:14:34.008Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59f6474b-2204-40e6-94f5-da1489a8c42a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:14:34.011Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T01:14:34.012Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T01:14:34.012Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T01:15:04.012Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59f6474b-2204-40e6-94f5-da1489a8c42a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:15:04.033Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59f6474b-2204-40e6-94f5-da1489a8c42a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:15:04.036Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T01:15:04.037Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T01:15:04.037Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T01:15:18.434Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:15:18.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:15:18.437Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522791498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:15:18.438Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:15:18.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:15:18.438Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522786810,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:15:18.438Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:15:18.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:15:18.438Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522787061,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:15:18.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:15:18.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:15:18.439Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522807842,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:15:18.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:15:18.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:15:18.439Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522786810,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:15:18.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:15:18.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:15:18.440Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522791498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:15:18.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:15:18.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:15:18.440Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522811067,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:15:18.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:15:18.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:15:18.440Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522810093,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:15:18.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:15:18.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:15:18.441Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522810100,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:15:18.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:15:18.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:15:18.441Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522812942,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T01:15:18.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:15:18.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:15:18.441Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522812891,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:15:18.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:15:18.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:15:18.442Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522813876,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T01:15:18.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:15:18.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:15:18.442Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522812891,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:15:18.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:15:18.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:15:18.442Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522814882,
  "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-01-24T01:15:18.463Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 59f6474b-2204-40e6-94f5-da1489a8c42a
2023-01-24T01:15:18.463Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59f6474b-2204-40e6-94f5-da1489a8c42a 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-01-24T01:15:18.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:15:18.478Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522815673,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:15:18.479Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:15:18.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:15:18.479Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522817353,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T01:15:18.479Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:15:18.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:15:18.479Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522818357,
  "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-01-24T01:15:18.486Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 59f6474b-2204-40e6-94f5-da1489a8c42a
2023-01-24T01:15:18.487Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59f6474b-2204-40e6-94f5-da1489a8c42a 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-01-24T01:15:34.037Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59f6474b-2204-40e6-94f5-da1489a8c42a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:15:34.058Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59f6474b-2204-40e6-94f5-da1489a8c42a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:15:34.066Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T01:15:34.066Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T01:15:34.066Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T01:15:34.066Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T01:15:34.066Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T01:15:34.066Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T01:15:34.067Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T01:15:34.067Z|59f6474b-2204-40e6-94f5-da1489a8c42a|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-01-24T01:15:34.074Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T01:16:04.074Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 59f6474b-2204-40e6-94f5-da1489a8c42a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-24T01:16:04.083Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 59f6474b-2204-40e6-94f5-da1489a8c42a and serviceModelVersionId: 97058300-966b-4bf9-8cb5-6a82bebc3149
2023-01-24T01:16:04.083Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b29b961-ba3c-4a80-a8ba-485f8d08dae6
2023-01-24T01:16:04.084Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b29b961-ba3c-4a80-a8ba-485f8d08dae6/model-vers/model-ver/97058300-966b-4bf9-8cb5-6a82bebc3149?depth=0
2023-01-24T01:16:04.090Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T01:16:04.148Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b29b961-ba3c-4a80-a8ba-485f8d08dae6/model-vers/model-ver/97058300-966b-4bf9-8cb5-6a82bebc3149?depth=0|INFO|500||Invoke
2023-01-24T01:16:04.149Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b29b961-ba3c-4a80-a8ba-485f8d08dae6/model-vers/model-ver/97058300-966b-4bf9-8cb5-6a82bebc3149?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b29b961-ba3c-4a80-a8ba-485f8d08dae6/model-vers/model-ver/97058300-966b-4bf9-8cb5-6a82bebc3149?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[59f6474b-2204-40e6-94f5-da1489a8c42a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a47b31d7-686d-4863-a08a-ac237cff7a75], X-ECOMP-RequestID=[59f6474b-2204-40e6-94f5-da1489a8c42a], X-TransactionId=[], X-ONAP-RequestID=[59f6474b-2204-40e6-94f5-da1489a8c42a], Content-Type=[application/merge-patch+json]}
2023-01-24T01:16:04.155Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b29b961-ba3c-4a80-a8ba-485f8d08dae6/model-vers/model-ver/97058300-966b-4bf9-8cb5-6a82bebc3149?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-24T01:16:04.259Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b29b961-ba3c-4a80-a8ba-485f8d08dae6/model-vers/model-ver/97058300-966b-4bf9-8cb5-6a82bebc3149?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/2b29b961-ba3c-4a80-a8ba-485f8d08dae6/model-vers/model-ver/97058300-966b-4bf9-8cb5-6a82bebc3149?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 01:16:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[100], vertex-id=[532720], x-aai-txid=[2-aai-resources-230124-01:16:03:450-98925], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T01:16:04.259Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b29b961-ba3c-4a80-a8ba-485f8d08dae6/model-vers/model-ver/97058300-966b-4bf9-8cb5-6a82bebc3149?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-24T01:16:04.260Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b29b961-ba3c-4a80-a8ba-485f8d08dae6/model-vers/model-ver/97058300-966b-4bf9-8cb5-6a82bebc3149?depth=0|INFO|500||InvokeReturn
2023-01-24T01:16:04.261Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T01:16:04.261Z|59f6474b-2204-40e6-94f5-da1489a8c42a|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-01-24T01:16:04.266Z|59f6474b-2204-40e6-94f5-da1489a8c42a|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-01-24T01:16:04.267Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 59f6474b-2204-40e6-94f5-da1489a8c42a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T01:16:04.267Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T01:16:04.267Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:16:04.267Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:16:04.267Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522964267,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-24T01:16:05.284Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:16:05.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-24T01:16:05.290Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"59d65dab-989c-462c-a6fe-d8bf3f3d9315","serviceName":"Demo_pNF_mAnDaYOfdFu75WiQReYP","serviceVersion":"1.0","serviceUUID":"089d439b-6da2-4b14-ab5d-a6a7cc8c8313","serviceDescription":"catalog service description","serviceInvariantUUID":"9f5fb3b7-eaaa-4e99-b843-bfb380f86037","resources":[{"resourceInstanceName":"pNF 6ab0d5b1-8447 0","resourceName":"pNF 6ab0d5b1-8447","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9fd5edb7-5fd1-4622-ac87-2c93d5cf474f","resourceInvariantUUID":"0354bc82-10b3-4c4c-a0ac-efb3b43cbf3f","resourceCustomizationUUID":"59744149-bf1f-484d-baaa-6eca3a2eb90a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/vf-license-model.xml","artifactChecksum":"MmRkZmIxYjI4NmRiMGNhYjM3ZWVjMWNhZTY3NWUzOTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b2b37ade-d2ad-4c41-ab57-dcda2b839195","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/pNF.csar","artifactChecksum":"MzA5Y2IwZGJjMWEzZWFkZTQ3MmFkZDg2NmQwZTYyZWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"34fadd19-9f17-4a1f-8434-c3dbfa461253","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"20c8c148-75d4-4df0-8ab6-2826dbf0fac0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/vendor-license-model.xml","artifactChecksum":"MmZmZjgwZDdlMmI3MGRiMjYxZWQzMDFiZjY5YTU0NGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e18691b-b208-4192-b339-9c5eaeb81e64","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3d406a25-fd19-47d8-9151-c3b1f50d7a01","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"68971092-7c86-477f-8808-1b07f579c41e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMandayofdfu75wiqreyp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-template.yml","artifactChecksum":"ODJjYzdlMzQ5NzFjY2ExOGNmMjI0ODMyNDQ3YjA4ZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f89dcc9-a5ae-41e2-a9f1-4a7edb2311a4","artifactVersion":"1"},{"artifactName":"service-DemoPnfMandayofdfu75wiqreyp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar","artifactChecksum":"MjNmYTczMTgwM2FkZmUzOGZmMjYzMTRmZTY0YWYxOWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11d9c65e-1a23-49ca-a29b-1711def6ed9e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T01:16:05.293Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:16:05.293Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:16:05.293Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:16:05.293Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:16:06.294Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:16:06.294Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:16:06.295Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:16:06.295Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:16:07.295Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:16:07.296Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:16:07.296Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:16:07.296Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:16:08.297Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:16:08.297Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:16:08.298Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:16:08.298Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:16:09.298Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:16:09.299Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:16:09.299Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:16:09.299Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:16:10.300Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:16:10.301Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:16:10.301Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:16:10.301Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:16:11.302Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:16:11.303Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:16:11.303Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:16:11.303Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:16:12.304Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:16:12.305Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:16:12.305Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:16:12.305Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:16:13.306Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "serviceName": "Demo_pNF_mAnDaYOfdFu75WiQReYP",
  "serviceVersion": "1.0",
  "serviceUUID": "089d439b-6da2-4b14-ab5d-a6a7cc8c8313",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9f5fb3b7-eaaa-4e99-b843-bfb380f86037",
  "resources": [
    {
      "resourceInstanceName": "pNF 6ab0d5b1-8447 0",
      "resourceCustomizationUUID": "59744149-bf1f-484d-baaa-6eca3a2eb90a",
      "resourceName": "pNF 6ab0d5b1-8447",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9fd5edb7-5fd1-4622-ac87-2c93d5cf474f",
      "resourceInvariantUUID": "0354bc82-10b3-4c4c-a0ac-efb3b43cbf3f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMandayofdfu75wiqreyp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar",
      "artifactChecksum": "MjNmYTczMTgwM2FkZmUzOGZmMjYzMTRmZTY0YWYxOWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11d9c65e-1a23-49ca-a29b-1711def6ed9e"
    }
  ],
  "workloadContext": "Production"
}
2023-01-24T01:16:13.307Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T01:16:13.307Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 089d439b-6da2-4b14-ab5d-a6a7cc8c8313 ASDC
2023-01-24T01:16:13.308Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:59d65dab-989c-462c-a6fe-d8bf3f3d9315
ServiceName:Demo_pNF_mAnDaYOfdFu75WiQReYP
ServiceVersion:1.0
ServiceUUID:089d439b-6da2-4b14-ab5d-a6a7cc8c8313
ServiceInvariantUUID:9f5fb3b7-eaaa-4e99-b843-bfb380f86037
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMandayofdfu75wiqreyp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar
ArtifactUUID:11d9c65e-1a23-49ca-a29b-1711def6ed9e
ArtifactChecksum:MjNmYTczMTgwM2FkZmUzOGZmMjYzMTRmZTY0YWYxOWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6ab0d5b1-8447 0
ResourceCustomizationUUID:59744149-bf1f-484d-baaa-6eca3a2eb90a
ResourceInvariantUUID:0354bc82-10b3-4c4c-a0ac-efb3b43cbf3f
ResourceName:pNF 6ab0d5b1-8447
ResourceType:PNF
ResourceUUID:9fd5edb7-5fd1-4622-ac87-2c93d5cf474f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-24T01:16:13.308Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 089d439b-6da2-4b14-ab5d-a6a7cc8c8313 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-01-24T01:16:13.370Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T01:16:13.372Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-24T01:16:13.373Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-24T01:16:13.374Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 11d9c65e-1a23-49ca-a29b-1711def6ed9e from URL: /sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar
2023-01-24T01:16:13.374Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-24T01:16:13.375Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar
2023-01-24T01:16:13.444Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-24T01:16:13.445Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar 11d9c65e-1a23-49ca-a29b-1711def6ed9e 88022
2023-01-24T01:16:13.446Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar ASDC sendASDCNotification
2023-01-24T01:16:13.446Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar
2023-01-24T01:16:13.446Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T01:16:13.446Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:16:13.446Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:16:13.446Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522973446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:16:14.447Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T01:16:14.448Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-24T01:16:14.448Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 11d9c65e-1a23-49ca-a29b-1711def6ed9e, URL: /sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar to file: /app/ASDC/1/service-DemoPnfMandayofdfu75wiqreyp-csar.csar
2023-01-24T01:16:14.449Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMandayofdfu75wiqreyp-csar.csar
2023-01-24T01:16:14.450Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMandayofdfu75wiqreyp-csar.csar
2023-01-24T01:16:14.450Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMandayofdfu75wiqreyp-csar.csar
2023-01-24T01:16:14.565Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11719322592813114487/Definitions/service-DemoPnfMandayofdfu75wiqreyp-template.yml
2023-01-24T01:16:15.398Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T01:16:15.399Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-24T01:16:15.399Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMandayofdfu75wiqreyp-csar.csar
2023-01-24T01:16:15.399Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-24T01:16:15.399Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMandayofdfu75wiqreyp-csar.csar
2023-01-24T01:16:15.399Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6ab0d5b1-8447 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-DemoPnfMandayofdfu75wiqreyp-csar.csar
2023-01-24T01:16:15.399Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMandayofdfu75wiqreyp-csar.csar
2023-01-24T01:16:15.399Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMandayofdfu75wiqreyp-csar.csar
2023-01-24T01:16:15.400Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMandayofdfu75wiqreyp-csar.csar
2023-01-24T01:16:15.400Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMandayofdfu75wiqreyp-csar.csar
2023-01-24T01:16:15.400Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMandayofdfu75wiqreyp-csar.csar
2023-01-24T01:16:15.400Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-24T01:16:15.400Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:16:15.400Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_mAnDaYOfdFu75WiQReYP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:16:15.401Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Node template pNF 6ab0d5b1-8447 0 is matching search criteria
2023-01-24T01:16:15.401Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-24T01:16:15.401Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6ab0d5b1-8447 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T01:16:15.401Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:16:15.401Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_mAnDaYOfdFu75WiQReYP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:16:15.401Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Node template pNF 6ab0d5b1-8447 0 is matching search criteria
2023-01-24T01:16:15.402Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-24T01:16:15.402Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6ab0d5b1-8447 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T01:16:15.402Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:16:15.402Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_mAnDaYOfdFu75WiQReYP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:16:15.403Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:16:15.403Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_mAnDaYOfdFu75WiQReYP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:16:15.403Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:16:15.403Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_mAnDaYOfdFu75WiQReYP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:16:15.403Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:16:15.403Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_mAnDaYOfdFu75WiQReYP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:16:15.404Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:16:15.404Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_mAnDaYOfdFu75WiQReYP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:16:15.404Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_mAnDaYOfdFu75WiQReYP
Description:catalog service description
Model UUID:089d439b-6da2-4b14-ab5d-a6a7cc8c8313
Model Version:NULL
Model InvariantUuid:9f5fb3b7-eaaa-4e99-b843-bfb380f86037
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-01-24T01:16:15.415Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9fd5edb7-5fd1-4622-ac87-2c93d5cf474f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T01:16:15.418Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||pNF 6ab0d5b1-8447 0
2023-01-24T01:16:15.419Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9fd5edb7-5fd1-4622-ac87-2c93d5cf474f
2023-01-24T01:16:15.419Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 089d439b-6da2-4b14-ab5d-a6a7cc8c8313
2023-01-24T01:16:15.419Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 089d439b-6da2-4b14-ab5d-a6a7cc8c8313
2023-01-24T01:16:15.419Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6ab0d5b1-8447 0 9fd5edb7-5fd1-4622-ac87-2c93d5cf474f 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-01-24T01:16:15.425Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f12d50c, org.onap.sdc.toscaparser.api.parameters.Input@67e4a459, org.onap.sdc.toscaparser.api.parameters.Input@38fc7c47, org.onap.sdc.toscaparser.api.parameters.Input@41d9ac07, org.onap.sdc.toscaparser.api.parameters.Input@78daab85]
2023-01-24T01:16:15.426Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:16:15.426Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_mAnDaYOfdFu75WiQReYP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:16:15.426Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 089d439b-6da2-4b14-ab5d-a6a7cc8c8313: pNF 6ab0d5b1-8447
2023-01-24T01:16:15.426Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||Processing PNF resource: 9fd5edb7-5fd1-4622-ac87-2c93d5cf474f
2023-01-24T01:16:15.426Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:16:15.427Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_mAnDaYOfdFu75WiQReYP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:16:15.427Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||Resource customization UUID: 59744149-bf1f-484d-baaa-6eca3a2eb90a is the same as notified resource customizationUUID: 59744149-bf1f-484d-baaa-6eca3a2eb90a
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-01-24T01:16:15.482Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6ab0d5b1-8447 9fd5edb7-5fd1-4622-ac87-2c93d5cf474f 0 ASDC deployResourceStructure
2023-01-24T01:16:15.483Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar ASDC sendASDCNotification
2023-01-24T01:16:15.483Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar
2023-01-24T01:16:15.483Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T01:16:15.484Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:16:15.484Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:16:15.484Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522975483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:16:16.485Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59d65dab-989c-462c-a6fe-d8bf3f3d9315
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:16:16.500Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59d65dab-989c-462c-a6fe-d8bf3f3d9315
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:16:16.502Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T01:16:16.502Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T01:16:16.503Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T01:16:18.434Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:16:18.440Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.440Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522840212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.441Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.441Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.441Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522811099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.441Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.441Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.441Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522840212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.442Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.442Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.442Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522811099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.442Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.442Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.442Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522840212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.442Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.442Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.442Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522811099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.442Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.443Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.443Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522840212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.443Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.443Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.443Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522811099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.443Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.443Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.443Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522840212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.443Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.443Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.444Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522811099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.444Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.444Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.444Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522867842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.444Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.444Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.444Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522840212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.444Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.444Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.444Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522811099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.445Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.445Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.445Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522867842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.445Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.445Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.445Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522840212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.445Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.445Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.446Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522811099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.446Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.446Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.446Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522867842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.446Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.446Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.446Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522840212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:16:18.446Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.447Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.447Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522811099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:16:18.447Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.447Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.447Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522867842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.447Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.448Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.448Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522871146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:16:18.448Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.448Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.448Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522867842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.448Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.448Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.448Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522867842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.449Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.449Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.449Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522872891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.449Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.449Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.449Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522867842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.449Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.449Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.449Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522872891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.449Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.450Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.450Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522867842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:16:18.450Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.450Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.450Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522872891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.450Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.450Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.450Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522872891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.450Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.450Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.450Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522875949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:16:18.451Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.451Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.451Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522872891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.451Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.451Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.451Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522872891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.451Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.451Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.451Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522872891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.451Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.451Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.452Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522872891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:16:18.453Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.453Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.453Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522880742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T01:16:18.453Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.453Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.453Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522881635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:16:18.453Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.453Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.453Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522881744,
  "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-01-24T01:16:18.470Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 59d65dab-989c-462c-a6fe-d8bf3f3d9315
2023-01-24T01:16:18.471Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59d65dab-989c-462c-a6fe-d8bf3f3d9315 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-01-24T01:16:18.481Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.482Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522883580,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T01:16:18.482Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.482Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.482Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522884583,
  "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-01-24T01:16:18.489Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 59d65dab-989c-462c-a6fe-d8bf3f3d9315
2023-01-24T01:16:18.489Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59d65dab-989c-462c-a6fe-d8bf3f3d9315 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-01-24T01:16:18.500Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.500Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522871327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.500Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.500Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.500Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522872150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.500Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.500Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.500Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522872150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.501Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.501Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.501Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522871327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-24T01:16:18.501Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.501Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.501Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522872150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.501Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.501Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.501Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522871327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-24T01:16:18.502Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.502Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.502Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522872150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.502Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.502Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.502Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522871327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T01:16:18.502Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.502Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.502Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522872150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.502Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.503Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.503Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522871327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-24T01:16:18.503Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.503Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.503Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522872150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.503Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.503Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.503Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522871327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.503Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.504Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.504Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522872150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.504Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.504Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.504Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522871327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-24T01:16:18.504Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.504Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.504Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522872150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.504Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.504Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.504Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522871327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.505Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.505Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.505Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522872150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:16:18.505Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.505Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.505Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522871327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:16:18.505Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.505Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.505Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522894994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:16:18.506Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.506Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.506Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522894761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:16:18.506Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.506Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.506Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522896065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:16:18.506Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.506Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.506Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522897117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:16:18.506Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.506Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.507Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522897842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.507Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.507Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.507Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522898172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:16:18.508Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.508Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.508Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522897842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.508Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.508Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.508Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522899238,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T01:16:18.525Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84b5a47c-21e7-4508-8eae-ddb34d724f97
2023-01-24T01:16:18.526Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84b5a47c-21e7-4508-8eae-ddb34d724f97 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-01-24T01:16:18.536Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.537Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522897842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.537Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.537Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.537Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522900240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T01:16:18.537Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.537Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.537Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522897842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.538Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.538Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.538Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522895765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.538Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.538Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.538Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522901243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.538Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.539Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.539Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522897842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.539Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.539Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.539Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522895765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.539Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.539Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.539Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522901243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T01:16:18.539Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.540Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.540Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522897842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.540Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.540Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.540Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522902891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.540Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.540Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.540Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522895765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.540Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.540Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.540Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522901243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-24T01:16:18.541Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.541Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.541Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522897842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.541Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.541Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.541Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522902891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.541Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.541Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.541Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522895765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.541Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.542Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.542Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522901243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.542Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.542Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.542Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522897842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.542Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.542Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.542Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522895765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.542Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.542Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.542Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522902891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.543Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.543Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.543Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522901243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-24T01:16:18.543Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.543Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.543Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522897842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:16:18.543Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.543Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.544Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522895765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.544Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.544Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.544Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522902891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.544Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.544Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.544Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522901243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.544Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.544Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.544Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522906916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:16:18.544Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.545Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.545Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522895765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:16:18.545Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.545Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.545Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522902891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.545Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.545Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.545Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522901243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:16:18.545Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.546Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.546Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522902891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.546Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.546Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.546Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674522908051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:16:18.546Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.546Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.546Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522908311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:16:18.546Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.546Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.546Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522902891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.547Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.547Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.547Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522909399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:16:18.547Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.547Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.547Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522902891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.547Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.547Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.547Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522910463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:16:18.547Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.548Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.548Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522902891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:16:18.548Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.548Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.548Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522911503,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T01:16:18.565Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec9984ee-d62f-4409-9229-f1ea8c52df79
2023-01-24T01:16:18.565Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec9984ee-d62f-4409-9229-f1ea8c52df79 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-01-24T01:16:18.578Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.578Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522912639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:16:18.579Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.579Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.579Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674522912507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T01:16:18.579Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.579Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.579Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522913317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T01:16:18.579Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.579Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.580Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522914903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T01:16:18.580Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.580Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.580Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522914320,
  "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-01-24T01:16:18.587Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 84b5a47c-21e7-4508-8eae-ddb34d724f97
2023-01-24T01:16:18.587Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84b5a47c-21e7-4508-8eae-ddb34d724f97 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-01-24T01:16:18.598Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.598Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522915907,
  "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-01-24T01:16:18.605Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 84b5a47c-21e7-4508-8eae-ddb34d724f97
2023-01-24T01:16:18.605Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84b5a47c-21e7-4508-8eae-ddb34d724f97 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-01-24T01:16:18.627Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.627Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522902891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.627Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:18.627Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:16:18.628Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522902891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:16:18.628Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:16:46.503Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59d65dab-989c-462c-a6fe-d8bf3f3d9315
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:16:46.518Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59d65dab-989c-462c-a6fe-d8bf3f3d9315
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:16:46.522Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T01:16:46.522Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T01:16:46.522Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T01:16:46.523Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T01:16:46.523Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T01:16:46.523Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T01:16:46.523Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T01:16:46.523Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T01:16:46.529Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T01:17:16.530Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 59d65dab-989c-462c-a6fe-d8bf3f3d9315 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-24T01:17:16.544Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 59d65dab-989c-462c-a6fe-d8bf3f3d9315 and serviceModelVersionId: 089d439b-6da2-4b14-ab5d-a6a7cc8c8313
2023-01-24T01:17:16.545Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9f5fb3b7-eaaa-4e99-b843-bfb380f86037
2023-01-24T01:17:16.546Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9f5fb3b7-eaaa-4e99-b843-bfb380f86037/model-vers/model-ver/089d439b-6da2-4b14-ab5d-a6a7cc8c8313?depth=0
2023-01-24T01:17:16.552Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T01:17:16.604Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9f5fb3b7-eaaa-4e99-b843-bfb380f86037/model-vers/model-ver/089d439b-6da2-4b14-ab5d-a6a7cc8c8313?depth=0|INFO|500||Invoke
2023-01-24T01:17:16.604Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9f5fb3b7-eaaa-4e99-b843-bfb380f86037/model-vers/model-ver/089d439b-6da2-4b14-ab5d-a6a7cc8c8313?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9f5fb3b7-eaaa-4e99-b843-bfb380f86037/model-vers/model-ver/089d439b-6da2-4b14-ab5d-a6a7cc8c8313?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[59d65dab-989c-462c-a6fe-d8bf3f3d9315], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4809e145-d4b8-4ecc-bdd3-97935ed93407], X-ECOMP-RequestID=[59d65dab-989c-462c-a6fe-d8bf3f3d9315], X-TransactionId=[], X-ONAP-RequestID=[59d65dab-989c-462c-a6fe-d8bf3f3d9315], Content-Type=[application/merge-patch+json]}
2023-01-24T01:17:16.610Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9f5fb3b7-eaaa-4e99-b843-bfb380f86037/model-vers/model-ver/089d439b-6da2-4b14-ab5d-a6a7cc8c8313?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-24T01:17:16.710Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9f5fb3b7-eaaa-4e99-b843-bfb380f86037/model-vers/model-ver/089d439b-6da2-4b14-ab5d-a6a7cc8c8313?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/9f5fb3b7-eaaa-4e99-b843-bfb380f86037/model-vers/model-ver/089d439b-6da2-4b14-ab5d-a6a7cc8c8313?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 01:17:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[96], vertex-id=[225312], x-aai-txid=[0-aai-resources-230124-01:17:15:902-33688], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T01:17:16.711Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9f5fb3b7-eaaa-4e99-b843-bfb380f86037/model-vers/model-ver/089d439b-6da2-4b14-ab5d-a6a7cc8c8313?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-24T01:17:16.712Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9f5fb3b7-eaaa-4e99-b843-bfb380f86037/model-vers/model-ver/089d439b-6da2-4b14-ab5d-a6a7cc8c8313?depth=0|INFO|500||InvokeReturn
2023-01-24T01:17:16.713Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T01:17:16.713Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T01:17:16.719Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T01:17:16.720Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 59d65dab-989c-462c-a6fe-d8bf3f3d9315 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T01:17:16.720Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T01:17:16.721Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:16.721Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:16.721Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523036720,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-24T01:17:17.741Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-24T01:17:17.741Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"84b5a47c-21e7-4508-8eae-ddb34d724f97","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"5540786a-c85b-476e-9e5a-af9a6c03e125","serviceDescription":"service","serviceInvariantUUID":"f02e94a8-522a-488e-8f49-dfbbc4ee8377","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6c4d0a71-5574-47c3-9cb6-22f291e8a1b2","resourceInvariantUUID":"dfac5a14-8fe9-4543-ba9d-7054474f4a57","resourceCustomizationUUID":"ba545d83-0e66-419d-b169-271311070959","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZDIzNjYxMGNiNjQ5ZWMyYzg3OTg4NGY0OGQxNzRmOGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2758ae16-e0d5-44e4-9495-3e755c6d2896","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6290d3c0-0947-40b8-9531-824735add9ee","artifactVersion":"2","generatedFromUUID":"8c661d07-1aa1-45b0-9cb2-dc912aea7880"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8c661d07-1aa1-45b0-9cb2-dc912aea7880","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ZTllMWI4NjQ5NDVhOGQ5YTA2MWFhMzZiMjZiZjE3Njg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b06d525b-141b-41bd-9d5e-cd0a28b02c37","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"eae1876e-a746-4a6f-85bf-e705875c1d20","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2acaa0eb-2f8e-4ee8-b011-12f71fcde32d","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0d0479e6-b72e-46f2-ac55-03e4e2b6cf18","artifactVersion":"2","generatedFromUUID":"eae1876e-a746-4a6f-85bf-e705875c1d20"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZmQ0YjZlOThmZjYwZTg3NzdlNzMyMWUyMmMxY2IwNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bdb213ff-94cc-4bb6-82e7-b6c0cb80f585","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjQ4MTgxZWI5OWFhY2Y0NzY1ZDJhNWMwZWFhZDFhODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b40b5cbb-d35d-4644-baa4-c26e048c4eaa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T01:17:17.742Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:17:17.743Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:17.743Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:17.743Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:17:18.434Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:17:18.437Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.437Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522902891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:17:18.438Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.439Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.439Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522902891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:17:18.439Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.440Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.440Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522902891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:17:18.440Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.440Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.440Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522902891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:17:18.441Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.441Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.441Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522902891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:17:18.441Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.442Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.442Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522924030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:17:18.442Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.442Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.443Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522926331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T01:17:18.443Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.443Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.443Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674522927335,
  "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-01-24T01:17:18.460Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ec9984ee-d62f-4409-9229-f1ea8c52df79
2023-01-24T01:17:18.460Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec9984ee-d62f-4409-9229-f1ea8c52df79 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-01-24T01:17:18.479Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.479Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522927842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:17:18.480Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.480Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.480Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522927842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:17:18.481Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.481Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.481Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522927842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:17:18.482Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.482Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.482Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522927842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:17:18.483Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.483Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.483Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522927842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:17:18.484Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.484Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.484Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522927842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:17:18.484Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.485Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.485Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522927842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:17:18.486Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.487Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.487Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522934931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:17:18.487Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.488Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.488Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522941289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T01:17:18.488Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.489Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.490Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "aai-model-loader",
  "timestamp": 1674522942291,
  "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-01-24T01:17:18.517Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ec9984ee-d62f-4409-9229-f1ea8c52df79
2023-01-24T01:17:18.518Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec9984ee-d62f-4409-9229-f1ea8c52df79 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-01-24T01:17:18.530Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.531Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59f6474b-2204-40e6-94f5-da1489a8c42a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522964267,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T01:17:18.531Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.532Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.532Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:17:18.532Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.533Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.533Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:17:18.534Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.534Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.534Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:17:18.535Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.535Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.535Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:17:18.536Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.537Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.537Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:17:18.538Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.538Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.538Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/resourceInstances/pnf6ab0d5b184470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:17:18.539Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.539Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.539Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:17:18.539Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.539Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.540Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:17:18.540Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.540Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.540Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522973446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:17:18.540Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.541Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:17:18.541Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522975483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMandayofdfu75wiqreyp/1.0/artifacts/service-DemoPnfMandayofdfu75wiqreyp-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T01:17:18.541Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:17:18.744Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:17:18.745Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:18.745Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:18.745Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:17:19.746Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:17:19.746Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:19.746Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:19.747Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:17:20.747Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:17:20.748Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:20.748Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:20.748Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:17:21.749Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:17:21.750Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:21.750Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:21.750Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:17:22.751Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:17:22.751Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:22.752Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:22.752Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:17:23.752Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:17:23.753Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:23.753Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:23.754Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:17:24.755Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:17:24.755Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:24.755Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:24.755Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:17:25.756Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:17:25.757Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:25.757Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:25.757Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:17:26.759Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "5540786a-c85b-476e-9e5a-af9a6c03e125",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f02e94a8-522a-488e-8f49-dfbbc4ee8377",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "ba545d83-0e66-419d-b169-271311070959",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6c4d0a71-5574-47c3-9cb6-22f291e8a1b2",
      "resourceInvariantUUID": "dfac5a14-8fe9-4543-ba9d-7054474f4a57",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6290d3c0-0947-40b8-9531-824735add9ee",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8c661d07-1aa1-45b0-9cb2-dc912aea7880",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "ZTllMWI4NjQ5NDVhOGQ5YTA2MWFhMzZiMjZiZjE3Njg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b06d525b-141b-41bd-9d5e-cd0a28b02c37",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "eae1876e-a746-4a6f-85bf-e705875c1d20",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0d0479e6-b72e-46f2-ac55-03e4e2b6cf18",
            "generatedFromUUID": "eae1876e-a746-4a6f-85bf-e705875c1d20"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0d0479e6-b72e-46f2-ac55-03e4e2b6cf18",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZjQ4MTgxZWI5OWFhY2Y0NzY1ZDJhNWMwZWFhZDFhODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b40b5cbb-d35d-4644-baa4-c26e048c4eaa"
    }
  ],
  "workloadContext": "Production"
}
2023-01-24T01:17:26.759Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T01:17:26.759Z|59d65dab-989c-462c-a6fe-d8bf3f3d9315|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5540786a-c85b-476e-9e5a-af9a6c03e125 ASDC
2023-01-24T01:17:26.760Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:84b5a47c-21e7-4508-8eae-ddb34d724f97
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:5540786a-c85b-476e-9e5a-af9a6c03e125
ServiceInvariantUUID:f02e94a8-522a-488e-8f49-dfbbc4ee8377
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:b40b5cbb-d35d-4644-baa4-c26e048c4eaa
ArtifactChecksum:ZjQ4MTgxZWI5OWFhY2Y0NzY1ZDJhNWMwZWFhZDFhODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ba545d83-0e66-419d-b169-271311070959
ResourceInvariantUUID:dfac5a14-8fe9-4543-ba9d-7054474f4a57
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:6c4d0a71-5574-47c3-9cb6-22f291e8a1b2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:6290d3c0-0947-40b8-9531-824735add9ee
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:8c661d07-1aa1-45b0-9cb2-dc912aea7880
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:b06d525b-141b-41bd-9d5e-cd0a28b02c37
ArtifactChecksum:ZTllMWI4NjQ5NDVhOGQ5YTA2MWFhMzZiMjZiZjE3Njg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:eae1876e-a746-4a6f-85bf-e705875c1d20
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:0d0479e6-b72e-46f2-ac55-03e4e2b6cf18
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:0d0479e6-b72e-46f2-ac55-03e4e2b6cf18
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-24T01:17:26.760Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5540786a-c85b-476e-9e5a-af9a6c03e125 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-01-24T01:17:26.825Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T01:17:26.826Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-24T01:17:26.826Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-24T01:17:26.828Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b40b5cbb-d35d-4644-baa4-c26e048c4eaa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-24T01:17:26.828Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-24T01:17:26.828Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-24T01:17:26.987Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-24T01:17:26.988Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b40b5cbb-d35d-4644-baa4-c26e048c4eaa 74007
2023-01-24T01:17:26.988Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-24T01:17:26.988Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-24T01:17:26.988Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T01:17:26.989Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:26.989Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:26.991Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523046988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:17:27.992Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T01:17:27.994Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-24T01:17:27.995Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b40b5cbb-d35d-4644-baa4-c26e048c4eaa, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-24T01:17:27.995Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-01-24T01:17:27.996Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-24T01:17:27.996Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-24T01:17:28.197Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2995950469281368626/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2023-01-24T01:17:29.698Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T01:17:29.699Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-24T01:17:29.699Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-24T01:17:29.699Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-24T01:17:29.699Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-24T01:17:29.699Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2023-01-24T01:17:29.700Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-24T01:17:29.700Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-24T01:17:29.700Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-24T01:17:29.700Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:29.701Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:17:29.701Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-24T01:17:29.701Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-24T01:17:29.702Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T01:17:29.702Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:29.702Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:17:29.703Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-24T01:17:29.703Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-24T01:17:29.703Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T01:17:29.703Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:29.703Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:17:29.704Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:29.704Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-24T01:17:29.704Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-01-24T01:17:29.704Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2023-01-24T01:17:29.705Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-24T01:17:29.705Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:29.705Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T01:17:29.705Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:29.706Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-24T01:17:29.706Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T01:17:29.706Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:29.706Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-24T01:17:29.707Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T01:17:29.707Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:29.707Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-24T01:17:29.707Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T01:17:29.707Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:29.708Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-24T01:17:29.708Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-24T01:17:29.708Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bead759b-2e88-4e29-9835-3b63649654b6
2023-01-24T01:17:29.708Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:29.708Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:17:29.709Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:29.709Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:17:29.709Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:29.709Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:17:29.710Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:29.710Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:17:29.710Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:5540786a-c85b-476e-9e5a-af9a6c03e125
Model Version:NULL
Model InvariantUuid:f02e94a8-522a-488e-8f49-dfbbc4ee8377
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:f7a1a638-2534-4ff9-a086-b996361a7625
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dfac5a14-8fe9-4543-ba9d-7054474f4a57
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ba545d83-0e66-419d-b169-271311070959
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:462dcc60-c789-4f24-9457-f6d3eefdb7f5
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:639c3a6e-0067-41e0-a6f1-d35ce931484d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bead759b-2e88-4e29-9835-3b63649654b6
ModelInvariantUuid:56941372-e63c-44e7-a70d-068df37ed221
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:ad740f59-4b46-4590-a2eb-f5c1c6eb070b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:e0275f0e-78de-4918-91e5-bdda07f786ee
ModelInvariantUuid:9a3715ab-171b-4416-8e47-db0770c24fa4
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:6f67626c-8588-4a78-b683-29e1b3317893
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-01-24T01:17:29.725Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 6c4d0a71-5574-47c3-9cb6-22f291e8a1b2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T01:17:29.729Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||basic_cnf 0
2023-01-24T01:17:29.729Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6c4d0a71-5574-47c3-9cb6-22f291e8a1b2
2023-01-24T01:17:29.729Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6290d3c0-0947-40b8-9531-824735add9ee from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-24T01:17:29.730Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-24T01:17:29.730Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-24T01:17:29.789Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-24T01:17:29.790Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 6290d3c0-0947-40b8-9531-824735add9ee 12
2023-01-24T01:17:29.790Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-01-24T01:17:29.790Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-24T01:17:29.790Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T01:17:29.791Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:29.791Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:29.791Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523049790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:17:30.792Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8c661d07-1aa1-45b0-9cb2-dc912aea7880 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-24T01:17:30.792Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-24T01:17:30.793Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-24T01:17:30.839Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-24T01:17:30.840Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8c661d07-1aa1-45b0-9cb2-dc912aea7880 2688
2023-01-24T01:17:30.840Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-01-24T01:17:30.840Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-24T01:17:30.840Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T01:17:30.841Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:30.841Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:30.841Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523050840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:17:31.843Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b06d525b-141b-41bd-9d5e-cd0a28b02c37 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-24T01:17:31.844Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-24T01:17:31.844Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-24T01:17:31.892Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-24T01:17:31.893Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b06d525b-141b-41bd-9d5e-cd0a28b02c37 828
2023-01-24T01:17:31.893Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-01-24T01:17:31.893Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-24T01:17:31.893Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T01:17:31.894Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:31.894Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:31.894Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523051893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:17:32.895Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "462dcc60-c789-4f24-9457-f6d3eefdb7f5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "639c3a6e-0067-41e0-a6f1-d35ce931484d",
    "vfModuleModelCustomizationUUID": "9b09d955-726e-4b63-8f42-4dbcb187dd44",
    "isBase": true,
    "artifacts": [
      "8c661d07-1aa1-45b0-9cb2-dc912aea7880",
      "eae1876e-a746-4a6f-85bf-e705875c1d20",
      "0d0479e6-b72e-46f2-ac55-03e4e2b6cf18"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-01-24T01:17:32.902Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:639c3a6e-0067-41e0-a6f1-d35ce931484d
VfModuleModelInvariantUUID:462dcc60-c789-4f24-9457-f6d3eefdb7f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c661d07-1aa1-45b0-9cb2-dc912aea7880
,
eae1876e-a746-4a6f-85bf-e705875c1d20
,
0d0479e6-b72e-46f2-ac55-03e4e2b6cf18

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  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-01-24T01:17:32.905Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "462dcc60-c789-4f24-9457-f6d3eefdb7f5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "639c3a6e-0067-41e0-a6f1-d35ce931484d",
    "vfModuleModelCustomizationUUID": "9b09d955-726e-4b63-8f42-4dbcb187dd44",
    "isBase": true,
    "artifacts": [
      "8c661d07-1aa1-45b0-9cb2-dc912aea7880",
      "eae1876e-a746-4a6f-85bf-e705875c1d20",
      "0d0479e6-b72e-46f2-ac55-03e4e2b6cf18"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-01-24T01:17:32.905Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:639c3a6e-0067-41e0-a6f1-d35ce931484d
VfModuleModelInvariantUUID:462dcc60-c789-4f24-9457-f6d3eefdb7f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c661d07-1aa1-45b0-9cb2-dc912aea7880
,
eae1876e-a746-4a6f-85bf-e705875c1d20
,
0d0479e6-b72e-46f2-ac55-03e4e2b6cf18

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  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-01-24T01:17:32.905Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: eae1876e-a746-4a6f-85bf-e705875c1d20 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-24T01:17:32.906Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-24T01:17:32.906Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-24T01:17:32.966Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-24T01:17:32.967Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml eae1876e-a746-4a6f-85bf-e705875c1d20 1164
2023-01-24T01:17:32.967Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-01-24T01:17:32.968Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-24T01:17:32.968Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T01:17:32.968Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:32.969Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:32.969Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523052967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:17:33.970Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0d0479e6-b72e-46f2-ac55-03e4e2b6cf18 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-24T01:17:33.970Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-24T01:17:33.971Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-24T01:17:34.025Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-24T01:17:34.026Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 0d0479e6-b72e-46f2-ac55-03e4e2b6cf18 200
2023-01-24T01:17:34.026Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-01-24T01:17:34.027Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-24T01:17:34.027Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T01:17:34.028Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:34.028Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:34.028Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523054026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:17:35.030Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5540786a-c85b-476e-9e5a-af9a6c03e125
2023-01-24T01:17:35.030Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6c4d0a71-5574-47c3-9cb6-22f291e8a1b2 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 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=?
2023-01-24T01:17:35.053Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_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-01-24T01:17:35.058Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@759354f4, org.onap.sdc.toscaparser.api.parameters.Input@2c9307c6, org.onap.sdc.toscaparser.api.parameters.Input@2a77be28, org.onap.sdc.toscaparser.api.parameters.Input@3a0b05d9, org.onap.sdc.toscaparser.api.parameters.Input@55d0d298]
2023-01-24T01:17:35.060Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:35.060Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:17:35.061Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-01-24T01:17:35.061Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ba545d83-0e66-419d-b169-271311070959
2023-01-24T01:17:35.061Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ba545d83-0e66-419d-b169-271311070959 matches Tosca VF Customization UUID: ba545d83-0e66-419d-b169-271311070959
2023-01-24T01:17:35.061Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ba545d83-0e66-419d-b169-271311070959  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-01-24T01:17:35.065Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:35.065Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:17:35.065Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ba545d83-0e66-419d-b169-271311070959: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-24T01:17:35.065Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@141fd0e3
2023-01-24T01:17:35.066Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:35.066Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T01:17:35.066Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9b09d955-726e-4b63-8f42-4dbcb187dd44
2023-01-24T01:17:35.066Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9b09d955-726e-4b63-8f42-4dbcb187dd44
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-01-24T01:17:35.070Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:35.071Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-24T01:17:35.071Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T01:17:35.072Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:35.073Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-24T01:17:35.073Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T01:17:35.073Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:35.074Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-24T01:17:35.074Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-24T01:17:35.074Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bead759b-2e88-4e29-9835-3b63649654b6
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-01-24T01:17:35.077Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:35.078Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-24T01:17:35.078Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T01:17:35.078Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:35.079Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-24T01:17:35.079Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ba545d83-0e66-419d-b169-271311070959
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T01:17:35.082Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:35.082Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:17:35.086Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5540786a-c85b-476e-9e5a-af9a6c03e125: basic_cnf
2023-01-24T01:17:35.086Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:35.086Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:17:35.086Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:35.086Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:17:35.087Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:35.087Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:17:35.087Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:35.087Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:17:35.087Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:17:35.088Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:17:35.088Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf 
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: 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 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-01-24T01:17:35.177Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6c4d0a71-5574-47c3-9cb6-22f291e8a1b2 1 ASDC deployResourceStructure
2023-01-24T01:17:35.179Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-01-24T01:17:35.181Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2023-01-24T01:17:35.181Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-24T01:17:35.181Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:35.182Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:35.182Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523055178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.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-01-24T01:17:36.184Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-01-24T01:17:36.185Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2023-01-24T01:17:36.185Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-24T01:17:36.185Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:36.186Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:36.186Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523056184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.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-01-24T01:17:37.187Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-01-24T01:17:37.187Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-24T01:17:37.187Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T01:17:37.188Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:37.188Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:37.188Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523057187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:17:38.189Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-01-24T01:17:38.189Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-24T01:17:38.189Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T01:17:38.189Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:38.189Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:38.190Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523058189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:17:39.190Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-01-24T01:17:39.191Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-24T01:17:39.191Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T01:17:39.191Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:39.191Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:39.192Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523059190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:17:40.193Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-24T01:17:40.193Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-24T01:17:40.193Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T01:17:40.193Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:17:40.194Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:17:40.194Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523060193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:17:41.194Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84b5a47c-21e7-4508-8eae-ddb34d724f97
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:17:41.209Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84b5a47c-21e7-4508-8eae-ddb34d724f97
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:17:41.211Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T01:17:41.212Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T01:17:41.212Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T01:17:41.212Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T01:17:41.212Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T01:17:41.212Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T01:17:41.212Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T01:17:41.212Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T01:17:41.212Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T01:17:41.218Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T01:18:11.219Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84b5a47c-21e7-4508-8eae-ddb34d724f97 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-24T01:18:11.227Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84b5a47c-21e7-4508-8eae-ddb34d724f97 and serviceModelVersionId: 5540786a-c85b-476e-9e5a-af9a6c03e125
2023-01-24T01:18:11.228Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f02e94a8-522a-488e-8f49-dfbbc4ee8377
2023-01-24T01:18:11.228Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f02e94a8-522a-488e-8f49-dfbbc4ee8377/model-vers/model-ver/5540786a-c85b-476e-9e5a-af9a6c03e125?depth=0
2023-01-24T01:18:11.233Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T01:18:11.281Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f02e94a8-522a-488e-8f49-dfbbc4ee8377/model-vers/model-ver/5540786a-c85b-476e-9e5a-af9a6c03e125?depth=0|INFO|500||Invoke
2023-01-24T01:18:11.282Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f02e94a8-522a-488e-8f49-dfbbc4ee8377/model-vers/model-ver/5540786a-c85b-476e-9e5a-af9a6c03e125?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f02e94a8-522a-488e-8f49-dfbbc4ee8377/model-vers/model-ver/5540786a-c85b-476e-9e5a-af9a6c03e125?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[84b5a47c-21e7-4508-8eae-ddb34d724f97], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b86cdb94-d04e-442d-a5aa-b200417be938], X-ECOMP-RequestID=[84b5a47c-21e7-4508-8eae-ddb34d724f97], X-TransactionId=[], X-ONAP-RequestID=[84b5a47c-21e7-4508-8eae-ddb34d724f97], Content-Type=[application/merge-patch+json]}
2023-01-24T01:18:11.287Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f02e94a8-522a-488e-8f49-dfbbc4ee8377/model-vers/model-ver/5540786a-c85b-476e-9e5a-af9a6c03e125?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-24T01:18:11.396Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f02e94a8-522a-488e-8f49-dfbbc4ee8377/model-vers/model-ver/5540786a-c85b-476e-9e5a-af9a6c03e125?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/f02e94a8-522a-488e-8f49-dfbbc4ee8377/model-vers/model-ver/5540786a-c85b-476e-9e5a-af9a6c03e125?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 01:18:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[103], vertex-id=[213048], x-aai-txid=[2-aai-resources-230124-01:18:10:579-34776], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T01:18:11.397Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f02e94a8-522a-488e-8f49-dfbbc4ee8377/model-vers/model-ver/5540786a-c85b-476e-9e5a-af9a6c03e125?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-24T01:18:11.397Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f02e94a8-522a-488e-8f49-dfbbc4ee8377/model-vers/model-ver/5540786a-c85b-476e-9e5a-af9a6c03e125?depth=0|INFO|500||InvokeReturn
2023-01-24T01:18:11.400Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T01:18:11.400Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T01:18:11.406Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T01:18:11.407Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84b5a47c-21e7-4508-8eae-ddb34d724f97 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T01:18:11.407Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T01:18:11.407Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:18:11.408Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:18:11.408Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523091407,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-24T01:18:12.423Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-24T01:18:12.424Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ec9984ee-d62f-4409-9229-f1ea8c52df79","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7687454c-db29-45bc-8e8a-92d064f2ea35","serviceDescription":"service","serviceInvariantUUID":"69e3f314-c1be-4ae0-b73b-a08f56080ca1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"defde1dc-0c5d-4236-8691-29f9ffc5baaa","resourceInvariantUUID":"db7c22d9-65e4-45a7-838e-a37f5958c92a","resourceCustomizationUUID":"9c77f076-8398-4d06-bcb6-2070b71c9a1b","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":"ZGE4NDRkMzY1NTBmMjdkYmJkMTgxZjhlYWFlYTQ3ZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b4f903b0-3b42-4271-bc8c-1581bde8f95f","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":"ZGI2Mzc4Mzg2OTNmMDZjODVmZmJmYWY5YTYxYTI3MTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9a1232ee-7c44-49c3-bf5b-8daf5931c583","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":"32ab5ba6-1de9-4644-9752-3653896eaa77","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":"7443ebee-d4e5-45bf-b812-b30dc1acd94c","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":"68f65339-689c-4a6f-97c6-49971ed7f876","artifactVersion":"2","generatedFromUUID":"32ab5ba6-1de9-4644-9752-3653896eaa77"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Yzg3Y2M5MzAzOThiNDgyMDg5YjE4MmUxYWI0YjI4Nzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a181d55a-b45e-4e05-949e-95da5529e993","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2M4ZmE5MjQ2MWM1Yjg5NWJhMTk0YTA1M2JjMmU0OGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a573da58-7f42-4c10-802b-2b8eaf588c6d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T01:18:12.424Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:18:12.424Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:18:12.424Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:18:12.425Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "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-01-24T01:18:13.425Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:18:13.426Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:18:13.426Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:18:13.426Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "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-01-24T01:18:14.427Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:18:14.427Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:18:14.428Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:18:14.428Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "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-01-24T01:18:15.429Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:18:15.429Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:18:15.429Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:18:15.429Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "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-01-24T01:18:16.430Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:18:16.431Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:18:16.431Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:18:16.431Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "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-01-24T01:18:17.432Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:18:17.432Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:18:17.432Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:18:17.433Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:18:18.433Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:18:18.434Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:18:18.434Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:18:18.434Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:18:18.434Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:18:18.435Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:18:18.436Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "59d65dab-989c-462c-a6fe-d8bf3f3d9315",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523036720,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T01:18:18.437Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:18:18.437Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T01:18:18.437Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:18:18.438Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:18:19.435Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7687454c-db29-45bc-8e8a-92d064f2ea35",
  "serviceDescription": "service",
  "serviceInvariantUUID": "69e3f314-c1be-4ae0-b73b-a08f56080ca1",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9c77f076-8398-4d06-bcb6-2070b71c9a1b",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "defde1dc-0c5d-4236-8691-29f9ffc5baaa",
      "resourceInvariantUUID": "db7c22d9-65e4-45a7-838e-a37f5958c92a",
      "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": "ZGI2Mzc4Mzg2OTNmMDZjODVmZmJmYWY5YTYxYTI3MTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9a1232ee-7c44-49c3-bf5b-8daf5931c583",
          "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": "32ab5ba6-1de9-4644-9752-3653896eaa77",
          "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": "68f65339-689c-4a6f-97c6-49971ed7f876",
            "generatedFromUUID": "32ab5ba6-1de9-4644-9752-3653896eaa77"
          },
          "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": "68f65339-689c-4a6f-97c6-49971ed7f876",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "M2M4ZmE5MjQ2MWM1Yjg5NWJhMTk0YTA1M2JjMmU0OGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a573da58-7f42-4c10-802b-2b8eaf588c6d"
    }
  ],
  "workloadContext": "Production"
}
2023-01-24T01:18:19.435Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T01:18:19.436Z|84b5a47c-21e7-4508-8eae-ddb34d724f97|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7687454c-db29-45bc-8e8a-92d064f2ea35 ASDC
2023-01-24T01:18:19.436Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ec9984ee-d62f-4409-9229-f1ea8c52df79
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7687454c-db29-45bc-8e8a-92d064f2ea35
ServiceInvariantUUID:69e3f314-c1be-4ae0-b73b-a08f56080ca1
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:a573da58-7f42-4c10-802b-2b8eaf588c6d
ArtifactChecksum:M2M4ZmE5MjQ2MWM1Yjg5NWJhMTk0YTA1M2JjMmU0OGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9c77f076-8398-4d06-bcb6-2070b71c9a1b
ResourceInvariantUUID:db7c22d9-65e4-45a7-838e-a37f5958c92a
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:defde1dc-0c5d-4236-8691-29f9ffc5baaa
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:9a1232ee-7c44-49c3-bf5b-8daf5931c583
ArtifactChecksum:ZGI2Mzc4Mzg2OTNmMDZjODVmZmJmYWY5YTYxYTI3MTI=
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:32ab5ba6-1de9-4644-9752-3653896eaa77
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:68f65339-689c-4a6f-97c6-49971ed7f876
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:68f65339-689c-4a6f-97c6-49971ed7f876
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-24T01:18:19.436Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7687454c-db29-45bc-8e8a-92d064f2ea35 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-01-24T01:18:19.476Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T01:18:19.477Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-24T01:18:19.477Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-24T01:18:19.477Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a573da58-7f42-4c10-802b-2b8eaf588c6d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-24T01:18:19.477Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-24T01:18:19.478Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-24T01:18:19.622Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-24T01:18:19.623Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a573da58-7f42-4c10-802b-2b8eaf588c6d 75196
2023-01-24T01:18:19.623Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-24T01:18:19.623Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-24T01:18:19.623Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T01:18:19.623Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:18:19.624Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:18:19.624Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523099623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:18:20.625Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T01:18:20.626Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-24T01:18:20.626Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a573da58-7f42-4c10-802b-2b8eaf588c6d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-24T01:18:20.626Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-01-24T01:18:20.627Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-24T01:18:20.627Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-01-24T01:18:20.749Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5540521877526047070/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-01-24T01:18:21.981Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T01:18:21.981Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-24T01:18:21.981Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-24T01:18:21.981Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-24T01:18:21.982Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-24T01:18:21.982Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-24T01:18:21.982Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-24T01:18:21.982Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-24T01:18:21.982Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-24T01:18:21.983Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-24T01:18:21.983Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-24T01:18:21.983Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-24T01:18:21.983Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:21.983Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:18:21.984Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-24T01:18:21.984Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-24T01:18:21.984Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T01:18:21.984Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:21.984Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:18:21.984Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-24T01:18:21.985Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-24T01:18:21.985Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T01:18:21.985Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:21.985Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:18:21.986Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:21.986Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-24T01:18:21.986Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-24T01:18:21.986Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-24T01:18:21.986Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-24T01:18:21.986Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-24T01:18:21.986Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-24T01:18:21.987Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:21.987Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T01:18:21.987Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:21.987Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-24T01:18:21.987Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T01:18:21.987Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:21.987Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-24T01:18:21.988Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T01:18:21.988Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:21.988Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-24T01:18:21.988Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T01:18:21.988Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:21.989Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-24T01:18:21.989Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-24T01:18:21.989Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-24T01:18:21.989Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=652d19be-6a1c-4cdc-b93a-cacdfec23ce8
2023-01-24T01:18:21.989Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:21.990Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:18:21.990Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:21.990Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:18:21.990Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:21.990Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:18:21.990Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:21.990Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:18:21.991Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7687454c-db29-45bc-8e8a-92d064f2ea35
Model Version:NULL
Model InvariantUuid:69e3f314-c1be-4ae0-b73b-a08f56080ca1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:999abb4e-4f76-42c5-995f-28c35bac8d1b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db7c22d9-65e4-45a7-838e-a37f5958c92a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9c77f076-8398-4d06-bcb6-2070b71c9a1b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a7922475-2522-460d-bbef-025f46b19a5b
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:77bdef0b-7136-44fd-b7ab-df3884937c59
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:652d19be-6a1c-4cdc-b93a-cacdfec23ce8
ModelInvariantUuid:02709479-5af2-492e-a69d-18372dd88f9f
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:48d8aaca-30cb-4131-8c7a-c6ce0201085c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:86065120-d06f-45ed-b83e-5a25c1a19a11
ModelInvariantUuid:414ba0fa-6a2e-4f5b-b7e9-9df4256d37d1
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:a539fbed-9e44-4798-96aa-1133febf3cd4
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-01-24T01:18:21.999Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: defde1dc-0c5d-4236-8691-29f9ffc5baaa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T01:18:22.003Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||basic_vm 0
2023-01-24T01:18:22.003Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: defde1dc-0c5d-4236-8691-29f9ffc5baaa
2023-01-24T01:18:22.003Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9a1232ee-7c44-49c3-bf5b-8daf5931c583 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-24T01:18:22.003Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-24T01:18:22.004Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-24T01:18:22.058Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-24T01:18:22.059Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 9a1232ee-7c44-49c3-bf5b-8daf5931c583 787
2023-01-24T01:18:22.059Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-01-24T01:18:22.059Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-24T01:18:22.060Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T01:18:22.060Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:18:22.060Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:18:22.060Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523102059,
  "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-01-24T01:18:23.061Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a7922475-2522-460d-bbef-025f46b19a5b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "77bdef0b-7136-44fd-b7ab-df3884937c59",
    "vfModuleModelCustomizationUUID": "bdb780f9-32f0-496b-bd03-91c4ef1fdd15",
    "isBase": true,
    "artifacts": [
      "32ab5ba6-1de9-4644-9752-3653896eaa77",
      "68f65339-689c-4a6f-97c6-49971ed7f876"
    ],
    "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-01-24T01:18:23.064Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:77bdef0b-7136-44fd-b7ab-df3884937c59
VfModuleModelInvariantUUID:a7922475-2522-460d-bbef-025f46b19a5b
VfModuleModelDescription:NULL
Artifacts UUID List:{
32ab5ba6-1de9-4644-9752-3653896eaa77
,
68f65339-689c-4a6f-97c6-49971ed7f876

}
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-01-24T01:18:23.065Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a7922475-2522-460d-bbef-025f46b19a5b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "77bdef0b-7136-44fd-b7ab-df3884937c59",
    "vfModuleModelCustomizationUUID": "bdb780f9-32f0-496b-bd03-91c4ef1fdd15",
    "isBase": true,
    "artifacts": [
      "32ab5ba6-1de9-4644-9752-3653896eaa77",
      "68f65339-689c-4a6f-97c6-49971ed7f876"
    ],
    "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-01-24T01:18:23.066Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:77bdef0b-7136-44fd-b7ab-df3884937c59
VfModuleModelInvariantUUID:a7922475-2522-460d-bbef-025f46b19a5b
VfModuleModelDescription:NULL
Artifacts UUID List:{
32ab5ba6-1de9-4644-9752-3653896eaa77
,
68f65339-689c-4a6f-97c6-49971ed7f876

}
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-01-24T01:18:23.066Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 32ab5ba6-1de9-4644-9752-3653896eaa77 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-24T01:18:23.066Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-24T01:18:23.066Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-24T01:18:23.139Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-24T01:18:23.140Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 32ab5ba6-1de9-4644-9752-3653896eaa77 5033
2023-01-24T01:18:23.141Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-01-24T01:18:23.141Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-24T01:18:23.141Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T01:18:23.141Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:18:23.141Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:18:23.142Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523103140,
  "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-01-24T01:18:24.142Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 68f65339-689c-4a6f-97c6-49971ed7f876 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-24T01:18:24.143Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-24T01:18:24.143Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-24T01:18:24.289Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-24T01:18:24.289Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 68f65339-689c-4a6f-97c6-49971ed7f876 903
2023-01-24T01:18:24.289Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-01-24T01:18:24.290Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-24T01:18:24.290Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T01:18:24.290Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:18:24.290Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:18:24.290Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523104289,
  "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-01-24T01:18:25.293Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7687454c-db29-45bc-8e8a-92d064f2ea35
2023-01-24T01:18:25.293Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 defde1dc-0c5d-4236-8691-29f9ffc5baaa 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-01-24T01:18:25.311Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a8ff551, org.onap.sdc.toscaparser.api.parameters.Input@1f8f3219, org.onap.sdc.toscaparser.api.parameters.Input@528338ee, org.onap.sdc.toscaparser.api.parameters.Input@5d754f9b, org.onap.sdc.toscaparser.api.parameters.Input@38351c19]
2023-01-24T01:18:25.313Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:25.313Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:18:25.313Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-01-24T01:18:25.313Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 9c77f076-8398-4d06-bcb6-2070b71c9a1b
2023-01-24T01:18:25.313Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9c77f076-8398-4d06-bcb6-2070b71c9a1b matches Tosca VF Customization UUID: 9c77f076-8398-4d06-bcb6-2070b71c9a1b
2023-01-24T01:18:25.314Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 9c77f076-8398-4d06-bcb6-2070b71c9a1b  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-01-24T01:18:25.316Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:25.316Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:18:25.317Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 9c77f076-8398-4d06-bcb6-2070b71c9a1b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-24T01:18:25.317Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62bd7527
2023-01-24T01:18:25.318Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:25.318Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T01:18:25.318Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bdb780f9-32f0-496b-bd03-91c4ef1fdd15
2023-01-24T01:18:25.318Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bdb780f9-32f0-496b-bd03-91c4ef1fdd15
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-01-24T01:18:25.321Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:25.321Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-24T01:18:25.321Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T01:18:25.322Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:25.322Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-24T01:18:25.322Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T01:18:25.322Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:25.322Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-24T01:18:25.323Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-24T01:18:25.323Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-24T01:18:25.323Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=652d19be-6a1c-4cdc-b93a-cacdfec23ce8
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-01-24T01:18:25.325Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:25.325Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-24T01:18:25.325Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T01:18:25.326Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:25.326Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-24T01:18:25.326Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9c77f076-8398-4d06-bcb6-2070b71c9a1b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T01:18:25.328Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:25.329Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:18:25.329Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7687454c-db29-45bc-8e8a-92d064f2ea35: basic_vm
2023-01-24T01:18:25.329Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:25.329Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:18:25.329Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:25.330Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:18:25.330Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:25.330Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:18:25.330Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:25.330Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:18:25.331Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:18:25.331Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:18:25.331Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T01:18:25.428Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm defde1dc-0c5d-4236-8691-29f9ffc5baaa 1 ASDC deployResourceStructure
2023-01-24T01:18:25.428Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-01-24T01:18:25.429Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-24T01:18:25.429Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T01:18:25.429Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:18:25.429Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:18:25.430Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523105428,
  "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-01-24T01:18:26.431Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-01-24T01:18:26.431Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-24T01:18:26.431Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T01:18:26.432Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:18:26.432Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:18:26.432Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523106431,
  "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-01-24T01:18:27.433Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-01-24T01:18:27.434Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-24T01:18:27.434Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T01:18:27.434Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:18:27.434Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:18:27.435Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523107433,
  "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-01-24T01:18:28.436Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-24T01:18:28.436Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-24T01:18:28.436Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T01:18:28.436Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:18:28.436Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:18:28.436Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523108436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:18:29.437Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec9984ee-d62f-4409-9229-f1ea8c52df79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:18:29.453Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec9984ee-d62f-4409-9229-f1ea8c52df79
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:18:29.456Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T01:18:29.456Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T01:18:29.456Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T01:18:29.456Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T01:18:29.456Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T01:18:29.456Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T01:18:29.456Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T01:18:29.456Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T01:18:29.456Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T01:18:29.463Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T01:18:59.465Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec9984ee-d62f-4409-9229-f1ea8c52df79 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-24T01:18:59.475Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec9984ee-d62f-4409-9229-f1ea8c52df79 and serviceModelVersionId: 7687454c-db29-45bc-8e8a-92d064f2ea35
2023-01-24T01:18:59.476Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69e3f314-c1be-4ae0-b73b-a08f56080ca1
2023-01-24T01:18:59.479Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69e3f314-c1be-4ae0-b73b-a08f56080ca1/model-vers/model-ver/7687454c-db29-45bc-8e8a-92d064f2ea35?depth=0
2023-01-24T01:18:59.485Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T01:18:59.543Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69e3f314-c1be-4ae0-b73b-a08f56080ca1/model-vers/model-ver/7687454c-db29-45bc-8e8a-92d064f2ea35?depth=0|INFO|500||Invoke
2023-01-24T01:18:59.544Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69e3f314-c1be-4ae0-b73b-a08f56080ca1/model-vers/model-ver/7687454c-db29-45bc-8e8a-92d064f2ea35?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69e3f314-c1be-4ae0-b73b-a08f56080ca1/model-vers/model-ver/7687454c-db29-45bc-8e8a-92d064f2ea35?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec9984ee-d62f-4409-9229-f1ea8c52df79], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[92d4febc-56c7-4bf6-8501-3a9070d46dd8], X-ECOMP-RequestID=[ec9984ee-d62f-4409-9229-f1ea8c52df79], X-TransactionId=[], X-ONAP-RequestID=[ec9984ee-d62f-4409-9229-f1ea8c52df79], Content-Type=[application/merge-patch+json]}
2023-01-24T01:18:59.550Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69e3f314-c1be-4ae0-b73b-a08f56080ca1/model-vers/model-ver/7687454c-db29-45bc-8e8a-92d064f2ea35?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-24T01:18:59.648Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69e3f314-c1be-4ae0-b73b-a08f56080ca1/model-vers/model-ver/7687454c-db29-45bc-8e8a-92d064f2ea35?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/69e3f314-c1be-4ae0-b73b-a08f56080ca1/model-vers/model-ver/7687454c-db29-45bc-8e8a-92d064f2ea35?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 01:18:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[95], vertex-id=[409728], x-aai-txid=[1-aai-resources-230124-01:18:58:838-55147], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T01:18:59.648Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69e3f314-c1be-4ae0-b73b-a08f56080ca1/model-vers/model-ver/7687454c-db29-45bc-8e8a-92d064f2ea35?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-24T01:18:59.648Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69e3f314-c1be-4ae0-b73b-a08f56080ca1/model-vers/model-ver/7687454c-db29-45bc-8e8a-92d064f2ea35?depth=0|INFO|500||InvokeReturn
2023-01-24T01:18:59.649Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T01:18:59.649Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T01:18:59.655Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T01:18:59.655Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec9984ee-d62f-4409-9229-f1ea8c52df79 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T01:18:59.655Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T01:18:59.655Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:18:59.656Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:18:59.656Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523139655,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-24T01:19:00.670Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:19:18.434Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:19:18.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.436Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-24T01:19:18.437Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.437Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-24T01:19:18.438Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.438Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T01:19:18.438Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.438Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-24T01:19:18.438Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.439Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:19:18.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.439Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-24T01:19:18.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.439Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:19:18.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.440Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:19:18.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.440Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523046988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:19:18.441Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.441Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523049790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:19:18.441Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.441Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523050840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:19:18.441Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.442Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523051893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:19:18.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.442Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523052967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:19:18.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.442Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523054026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:19:18.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.443Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523055178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-01-24T01:19:18.443Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.443Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523056184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-01-24T01:19:18.443Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.443Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523057187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T01:19:18.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.444Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523058189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-01-24T01:19:18.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.444Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523059190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-01-24T01:19:18.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.444Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523060193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T01:19:18.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.444Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b5a47c-21e7-4508-8eae-ddb34d724f97",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523091407,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T01:19:18.445Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.445Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:19:18.445Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.445Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T01:19:18.445Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.445Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-24T01:19:18.446Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.446Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:19:18.446Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.446Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-24T01:19:18.446Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:19:18.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:19:18.446Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:19:18.446Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:20:00.671Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:20:18.434Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:20:18.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:20:18.436Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674522965284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:20:18.437Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:20:18.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:20:18.437Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523099623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:20:18.437Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:20:18.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:20:18.438Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523102059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:20:18.438Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:20:18.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:20:18.438Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523103140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:20:18.438Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:20:18.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:20:18.438Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523104289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:20:18.438Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:20:18.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:20:18.438Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523105428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T01:20:18.438Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:20:18.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:20:18.439Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523106431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-24T01:20:18.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:20:18.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:20:18.439Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523107433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-24T01:20:18.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:20:18.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:20:18.439Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523108436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T01:20:18.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:20:18.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T01:20:18.440Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec9984ee-d62f-4409-9229-f1ea8c52df79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674523139655,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T01:20:18.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:21:00.671Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:21:18.434Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:22:00.673Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:22:18.435Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:23:00.674Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:23:18.435Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:23:20.609Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Node 0 disconnected.
2023-01-24T01:24:00.675Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:24:18.436Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:25:00.676Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:25:18.438Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:26:00.680Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:26:18.438Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:27:00.682Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:27:18.439Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:28:00.683Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:28:18.441Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:29:00.684Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:29:18.442Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:30:00.684Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:30:18.443Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:31:00.685Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:31:18.445Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:32:00.686Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:32:18.447Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:33:00.686Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:33:18.448Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:34:00.687Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:34:18.449Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:35:00.688Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:35:18.449Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:36:00.689Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:36:18.450Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:37:00.690Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:37:18.450Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:38:00.690Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:38:18.452Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:39:00.692Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:39:18.454Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:40:00.694Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:40:18.455Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:41:00.695Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:41:18.456Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:42:00.696Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:42:18.456Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:43:00.697Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:43:18.457Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:44:00.697Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:44:18.458Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:45:00.701Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:45:18.459Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:46:00.703Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:46:18.461Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:47:00.705Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:47:18.463Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:48:00.705Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:48:18.464Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:49:00.707Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:49:18.466Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:50:00.708Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:50:18.467Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:51:00.709Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:51:18.468Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:52:00.710Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:52:18.469Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:53:00.711Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:53:18.470Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:54:00.712Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:54:18.471Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:55:00.713Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:55:18.472Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:56:00.714Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:56:18.473Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:57:00.715Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:57:18.473Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:57:26.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T01:57:26.356Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e2f15075-dedb-42ba-bc89-b61ee968bfc8","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"3919b9a4-24eb-403f-b6d3-301acf5cfc1a","serviceDescription":"service","serviceInvariantUUID":"75e812b2-566d-4064-be9e-dae759296ddc","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9d4e77ce-57e9-4515-a38d-bd357f55eaa9","resourceInvariantUUID":"568f658b-eba2-4d77-be14-181d3d07c300","resourceCustomizationUUID":"210fea06-8782-4ece-9bda-1da5d26e1877","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":"NmE3MGUyOGMxYTFiOGRkYzE1ZDZmNGQwYjUxMWM1ZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8318a34b-bdd1-42e8-8e63-df8cd8e9f214","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":"YjUzNTZkMDU0Y2Q3ZGVkM2VmZjExMWY2ZDRlZDIyZjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"424fd9b1-1e85-442b-914f-4aea4e101b3f","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":"d0ed9438-aa4f-47b7-9c41-34f7835ef0cd","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":"80e2e150-1f84-4893-855e-0771db03e985","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":"bdab3639-5fef-49f1-bb0c-7e6f20413ae1","artifactVersion":"2","generatedFromUUID":"69dc8313-01d5-4483-84f0-952335a6a881"},{"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":"052b0e5a-7383-482c-9aaa-377dc01488c3","artifactVersion":"2","generatedFromUUID":"d0ed9438-aa4f-47b7-9c41-34f7835ef0cd"},{"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":"69dc8313-01d5-4483-84f0-952335a6a881","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":"bf5e21b8-8ac1-44e7-8af7-f38212c70508","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":"MDQ3YmYwMjFhMDE5MTQzNjYxOWEzOTA1YWQyMDczYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c3dbe0e6-e95d-4843-aaee-f788affae6da","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NmFlNzA1YWVlZDQwMjZhNzk4YzkyMWM2NWU4ZTUzZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55abdbba-9be7-4884-b723-38d989d2518c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T01:57:26.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:57:26.381Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674525429111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:57:26.382Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:57:26.382Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:26.382Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:57:26.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:57:26.382Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525433601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:57:26.382Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:57:26.382Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:26.383Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525420715,
  "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-01-24T01:57:26.386Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to rwZhJyC4TC2g5CrQ9nFjEg
2023-01-24T01:57:26.386Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to rwZhJyC4TC2g5CrQ9nFjEg
2023-01-24T01:57:26.386Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to rwZhJyC4TC2g5CrQ9nFjEg
2023-01-24T01:57:26.387Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to rwZhJyC4TC2g5CrQ9nFjEg
2023-01-24T01:57:26.387Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to rwZhJyC4TC2g5CrQ9nFjEg
2023-01-24T01:57:26.387Z||kafka-producer-network-thread | SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-83b67812-8407-49f9-8791-b20a696e35ff] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to rwZhJyC4TC2g5CrQ9nFjEg
2023-01-24T01:57:27.390Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:57:27.390Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:27.391Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:27.391Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525420715,
  "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-01-24T01:57:28.393Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:57:28.393Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:28.394Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:28.394Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525420715,
  "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-01-24T01:57:29.395Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:57:29.396Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:29.396Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:29.396Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525420715,
  "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-01-24T01:57:30.397Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:57:30.398Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:30.398Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:30.398Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525420715,
  "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-01-24T01:57:31.399Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:57:31.400Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:31.400Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:31.400Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525420715,
  "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-01-24T01:57:32.401Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:57:32.401Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:32.402Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:32.402Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525420715,
  "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-01-24T01:57:33.403Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:57:33.403Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:33.403Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:33.403Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525420715,
  "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-01-24T01:57:34.404Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:57:34.404Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:34.404Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:34.404Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525420715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:57:35.405Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:57:35.406Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:35.406Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:35.406Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525420715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:57:36.407Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3919b9a4-24eb-403f-b6d3-301acf5cfc1a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "75e812b2-566d-4064-be9e-dae759296ddc",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "210fea06-8782-4ece-9bda-1da5d26e1877",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9d4e77ce-57e9-4515-a38d-bd357f55eaa9",
      "resourceInvariantUUID": "568f658b-eba2-4d77-be14-181d3d07c300",
      "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": "YjUzNTZkMDU0Y2Q3ZGVkM2VmZjExMWY2ZDRlZDIyZjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "424fd9b1-1e85-442b-914f-4aea4e101b3f",
          "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": "d0ed9438-aa4f-47b7-9c41-34f7835ef0cd",
          "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": "052b0e5a-7383-482c-9aaa-377dc01488c3",
            "generatedFromUUID": "d0ed9438-aa4f-47b7-9c41-34f7835ef0cd"
          },
          "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": "bdab3639-5fef-49f1-bb0c-7e6f20413ae1",
          "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": "052b0e5a-7383-482c-9aaa-377dc01488c3",
          "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": "69dc8313-01d5-4483-84f0-952335a6a881",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NmFlNzA1YWVlZDQwMjZhNzk4YzkyMWM2NWU4ZTUzZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "55abdbba-9be7-4884-b723-38d989d2518c"
    }
  ],
  "workloadContext": "Production"
}
2023-01-24T01:57:36.408Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T01:57:36.408Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3919b9a4-24eb-403f-b6d3-301acf5cfc1a ASDC
2023-01-24T01:57:36.409Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e2f15075-dedb-42ba-bc89-b61ee968bfc8
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:3919b9a4-24eb-403f-b6d3-301acf5cfc1a
ServiceInvariantUUID:75e812b2-566d-4064-be9e-dae759296ddc
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:55abdbba-9be7-4884-b723-38d989d2518c
ArtifactChecksum:NmFlNzA1YWVlZDQwMjZhNzk4YzkyMWM2NWU4ZTUzZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:210fea06-8782-4ece-9bda-1da5d26e1877
ResourceInvariantUUID:568f658b-eba2-4d77-be14-181d3d07c300
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:9d4e77ce-57e9-4515-a38d-bd357f55eaa9
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:424fd9b1-1e85-442b-914f-4aea4e101b3f
ArtifactChecksum:YjUzNTZkMDU0Y2Q3ZGVkM2VmZjExMWY2ZDRlZDIyZjY=
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:d0ed9438-aa4f-47b7-9c41-34f7835ef0cd
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:052b0e5a-7383-482c-9aaa-377dc01488c3
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:bdab3639-5fef-49f1-bb0c-7e6f20413ae1
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:052b0e5a-7383-482c-9aaa-377dc01488c3
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:69dc8313-01d5-4483-84f0-952335a6a881
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-24T01:57:36.409Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3919b9a4-24eb-403f-b6d3-301acf5cfc1a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-01-24T01:57:36.470Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T01:57:36.471Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-24T01:57:36.472Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-24T01:57:36.472Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 55abdbba-9be7-4884-b723-38d989d2518c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-24T01:57:36.473Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-24T01:57:36.474Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-24T01:57:36.546Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-24T01:57:36.548Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 55abdbba-9be7-4884-b723-38d989d2518c 163297
2023-01-24T01:57:36.549Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-01-24T01:57:36.550Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-24T01:57:36.550Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T01:57:36.550Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:36.551Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:36.551Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525456549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:57:37.552Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T01:57:37.553Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-24T01:57:37.554Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 55abdbba-9be7-4884-b723-38d989d2518c, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-24T01:57:37.554Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-01-24T01:57:37.555Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-24T01:57:37.555Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-24T01:57:37.756Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12510313279819713905/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-01-24T01:57:38.998Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T01:57:38.999Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-24T01:57:38.999Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-24T01:57:38.999Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-24T01:57:38.999Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||WARN|500||JTosca 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-01-24T01:57:38.999Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:38.999Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:39.000Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:39.000Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-24T01:57:39.000Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:39.000Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:57:39.001Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-24T01:57:39.001Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-24T01:57:39.001Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T01:57:39.001Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:39.002Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:57:39.002Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-24T01:57:39.002Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-24T01:57:39.002Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T01:57:39.002Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:39.003Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:57:39.003Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:39.003Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-24T01:57:39.003Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-01-24T01:57:39.003Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-01-24T01:57:39.004Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-24T01:57:39.004Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:39.004Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T01:57:39.004Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:39.004Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-24T01:57:39.005Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T01:57:39.005Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:39.005Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-24T01:57:39.005Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T01:57:39.006Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:39.006Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-24T01:57:39.006Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T01:57:39.006Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:39.006Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-24T01:57:39.007Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T01:57:39.007Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:39.007Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-24T01:57:39.007Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-01-24T01:57:39.007Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=e1343b99-adfd-4bd8-b1a6-ebe581c8e680
2023-01-24T01:57:39.008Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:39.008Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:57:39.008Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:39.008Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:57:39.009Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:39.009Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:57:39.009Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:39.009Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:57:39.010Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:3919b9a4-24eb-403f-b6d3-301acf5cfc1a
Model Version:NULL
Model InvariantUuid:75e812b2-566d-4064-be9e-dae759296ddc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:58f1a93b-d3ae-4142-bfea-3da04713760a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:568f658b-eba2-4d77-be14-181d3d07c300
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:210fea06-8782-4ece-9bda-1da5d26e1877
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ff8f0b8-fc16-4da6-a785-a23bca949955
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:22dc29ee-d1d7-461f-9708-506517e0d9fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:ecf20139-e9a5-4131-94e8-e9c4102148e2
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:6eec562a-3518-43dd-b378-dd02b4e63d50
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e1343b99-adfd-4bd8-b1a6-ebe581c8e680
ModelInvariantUuid:2023e4b8-4857-4433-989e-b6943058d1ab
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:3dd0a723-16ee-4185-b2a1-c2d55d788382
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:5531c22b-3414-4847-b798-d0dfd08251a7
ModelInvariantUuid:9a91552a-34d9-4fc0-bd79-bd2faa36c98f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:698401ad-fb25-4947-8465-c3c5719f9a45
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-01-24T01:57:39.023Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 9d4e77ce-57e9-4515-a38d-bd357f55eaa9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T01:57:39.030Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0
2023-01-24T01:57:39.030Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9d4e77ce-57e9-4515-a38d-bd357f55eaa9
2023-01-24T01:57:39.031Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 424fd9b1-1e85-442b-914f-4aea4e101b3f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-01-24T01:57:39.031Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-24T01:57:39.031Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:39.112Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-24T01:57:39.113Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 424fd9b1-1e85-442b-914f-4aea4e101b3f 1565
2023-01-24T01:57:39.113Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:39.113Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:39.114Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T01:57:39.114Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:39.114Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:39.114Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525459113,
  "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-01-24T01:57:40.115Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "ecf20139-e9a5-4131-94e8-e9c4102148e2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6eec562a-3518-43dd-b378-dd02b4e63d50",
    "vfModuleModelCustomizationUUID": "20d6b3ce-257f-494f-aced-142f6dba47cf",
    "isBase": true,
    "artifacts": [
      "d0ed9438-aa4f-47b7-9c41-34f7835ef0cd",
      "052b0e5a-7383-482c-9aaa-377dc01488c3"
    ],
    "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": "6ff8f0b8-fc16-4da6-a785-a23bca949955",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "22dc29ee-d1d7-461f-9708-506517e0d9fa",
    "vfModuleModelCustomizationUUID": "5f4f2cd6-feba-4cdf-8b7c-f7fb3d805909",
    "isBase": false,
    "artifacts": [
      "69dc8313-01d5-4483-84f0-952335a6a881"
    ],
    "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-01-24T01:57:40.120Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6eec562a-3518-43dd-b378-dd02b4e63d50
VfModuleModelInvariantUUID:ecf20139-e9a5-4131-94e8-e9c4102148e2
VfModuleModelDescription:NULL
Artifacts UUID List:{
d0ed9438-aa4f-47b7-9c41-34f7835ef0cd
,
052b0e5a-7383-482c-9aaa-377dc01488c3

}
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:22dc29ee-d1d7-461f-9708-506517e0d9fa
VfModuleModelInvariantUUID:6ff8f0b8-fc16-4da6-a785-a23bca949955
VfModuleModelDescription:NULL
Artifacts UUID List:{
69dc8313-01d5-4483-84f0-952335a6a881

}
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-01-24T01:57:40.122Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "ecf20139-e9a5-4131-94e8-e9c4102148e2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6eec562a-3518-43dd-b378-dd02b4e63d50",
    "vfModuleModelCustomizationUUID": "20d6b3ce-257f-494f-aced-142f6dba47cf",
    "isBase": true,
    "artifacts": [
      "d0ed9438-aa4f-47b7-9c41-34f7835ef0cd",
      "052b0e5a-7383-482c-9aaa-377dc01488c3"
    ],
    "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": "6ff8f0b8-fc16-4da6-a785-a23bca949955",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "22dc29ee-d1d7-461f-9708-506517e0d9fa",
    "vfModuleModelCustomizationUUID": "5f4f2cd6-feba-4cdf-8b7c-f7fb3d805909",
    "isBase": false,
    "artifacts": [
      "69dc8313-01d5-4483-84f0-952335a6a881"
    ],
    "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-01-24T01:57:40.122Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6eec562a-3518-43dd-b378-dd02b4e63d50
VfModuleModelInvariantUUID:ecf20139-e9a5-4131-94e8-e9c4102148e2
VfModuleModelDescription:NULL
Artifacts UUID List:{
d0ed9438-aa4f-47b7-9c41-34f7835ef0cd
,
052b0e5a-7383-482c-9aaa-377dc01488c3

}
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:22dc29ee-d1d7-461f-9708-506517e0d9fa
VfModuleModelInvariantUUID:6ff8f0b8-fc16-4da6-a785-a23bca949955
VfModuleModelDescription:NULL
Artifacts UUID List:{
69dc8313-01d5-4483-84f0-952335a6a881

}
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-01-24T01:57:40.122Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d0ed9438-aa4f-47b7-9c41-34f7835ef0cd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-01-24T01:57:40.122Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-24T01:57:40.123Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:40.183Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-24T01:57:40.184Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml d0ed9438-aa4f-47b7-9c41-34f7835ef0cd 914
2023-01-24T01:57:40.184Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:40.184Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:40.184Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T01:57:40.184Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:40.184Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:40.185Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525460184,
  "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-01-24T01:57:41.186Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bdab3639-5fef-49f1-bb0c-7e6f20413ae1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-01-24T01:57:41.186Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-24T01:57:41.186Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:41.245Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-24T01:57:41.245Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env bdab3639-5fef-49f1-bb0c-7e6f20413ae1 12
2023-01-24T01:57:41.246Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:41.246Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:41.246Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T01:57:41.246Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:41.246Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:41.247Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525461246,
  "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-01-24T01:57:42.247Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 052b0e5a-7383-482c-9aaa-377dc01488c3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-01-24T01:57:42.248Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-24T01:57:42.248Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:42.300Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-24T01:57:42.301Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 052b0e5a-7383-482c-9aaa-377dc01488c3 96
2023-01-24T01:57:42.301Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:42.301Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:42.301Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T01:57:42.302Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:42.302Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:42.302Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525462301,
  "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-01-24T01:57:43.303Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 69dc8313-01d5-4483-84f0-952335a6a881 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-01-24T01:57:43.303Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-24T01:57:43.303Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:43.363Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-24T01:57:43.364Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 69dc8313-01d5-4483-84f0-952335a6a881 20206
2023-01-24T01:57:43.364Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:43.364Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:43.364Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T01:57:43.365Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:43.365Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:43.365Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525463364,
  "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-01-24T01:57:44.370Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3919b9a4-24eb-403f-b6d3-301acf5cfc1a
2023-01-24T01:57:44.370Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 9d4e77ce-57e9-4515-a38d-bd357f55eaa9 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-01-24T01:57:44.396Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cbddcc3, org.onap.sdc.toscaparser.api.parameters.Input@5a914e26, org.onap.sdc.toscaparser.api.parameters.Input@20f123da, org.onap.sdc.toscaparser.api.parameters.Input@5afb4e13, org.onap.sdc.toscaparser.api.parameters.Input@7882da4b]
2023-01-24T01:57:44.398Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:44.398Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:57:44.398Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2023-01-24T01:57:44.398Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 210fea06-8782-4ece-9bda-1da5d26e1877
2023-01-24T01:57:44.398Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 210fea06-8782-4ece-9bda-1da5d26e1877 matches Tosca VF Customization UUID: 210fea06-8782-4ece-9bda-1da5d26e1877
2023-01-24T01:57:44.398Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 210fea06-8782-4ece-9bda-1da5d26e1877  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-01-24T01:57:44.405Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:44.405Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:57:44.406Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 210fea06-8782-4ece-9bda-1da5d26e1877: {\"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-01-24T01:57:44.406Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ff0fd7
2023-01-24T01:57:44.407Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:44.407Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T01:57:44.407Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5f4f2cd6-feba-4cdf-8b7c-f7fb3d805909
2023-01-24T01:57:44.407Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5f4f2cd6-feba-4cdf-8b7c-f7fb3d805909
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-01-24T01:57:44.412Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:44.412Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-24T01:57:44.412Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T01:57:44.412Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:44.413Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-24T01:57:44.413Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T01:57:44.413Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:44.413Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-24T01:57:44.414Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=210fea06-8782-4ece-9bda-1da5d26e1877
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T01:57:44.434Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:44.434Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:57:44.435Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3919b9a4-24eb-403f-b6d3-301acf5cfc1a: basic_cnf_macro
2023-01-24T01:57:44.435Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:44.435Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:57:44.435Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:44.435Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:57:44.436Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:44.436Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:57:44.436Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:44.436Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:57:44.437Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T01:57:44.437Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T01:57:44.437Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:44.526Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 9d4e77ce-57e9-4515-a38d-bd357f55eaa9 2 ASDC deployResourceStructure
2023-01-24T01:57:44.526Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:44.527Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:44.527Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T01:57:44.528Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:44.528Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:44.528Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525464526,
  "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-01-24T01:57:45.529Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:45.530Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:45.530Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T01:57:45.531Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:45.531Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:45.531Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525465529,
  "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-01-24T01:57:46.532Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:46.533Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:46.533Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-24T01:57:46.534Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:46.534Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:46.535Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525466532,
  "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-01-24T01:57:47.536Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:47.536Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:47.537Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T01:57:47.537Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:47.537Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:47.537Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525467536,
  "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-01-24T01:57:48.538Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:48.539Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||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-01-24T01:57:48.539Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-24T01:57:48.540Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:48.540Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:48.540Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525468538,
  "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-01-24T01:57:49.541Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-01-24T01:57:49.541Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-24T01:57:49.542Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T01:57:49.542Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:57:49.542Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:57:49.542Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525469541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:57:50.543Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2f15075-dedb-42ba-bc89-b61ee968bfc8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:57:50.564Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2f15075-dedb-42ba-bc89-b61ee968bfc8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:57:50.567Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T01:57:50.567Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T01:57:50.567Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T01:58:18.434Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:58:18.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:58:18.435Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525420715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:58:18.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:58:20.567Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2f15075-dedb-42ba-bc89-b61ee968bfc8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:58:20.579Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2f15075-dedb-42ba-bc89-b61ee968bfc8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:58:20.581Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T01:58:20.582Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T01:58:20.582Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T01:58:50.582Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2f15075-dedb-42ba-bc89-b61ee968bfc8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:58:50.604Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2f15075-dedb-42ba-bc89-b61ee968bfc8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:58:50.612Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T01:58:50.612Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T01:58:50.612Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T01:59:18.434Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:59:18.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.439Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674525429111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.439Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525433601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.439Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525420715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.440Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674525429111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.440Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525433601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.440Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525420715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.440Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525447842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.440Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674525429111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.441Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525433601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.441Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525420715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.441Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525447842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.442Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674525429111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.442Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525433601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.442Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525420715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.442Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525447842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.443Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674525429111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.443Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.443Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525433601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.443Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.443Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525420715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.443Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.443Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525447842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.444Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674525429111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.444Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525433601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.444Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525420715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.444Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525447842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.445Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674525429111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.445Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525433601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.445Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525420715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.445Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525447842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.446Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525452891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.446Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674525429111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.446Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525433601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.446Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525420715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.447Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525447842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.447Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525452891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.447Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674525429111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.447Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525433601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.448Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.448Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525420715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.448Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.448Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525447842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.448Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.448Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525452891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.448Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.448Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525455676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:59:18.448Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.449Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674525455449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:59:18.449Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.449Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525456549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:59:18.449Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.449Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525447842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.449Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.449Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525452891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.449Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.449Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525456735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:59:18.449Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.450Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525447842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.450Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525452891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.450Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525457793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:59:18.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.450Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525457969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:59:18.451Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.451Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525452891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.451Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.451Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525459113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:59:18.451Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.451Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525458861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:59:18.451Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.452Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525452891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.452Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.452Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525460184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:59:18.452Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.452Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525459967,
  "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-01-24T01:59:18.460Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e2f15075-dedb-42ba-bc89-b61ee968bfc8
2023-01-24T01:59:18.461Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2f15075-dedb-42ba-bc89-b61ee968bfc8 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-01-24T01:59:18.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.472Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525452891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.473Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.474Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525461246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:59:18.474Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.474Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525460969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T01:59:18.475Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.475Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525452891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.475Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.475Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525462301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:59:18.476Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.476Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674525456454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.476Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.477Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525461972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.477Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.478Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525452891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.478Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.478Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525463364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:59:18.479Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.479Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674525456454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.480Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.480Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525461972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.480Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.480Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525463651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:59:18.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.481Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674525456454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.482Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525464526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T01:59:18.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.482Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525461972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.483Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674525456454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.484Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525465529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-01-24T01:59:18.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.484Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525461972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.485Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.485Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525464795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T01:59:18.485Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.486Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674525456454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.486Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.486Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525466532,
  "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-01-24T01:59:18.487Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.487Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525466128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T01:59:18.487Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.488Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525461972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.488Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.488Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525465798,
  "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-01-24T01:59:18.501Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e2f15075-dedb-42ba-bc89-b61ee968bfc8
2023-01-24T01:59:18.501Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2f15075-dedb-42ba-bc89-b61ee968bfc8 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-01-24T01:59:18.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.514Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674525456454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.514Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.515Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525467536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-01-24T01:59:18.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.515Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525467132,
  "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-01-24T01:59:18.523Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e2f15075-dedb-42ba-bc89-b61ee968bfc8
2023-01-24T01:59:18.524Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2f15075-dedb-42ba-bc89-b61ee968bfc8 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-01-24T01:59:18.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.536Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525461972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.537Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674525456454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.538Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525468538,
  "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-01-24T01:59:18.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525461972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674525456454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525469541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T01:59:18.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525461972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674525469455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:59:18.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525470053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:59:18.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525471107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:59:18.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.544Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525472167,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:59:18.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.545Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525473203,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T01:59:18.564Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cef1fbac-9c80-46fb-b4ea-1b92852e8819
2023-01-24T01:59:18.565Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cef1fbac-9c80-46fb-b4ea-1b92852e8819 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-01-24T01:59:18.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.577Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674525474207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T01:59:18.577Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.578Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525477842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.578Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.578Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525477842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.579Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.579Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525477842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.579Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.580Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525477842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.580Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.580Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525477842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.580Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.581Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525477842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.581Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.581Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525482891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.582Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.582Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525477842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.582Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.583Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525482891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.583Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.583Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525477842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.584Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.584Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525482891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.584Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.585Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525485937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:59:18.585Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.585Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525482891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.586Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.586Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525482891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.586Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.587Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525482891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.588Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525482891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T01:59:18.588Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.588Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525482891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T01:59:18.589Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.589Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525491623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T01:59:18.589Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.590Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525492331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T01:59:18.590Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.591Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525493910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T01:59:18.591Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T01:59:18.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.592Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "aai-model-loader",
  "timestamp": 1674525493333,
  "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-01-24T01:59:18.600Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cef1fbac-9c80-46fb-b4ea-1b92852e8819
2023-01-24T01:59:18.601Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cef1fbac-9c80-46fb-b4ea-1b92852e8819 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-01-24T01:59:18.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T01:59:18.612Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674525494914,
  "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-01-24T01:59:18.619Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cef1fbac-9c80-46fb-b4ea-1b92852e8819
2023-01-24T01:59:18.619Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cef1fbac-9c80-46fb-b4ea-1b92852e8819 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-01-24T01:59:20.612Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2f15075-dedb-42ba-bc89-b61ee968bfc8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:59:20.631Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2f15075-dedb-42ba-bc89-b61ee968bfc8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T01:59:20.635Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T01:59:20.636Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T01:59:20.637Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T01:59:20.637Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T01:59:20.638Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T01:59:20.638Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T01:59:20.638Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T01:59:20.638Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T01:59:20.639Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T01:59:20.647Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T01:59:50.648Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e2f15075-dedb-42ba-bc89-b61ee968bfc8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-24T01:59:50.654Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e2f15075-dedb-42ba-bc89-b61ee968bfc8 and serviceModelVersionId: 3919b9a4-24eb-403f-b6d3-301acf5cfc1a
2023-01-24T01:59:50.654Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75e812b2-566d-4064-be9e-dae759296ddc
2023-01-24T01:59:50.656Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75e812b2-566d-4064-be9e-dae759296ddc/model-vers/model-ver/3919b9a4-24eb-403f-b6d3-301acf5cfc1a?depth=0
2023-01-24T01:59:50.660Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T01:59:50.749Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75e812b2-566d-4064-be9e-dae759296ddc/model-vers/model-ver/3919b9a4-24eb-403f-b6d3-301acf5cfc1a?depth=0|INFO|500||Invoke
2023-01-24T01:59:50.749Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75e812b2-566d-4064-be9e-dae759296ddc/model-vers/model-ver/3919b9a4-24eb-403f-b6d3-301acf5cfc1a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75e812b2-566d-4064-be9e-dae759296ddc/model-vers/model-ver/3919b9a4-24eb-403f-b6d3-301acf5cfc1a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e2f15075-dedb-42ba-bc89-b61ee968bfc8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[db34ecd2-fe37-4392-95b8-0f3bae2044ae], X-ECOMP-RequestID=[e2f15075-dedb-42ba-bc89-b61ee968bfc8], X-TransactionId=[], X-ONAP-RequestID=[e2f15075-dedb-42ba-bc89-b61ee968bfc8], Content-Type=[application/merge-patch+json]}
2023-01-24T01:59:50.756Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75e812b2-566d-4064-be9e-dae759296ddc/model-vers/model-ver/3919b9a4-24eb-403f-b6d3-301acf5cfc1a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-24T01:59:50.847Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75e812b2-566d-4064-be9e-dae759296ddc/model-vers/model-ver/3919b9a4-24eb-403f-b6d3-301acf5cfc1a?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/75e812b2-566d-4064-be9e-dae759296ddc/model-vers/model-ver/3919b9a4-24eb-403f-b6d3-301acf5cfc1a?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 01:59:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[86], vertex-id=[237624], x-aai-txid=[1-aai-resources-230124-01:59:49:944-53828], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T01:59:50.847Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75e812b2-566d-4064-be9e-dae759296ddc/model-vers/model-ver/3919b9a4-24eb-403f-b6d3-301acf5cfc1a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-24T01:59:50.848Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75e812b2-566d-4064-be9e-dae759296ddc/model-vers/model-ver/3919b9a4-24eb-403f-b6d3-301acf5cfc1a?depth=0|INFO|500||InvokeReturn
2023-01-24T01:59:50.848Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T01:59:50.848Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T01:59:50.862Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T01:59:50.862Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e2f15075-dedb-42ba-bc89-b61ee968bfc8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T01:59:50.863Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T01:59:50.863Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:59:50.863Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:59:50.863Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525590862,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-24T01:59:51.885Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T01:59:51.893Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T01:59:51.894Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"cef1fbac-9c80-46fb-b4ea-1b92852e8819","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"b552c261-df8f-4be2-a143-9a25ad48de73","serviceDescription":"service","serviceInvariantUUID":"f974e6bd-9972-4734-91ff-029c15ab38fd","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"83f41e00-dfbd-4045-8d0a-c6d489c7be16","resourceInvariantUUID":"f6477521-0906-44b8-85de-43905551a23e","resourceCustomizationUUID":"34451b06-653e-41d6-a2e0-519ea72c7276","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":"NDE1ODM0ZGJlZWRkNTM2YmE0NmI3ODcyMjAyOGUyNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cfb0e5f4-7cce-4957-a61a-75f5acb2574b","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":"YjI0NjIxZWMyODNjMmQ0NTFiMzI3YjM3NGFkN2Y0MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"99232c1c-a042-4305-b3b8-2fd88660f308","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":"557579ec-6325-402f-9ba0-10cc6583361b","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":"38f9aee2-1c45-48b5-87d8-8deb8f1fe85a","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":"63d7cf29-db7d-4a65-9692-eb59b5a3ab45","artifactVersion":"2","generatedFromUUID":"557579ec-6325-402f-9ba0-10cc6583361b"},{"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":"N2Y0ZmFjYjg2OGY5NzlhYTVmZWVlNzc2MTZmNTk2MDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"05cf1ecf-a24d-43bd-a732-c81766bbd05b","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":"ZDg1NTIxMmE1OTJhYzk3YWNjOGIwMTg2NTY5MWViMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c9188d0-49eb-48e4-960d-750a7d689be2","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjlmNzc4ZDJkY2QxZDQyMGUyNzYxZWVjNzZiZTU3MmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0aacab3c-ac90-4c05-bb35-f8501f6f7747","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T01:59:51.895Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:59:51.896Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:59:51.896Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:59:51.896Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525591885,
  "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-01-24T01:59:52.897Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:59:52.898Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:59:52.898Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:59:52.898Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525591885,
  "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-01-24T01:59:53.899Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:59:53.901Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:59:53.901Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:59:53.901Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525591885,
  "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-01-24T01:59:54.902Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:59:54.903Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:59:54.903Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:59:54.904Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525591885,
  "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-01-24T01:59:55.905Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:59:55.905Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:59:55.906Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:59:55.906Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525591885,
  "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-01-24T01:59:56.907Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:59:56.907Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:59:56.907Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:59:56.908Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525591885,
  "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-01-24T01:59:57.909Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:59:57.910Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:59:57.910Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:59:57.910Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525591885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:59:58.911Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T01:59:58.911Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T01:59:58.912Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T01:59:58.912Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525591885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T01:59:59.913Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b552c261-df8f-4be2-a143-9a25ad48de73",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f974e6bd-9972-4734-91ff-029c15ab38fd",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "34451b06-653e-41d6-a2e0-519ea72c7276",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "83f41e00-dfbd-4045-8d0a-c6d489c7be16",
      "resourceInvariantUUID": "f6477521-0906-44b8-85de-43905551a23e",
      "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": "YjI0NjIxZWMyODNjMmQ0NTFiMzI3YjM3NGFkN2Y0MGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "99232c1c-a042-4305-b3b8-2fd88660f308",
          "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": "557579ec-6325-402f-9ba0-10cc6583361b",
          "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": "63d7cf29-db7d-4a65-9692-eb59b5a3ab45",
            "generatedFromUUID": "557579ec-6325-402f-9ba0-10cc6583361b"
          },
          "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": "63d7cf29-db7d-4a65-9692-eb59b5a3ab45",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YjlmNzc4ZDJkY2QxZDQyMGUyNzYxZWVjNzZiZTU3MmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0aacab3c-ac90-4c05-bb35-f8501f6f7747"
    }
  ],
  "workloadContext": "Production"
}
2023-01-24T01:59:59.914Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T01:59:59.915Z|e2f15075-dedb-42ba-bc89-b61ee968bfc8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b552c261-df8f-4be2-a143-9a25ad48de73 ASDC
2023-01-24T01:59:59.915Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:cef1fbac-9c80-46fb-b4ea-1b92852e8819
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:b552c261-df8f-4be2-a143-9a25ad48de73
ServiceInvariantUUID:f974e6bd-9972-4734-91ff-029c15ab38fd
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:0aacab3c-ac90-4c05-bb35-f8501f6f7747
ArtifactChecksum:YjlmNzc4ZDJkY2QxZDQyMGUyNzYxZWVjNzZiZTU3MmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:34451b06-653e-41d6-a2e0-519ea72c7276
ResourceInvariantUUID:f6477521-0906-44b8-85de-43905551a23e
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:83f41e00-dfbd-4045-8d0a-c6d489c7be16
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:99232c1c-a042-4305-b3b8-2fd88660f308
ArtifactChecksum:YjI0NjIxZWMyODNjMmQ0NTFiMzI3YjM3NGFkN2Y0MGY=
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:557579ec-6325-402f-9ba0-10cc6583361b
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:63d7cf29-db7d-4a65-9692-eb59b5a3ab45
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:63d7cf29-db7d-4a65-9692-eb59b5a3ab45
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-24T01:59:59.916Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b552c261-df8f-4be2-a143-9a25ad48de73 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-01-24T01:59:59.960Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T01:59:59.961Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-24T01:59:59.961Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-24T01:59:59.961Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0aacab3c-ac90-4c05-bb35-f8501f6f7747 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-24T01:59:59.961Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-24T01:59:59.962Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-24T02:00:00.082Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-24T02:00:00.083Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 0aacab3c-ac90-4c05-bb35-f8501f6f7747 83011
2023-01-24T02:00:00.083Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-01-24T02:00:00.083Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-24T02:00:00.084Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T02:00:00.084Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T02:00:00.084Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T02:00:00.084Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525600083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:00:01.085Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T02:00:01.086Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-24T02:00:01.087Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 0aacab3c-ac90-4c05-bb35-f8501f6f7747, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-24T02:00:01.087Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-01-24T02:00:01.088Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-24T02:00:01.088Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-24T02:00:01.217Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3338324655971408021/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-01-24T02:00:02.392Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T02:00:02.392Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-24T02:00:02.393Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-24T02:00:02.393Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-24T02:00:02.393Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||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-01-24T02:00:02.393Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||WARN|500||JTosca Exception [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-01-24T02:00:02.393Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||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-01-24T02:00:02.393Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||WARN|500||JTosca 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-01-24T02:00:02.393Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||WARN|500||JTosca 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-01-24T02:00:02.394Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||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-01-24T02:00:02.394Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||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-01-24T02:00:02.394Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-24T02:00:02.394Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:02.394Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T02:00:02.395Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-24T02:00:02.395Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-24T02:00:02.395Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T02:00:02.395Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:02.395Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T02:00:02.395Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-24T02:00:02.396Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-24T02:00:02.396Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T02:00:02.396Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:02.396Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T02:00:02.396Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:02.397Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-24T02:00:02.397Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-24T02:00:02.397Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-24T02:00:02.397Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-24T02:00:02.397Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-24T02:00:02.397Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-24T02:00:02.398Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:02.398Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T02:00:02.398Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:02.398Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-24T02:00:02.398Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T02:00:02.399Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:02.399Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-24T02:00:02.399Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T02:00:02.399Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:02.399Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-24T02:00:02.399Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T02:00:02.400Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:02.400Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-24T02:00:02.400Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-24T02:00:02.400Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-24T02:00:02.400Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4c508b9a-5212-4c7d-877d-b5eb46453b2d
2023-01-24T02:00:02.400Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:02.401Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T02:00:02.401Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:02.401Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T02:00:02.401Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:02.401Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T02:00:02.401Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:02.402Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T02:00:02.402Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:b552c261-df8f-4be2-a143-9a25ad48de73
Model Version:NULL
Model InvariantUuid:f974e6bd-9972-4734-91ff-029c15ab38fd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f229d5b2-6910-4b10-a414-5c50439e1ccc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f6477521-0906-44b8-85de-43905551a23e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:34451b06-653e-41d6-a2e0-519ea72c7276
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bab100ed-0f9d-4985-9133-26653155a9dc
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:89989b35-0d62-47c1-be24-8f2d0b37fcfb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4c508b9a-5212-4c7d-877d-b5eb46453b2d
ModelInvariantUuid:76f4a55e-9786-4b61-a576-dd84d1e22a45
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:58430a6b-6fa8-41ff-bc82-050878ba635a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4653da00-ff19-4b12-bd99-a98e27ff3db1
ModelInvariantUuid:01ebe1c5-7b60-4017-a2d7-f79c2ed9d1b6
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:e649a2c3-046a-428a-afed-2b30409359fb
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-01-24T02:00:02.410Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 83f41e00-dfbd-4045-8d0a-c6d489c7be16
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T02:00:02.413Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2023-01-24T02:00:02.413Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 83f41e00-dfbd-4045-8d0a-c6d489c7be16
2023-01-24T02:00:02.414Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 99232c1c-a042-4305-b3b8-2fd88660f308 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-01-24T02:00:02.414Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-24T02:00:02.414Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||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-01-24T02:00:02.465Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-24T02:00:02.465Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 99232c1c-a042-4305-b3b8-2fd88660f308 792
2023-01-24T02:00:02.466Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||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-01-24T02:00:02.466Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||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-01-24T02:00:02.466Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T02:00:02.466Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T02:00:02.466Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T02:00:02.467Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525602466,
  "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-01-24T02:00:03.467Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "bab100ed-0f9d-4985-9133-26653155a9dc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "89989b35-0d62-47c1-be24-8f2d0b37fcfb",
    "vfModuleModelCustomizationUUID": "8a922b97-842a-4326-ae05-dcbf5c8b08d9",
    "isBase": true,
    "artifacts": [
      "557579ec-6325-402f-9ba0-10cc6583361b",
      "63d7cf29-db7d-4a65-9692-eb59b5a3ab45"
    ],
    "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-01-24T02:00:03.470Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89989b35-0d62-47c1-be24-8f2d0b37fcfb
VfModuleModelInvariantUUID:bab100ed-0f9d-4985-9133-26653155a9dc
VfModuleModelDescription:NULL
Artifacts UUID List:{
557579ec-6325-402f-9ba0-10cc6583361b
,
63d7cf29-db7d-4a65-9692-eb59b5a3ab45

}
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-01-24T02:00:03.472Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "bab100ed-0f9d-4985-9133-26653155a9dc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "89989b35-0d62-47c1-be24-8f2d0b37fcfb",
    "vfModuleModelCustomizationUUID": "8a922b97-842a-4326-ae05-dcbf5c8b08d9",
    "isBase": true,
    "artifacts": [
      "557579ec-6325-402f-9ba0-10cc6583361b",
      "63d7cf29-db7d-4a65-9692-eb59b5a3ab45"
    ],
    "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-01-24T02:00:03.472Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89989b35-0d62-47c1-be24-8f2d0b37fcfb
VfModuleModelInvariantUUID:bab100ed-0f9d-4985-9133-26653155a9dc
VfModuleModelDescription:NULL
Artifacts UUID List:{
557579ec-6325-402f-9ba0-10cc6583361b
,
63d7cf29-db7d-4a65-9692-eb59b5a3ab45

}
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-01-24T02:00:03.473Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 557579ec-6325-402f-9ba0-10cc6583361b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-01-24T02:00:03.473Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-24T02:00:03.473Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||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-01-24T02:00:03.530Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-24T02:00:03.531Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 557579ec-6325-402f-9ba0-10cc6583361b 5033
2023-01-24T02:00:03.531Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||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-01-24T02:00:03.531Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||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-01-24T02:00:03.531Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T02:00:03.532Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T02:00:03.532Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T02:00:03.532Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525603531,
  "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-01-24T02:00:04.533Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 63d7cf29-db7d-4a65-9692-eb59b5a3ab45 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-01-24T02:00:04.534Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-24T02:00:04.534Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||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-01-24T02:00:04.586Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-24T02:00:04.586Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 63d7cf29-db7d-4a65-9692-eb59b5a3ab45 903
2023-01-24T02:00:04.587Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||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-01-24T02:00:04.587Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||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-01-24T02:00:04.587Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T02:00:04.587Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T02:00:04.588Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T02:00:04.588Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525604587,
  "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-01-24T02:00:05.589Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b552c261-df8f-4be2-a143-9a25ad48de73
2023-01-24T02:00:05.590Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 83f41e00-dfbd-4045-8d0a-c6d489c7be16 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-01-24T02:00:05.612Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2427d49a, org.onap.sdc.toscaparser.api.parameters.Input@135df9ef, org.onap.sdc.toscaparser.api.parameters.Input@40945c69, org.onap.sdc.toscaparser.api.parameters.Input@e5aea81, org.onap.sdc.toscaparser.api.parameters.Input@14c37cd4]
2023-01-24T02:00:05.614Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:05.615Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T02:00:05.615Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2023-01-24T02:00:05.615Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 34451b06-653e-41d6-a2e0-519ea72c7276
2023-01-24T02:00:05.615Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 34451b06-653e-41d6-a2e0-519ea72c7276 matches Tosca VF Customization UUID: 34451b06-653e-41d6-a2e0-519ea72c7276
2023-01-24T02:00:05.615Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 34451b06-653e-41d6-a2e0-519ea72c7276  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-01-24T02:00:05.619Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:05.619Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T02:00:05.620Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 34451b06-653e-41d6-a2e0-519ea72c7276: {\"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-01-24T02:00:05.620Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@53effe7e
2023-01-24T02:00:05.621Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:05.621Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T02:00:05.622Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8a922b97-842a-4326-ae05-dcbf5c8b08d9
2023-01-24T02:00:05.622Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8a922b97-842a-4326-ae05-dcbf5c8b08d9
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-01-24T02:00:05.625Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:05.626Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-24T02:00:05.626Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T02:00:05.626Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:05.627Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-24T02:00:05.627Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T02:00:05.627Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:05.627Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-24T02:00:05.627Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-24T02:00:05.628Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-24T02:00:05.628Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4c508b9a-5212-4c7d-877d-b5eb46453b2d
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-01-24T02:00:05.631Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:05.632Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-24T02:00:05.633Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T02:00:05.633Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:05.633Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-24T02:00:05.634Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=34451b06-653e-41d6-a2e0-519ea72c7276
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T02:00:05.637Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:05.637Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T02:00:05.638Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b552c261-df8f-4be2-a143-9a25ad48de73: basic_vm_macro
2023-01-24T02:00:05.638Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:05.638Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T02:00:05.638Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:05.639Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T02:00:05.639Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:05.639Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T02:00:05.639Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:05.639Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T02:00:05.639Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T02:00:05.640Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T02:00:05.640Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||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-01-24T02:00:05.784Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 83f41e00-dfbd-4045-8d0a-c6d489c7be16 1 ASDC deployResourceStructure
2023-01-24T02:00:05.785Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||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-01-24T02:00:05.785Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||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-01-24T02:00:05.785Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T02:00:05.786Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T02:00:05.786Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T02:00:05.786Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525605785,
  "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-01-24T02:00:06.787Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||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-01-24T02:00:06.788Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||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-01-24T02:00:06.788Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T02:00:06.788Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T02:00:06.789Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T02:00:06.789Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525606787,
  "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-01-24T02:00:07.790Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||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-01-24T02:00:07.791Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||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-01-24T02:00:07.791Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T02:00:07.791Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T02:00:07.792Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T02:00:07.792Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525607790,
  "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-01-24T02:00:08.793Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-01-24T02:00:08.794Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-24T02:00:08.794Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T02:00:08.794Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T02:00:08.794Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T02:00:08.795Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525608793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:00:09.795Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cef1fbac-9c80-46fb-b4ea-1b92852e8819
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T02:00:09.812Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cef1fbac-9c80-46fb-b4ea-1b92852e8819
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T02:00:09.816Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T02:00:09.816Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T02:00:09.816Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T02:00:09.816Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T02:00:09.817Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T02:00:09.817Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T02:00:09.817Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T02:00:09.817Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T02:00:09.817Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T02:00:09.825Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T02:00:18.434Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:00:18.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T02:00:18.439Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e2f15075-dedb-42ba-bc89-b61ee968bfc8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525590862,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T02:00:18.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T02:00:18.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T02:00:18.440Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525591885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T02:00:18.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T02:00:18.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T02:00:18.440Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525591885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T02:00:18.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T02:00:18.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T02:00:18.440Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525591885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-24T02:00:18.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T02:00:18.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T02:00:18.441Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525591885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T02:00:18.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T02:00:18.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T02:00:18.441Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525591885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-24T02:00:18.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T02:00:18.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T02:00:18.441Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525591885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T02:00:18.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T02:00:18.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T02:00:18.441Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525591885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T02:00:18.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T02:00:18.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T02:00:18.442Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525591885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T02:00:18.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T02:00:18.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T02:00:18.442Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525600083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T02:00:18.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T02:00:18.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T02:00:18.442Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525602466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T02:00:18.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T02:00:18.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T02:00:18.442Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525603531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T02:00:18.443Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T02:00:18.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T02:00:18.443Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525604587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T02:00:18.443Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T02:00:18.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T02:00:18.443Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525605785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T02:00:18.443Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T02:00:18.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T02:00:18.443Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525606787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-24T02:00:18.443Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T02:00:18.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T02:00:18.443Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525607790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-24T02:00:18.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T02:00:18.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T02:00:18.444Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525608793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T02:00:18.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T02:00:39.826Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cef1fbac-9c80-46fb-b4ea-1b92852e8819 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-24T02:00:39.836Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cef1fbac-9c80-46fb-b4ea-1b92852e8819 and serviceModelVersionId: b552c261-df8f-4be2-a143-9a25ad48de73
2023-01-24T02:00:39.836Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f974e6bd-9972-4734-91ff-029c15ab38fd
2023-01-24T02:00:39.837Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f974e6bd-9972-4734-91ff-029c15ab38fd/model-vers/model-ver/b552c261-df8f-4be2-a143-9a25ad48de73?depth=0
2023-01-24T02:00:39.840Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T02:00:39.881Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f974e6bd-9972-4734-91ff-029c15ab38fd/model-vers/model-ver/b552c261-df8f-4be2-a143-9a25ad48de73?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-01-24T02:00:39.882Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f974e6bd-9972-4734-91ff-029c15ab38fd/model-vers/model-ver/b552c261-df8f-4be2-a143-9a25ad48de73?depth=0|INFO|500||Invoke
2023-01-24T02:00:39.887Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f974e6bd-9972-4734-91ff-029c15ab38fd/model-vers/model-ver/b552c261-df8f-4be2-a143-9a25ad48de73?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-24T02:00:39.981Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f974e6bd-9972-4734-91ff-029c15ab38fd/model-vers/model-ver/b552c261-df8f-4be2-a143-9a25ad48de73?depth=0|INFO|500||InvokeReturn
2023-01-24T02:00:39.982Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f974e6bd-9972-4734-91ff-029c15ab38fd/model-vers/model-ver/b552c261-df8f-4be2-a143-9a25ad48de73?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 02:00:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[90], vertex-id=[704752], x-aai-txid=[2-aai-resources-230124-02:00:39:071-13835], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T02:00:39.982Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-01-24T02:00:39.982Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T02:00:39.982Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T02:00:39.991Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T02:00:39.992Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cef1fbac-9c80-46fb-b4ea-1b92852e8819 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T02:00:39.992Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T02:00:39.992Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-24T02:00:39.992Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T02:00:39.992Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525639992,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-24T02:00:41.007Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:01:18.434Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:01:18.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-24T02:01:18.441Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cef1fbac-9c80-46fb-b4ea-1b92852e8819",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674525639992,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T02:01:18.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T02:01:41.007Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:02:18.434Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:02:41.009Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:03:18.435Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:03:41.010Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:04:18.436Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:04:41.010Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:05:18.438Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:05:41.012Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:06:18.438Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:06:41.013Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:07:18.439Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:07:41.014Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:08:18.441Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:08:41.014Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:09:18.441Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:09:41.016Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:10:18.443Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:10:41.018Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:11:18.445Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:11:41.018Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:12:18.446Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:12:41.019Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:13:18.448Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:13:41.019Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:14:18.449Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:14:41.021Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:15:18.450Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:15:41.022Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:16:18.451Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:16:41.022Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:17:18.453Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:17:41.024Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:18:18.456Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:18:41.025Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:19:18.457Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:19:41.027Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:20:18.458Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:20:41.028Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:21:18.459Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:21:41.030Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:22:18.460Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:22:41.030Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:23:18.461Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:23:41.032Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:24:18.463Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:24:41.032Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:25:18.465Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:25:41.034Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:26:18.466Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:26:41.035Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:27:18.468Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:27:41.037Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:28:18.469Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:28:41.038Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:29:18.470Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:29:41.039Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:30:18.473Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:30:41.040Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:31:18.473Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:31:41.040Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:32:18.475Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:32:41.040Z|ec9984ee-d62f-4409-9229-f1ea8c52df79|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:33:18.476Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:33:41.041Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:34:18.479Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:34:41.042Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:35:18.479Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:35:41.042Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:36:18.480Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:36:41.045Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:37:18.482Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:37:41.045Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:38:18.486Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:38:41.046Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:39:18.486Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:39:41.048Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:40:18.488Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:40:41.048Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:41:18.490Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:41:41.049Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:42:18.490Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:42:41.051Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:43:18.492Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:43:41.053Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:44:18.493Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:44:41.054Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:45:18.494Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:45:41.055Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:46:18.495Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:46:41.055Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:47:18.496Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:47:41.056Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:48:18.498Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:48:41.056Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:49:18.499Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:49:41.060Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:50:18.501Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:50:41.061Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:51:18.503Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:51:41.062Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:52:18.503Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:52:41.063Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:53:18.504Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:53:41.063Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:54:18.505Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:54:41.065Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:55:18.506Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:55:41.065Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:56:18.506Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:56:41.067Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:57:18.508Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:57:41.068Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:58:18.508Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:58:41.069Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T02:59:18.509Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T02:59:41.070Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:00:18.511Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:00:41.071Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:01:18.512Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:01:41.071Z|cef1fbac-9c80-46fb-b4ea-1b92852e8819|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:02:18.513Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:02:41.073Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:03:18.514Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:03:41.073Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:04:18.516Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:04:41.073Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:05:18.517Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:05:41.074Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:06:18.518Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:06:41.075Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:07:18.518Z|361a3c6c-60bd-4f39-8149-80dc0d208471|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:07:41.077Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:08:18.520Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:08:41.079Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:09:18.520Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:09:41.080Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:10:18.522Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:10:41.080Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:11:18.523Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:11:41.081Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:12:18.523Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:12:41.083Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:13:18.524Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:13:41.083Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:14:18.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:14:41.083Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:15:18.526Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:15:41.084Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:16:18.527Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:16:41.085Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:17:18.529Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:17:41.086Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:18:18.529Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:18:41.088Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:19:18.530Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:19:41.089Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:20:18.531Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:20:41.090Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:21:18.532Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:21:41.091Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:22:18.532Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:22:41.091Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:23:18.534Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:23:41.093Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:24:18.534Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:24:41.093Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:25:18.535Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:25:41.094Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:26:18.536Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:26:41.096Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:27:18.538Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:27:41.097Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:28:18.539Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:28:41.097Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:29:18.540Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:29:41.099Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:30:18.542Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:30:41.099Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:31:18.542Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T03:31:41.101Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T03:32:18.545Z|59f6474b-2204-40e6-94f5-da1489a8c42a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO