Results

By type

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

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

2023-05-06T23:30:17.453Z||main|||||INFO|500||The following profiles are active: basic
2023-05-06T23:30:30.309Z||main|||||INFO|500||Starting service [Tomcat]
2023-05-06T23:30:30.310Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-05-06T23:30:30.482Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-05-06T23:30:33.897Z||main|||||INFO|500||catdb-pool - Starting...
2023-05-06T23:30:34.321Z||main|||||INFO|500||catdb-pool - Start completed.
2023-05-06T23:30:34.998Z||main|||||INFO|500||reqdb-pool - Starting...
2023-05-06T23:30:35.025Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-05-06T23:30:35.232Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-05-06T23:30:35.661Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-05-06T23:30:37.046Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-05-06T23:30:40.854Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-06T23:30:43.524Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-06T23:30:43.571Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-05-06T23:30:44.019Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-06T23:30:44.496Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-05-06T23:30:45.404Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-06T23:30:46.586Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2023-05-06T23:30:47.571Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-05-06T23:30:47.572Z||main|||||ERROR|500||(conn=952) Table 'catalogdb.activity_spec' doesn't exist
2023-05-06T23:30:47.589Z||main|||||WARN|500||Exception on deploying activitySpecs:  could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2023-05-06T23:30:49.785Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-05-06T23:30:51.865Z||main|||||WARN|500||---
2023-05-06T23:30:51.865Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-05-06T23:30:51.865Z||main|||||WARN|500||---
2023-05-06T23:30:52.283Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-05-06T23:30:57.184Z||main|||||INFO|500||Started Application in 47.479 seconds (JVM running for 51.338)
2023-05-06T23:30:57.228Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-05-06T23:30:57.231Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-05-06T23:30:57.251Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-05-06T23:30:57.324Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 0f81a341-9271-4ffc-ade9-a229211360ca url= /sdc/v1/artifactTypes
2023-05-06T23:30:57.330Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-05-06T23:30:57.643Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-06T23:30:57.708Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with SDC server
2023-05-06T23:30:57.709Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-05-06T23:30:57.709Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 36856b1a-4c55-42a5-adf5-5f44d0e01a76 url= /sdc/v1/distributionKafkaData
2023-05-06T23:30:57.709Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-05-06T23:30:57.745Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-06T23:30:57.751Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@32c4d00d
2023-05-06T23:30:57.828Z||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-5f052182-1ba6-41ca-8935-dc14c0f2908d
	compression.type = none
	connections.max.idle.ms = 540000
	delivery.timeout.ms = 120000
	enable.idempotence = true
	interceptor.classes = []
	key.serializer = class org.apache.kafka.common.serialization.StringSerializer
	linger.ms = 0
	max.block.ms = 60000
	max.in.flight.requests.per.connection = 5
	max.request.size = 1048576
	metadata.max.age.ms = 300000
	metadata.max.idle.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partitioner.adaptive.partitioning.enable = true
	partitioner.availability.timeout.ms = 0
	partitioner.class = null
	partitioner.ignore.keys = false
	receive.buffer.bytes = 32768
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retries = 2147483647
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.timeout.ms = 60000
	transactional.id = null
	value.serializer = class org.apache.kafka.common.serialization.StringSerializer

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

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

2023-05-06T23:30:58.300Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-06T23:30:58.302Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-06T23:30:58.302Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1683415858300
2023-05-06T23:30:58.303Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:30:58.307Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:30:58.321Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-05-06T23:30:59.252Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 Y3qRXwtwRrmVRKaO939Xaw
2023-05-06T23:30:59.253Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 Y3qRXwtwRrmVRKaO939Xaw
2023-05-06T23:30:59.256Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Cluster ID: wlGK1f-6RZGFCQZZ5b16Hw
2023-05-06T23:30:59.260Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 Y3qRXwtwRrmVRKaO939Xaw
2023-05-06T23:30:59.254Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:30:59.261Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:30:59.261Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:30:59.261Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:30:59.261Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:30:59.261Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:30:59.261Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 Y3qRXwtwRrmVRKaO939Xaw
2023-05-06T23:30:59.262Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 Y3qRXwtwRrmVRKaO939Xaw
2023-05-06T23:30:59.262Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 Y3qRXwtwRrmVRKaO939Xaw
2023-05-06T23:30:59.262Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] ProducerId set to 1002 with epoch 0
2023-05-06T23:30:59.264Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Cluster ID: wlGK1f-6RZGFCQZZ5b16Hw
2023-05-06T23:30:59.265Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-05-06T23:30:59.266Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Cluster ID: wlGK1f-6RZGFCQZZ5b16Hw
2023-05-06T23:30:59.267Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-05-06T23:30:59.304Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] (Re-)joining group
2023-05-06T23:30:59.305Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] (Re-)joining group
2023-05-06T23:30:59.358Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7-c9d16fe6-0804-419a-9ca4-e308d1eccdaa
2023-05-06T23:30:59.359Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-05-06T23:30:59.360Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] (Re-)joining group
2023-05-06T23:30:59.365Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0-cf797c4c-da90-4b0c-98ba-54a6a27b8038
2023-05-06T23:30:59.365Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-05-06T23:30:59.365Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] (Re-)joining group
2023-05-06T23:31:05.373Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0-cf797c4c-da90-4b0c-98ba-54a6a27b8038', protocol='range'}
2023-05-06T23:31:05.375Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7-c9d16fe6-0804-419a-9ca4-e308d1eccdaa', protocol='range'}
2023-05-06T23:31:05.438Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:31:05.438Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:31:05.438Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:31:05.438Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:31:05.438Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:31:05.438Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-06T23:31:05.443Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0-cf797c4c-da90-4b0c-98ba-54a6a27b8038=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-0196ff7b-8622-48ff-8819-a25cf42f80b7-c9d16fe6-0804-419a-9ca4-e308d1eccdaa=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-05-06T23:31:05.487Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0-cf797c4c-da90-4b0c-98ba-54a6a27b8038', protocol='range'}
2023-05-06T23:31:05.489Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-05-06T23:31:05.492Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7-c9d16fe6-0804-419a-9ca4-e308d1eccdaa', protocol='range'}
2023-05-06T23:31:05.492Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-05-06T23:31:05.495Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-05-06T23:31:05.495Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-05-06T23:31:05.515Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-05-06T23:31:05.515Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-05-06T23:31:05.515Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-05-06T23:31:05.516Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-05-06T23:31:05.516Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-05-06T23:31:05.516Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-05-06T23:31:05.518Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-05-06T23:31:05.519Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-05-06T23:31:05.519Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-05-06T23:31:05.519Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-05-06T23:31:05.519Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-05-06T23:31:05.519Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-05-06T23:31:05.563Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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-05-06T23:31:05.567Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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-05-06T23:31:05.622Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-06T23:31:05.623Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-06T23:31:05.626Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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-05-06T23:31:05.626Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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-05-06T23:31:05.631Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-06T23:31:05.632Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-06T23:31:05.634Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-06T23:31:05.634Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-06T23:31:05.635Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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-05-06T23:31:05.635Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, 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-05-06T23:31:58.290Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:31:58.311Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:32:58.292Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:32:58.312Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:33:58.293Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:33:58.314Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:34:58.294Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:34:58.316Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:35:58.296Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:35:58.318Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:36:58.296Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:36:58.319Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:37:58.298Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:37:58.321Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:38:58.298Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:38:58.322Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:39:58.299Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:39:58.323Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:39:59.292Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ed6e4395-defd-4029-9342-ad09c55bded0, groupId=SO] Node -1 disconnected.
2023-05-06T23:39:59.299Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0196ff7b-8622-48ff-8819-a25cf42f80b7, groupId=SO] Node -1 disconnected.
2023-05-06T23:39:59.534Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Node -1 disconnected.
2023-05-06T23:40:29.046Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-05-06T23:40:58.301Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:40:58.324Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:41:58.302Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:41:58.326Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:42:58.303Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:42:58.327Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:43:58.305Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:43:58.329Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:44:58.305Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:44:58.329Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:45:58.306Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:45:58.332Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:46:58.308Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:46:58.334Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:47:58.309Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:47:58.335Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:48:58.309Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:48:58.337Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:49:58.311Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:49:58.338Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:50:58.312Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:50:58.340Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:51:58.312Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:51:58.341Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:52:58.314Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:52:58.343Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:53:58.316Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:53:58.345Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:54:58.317Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:54:58.347Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:55:58.318Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:55:58.349Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:56:58.319Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:56:58.350Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:57:58.321Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:57:58.352Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:58:58.322Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:58:58.354Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T23:59:58.323Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T23:59:58.355Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:00:58.324Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:00:58.359Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:01:58.326Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:01:58.360Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:02:58.327Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:02:58.362Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:03:58.328Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:03:58.364Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:04:58.328Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:04:58.364Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:05:58.330Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:05:58.366Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:06:58.331Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:06:58.367Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:07:58.333Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:07:58.368Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:08:58.334Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:08:58.369Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:09:58.336Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:09:58.369Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:10:58.338Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:10:58.371Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:11:58.340Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:11:58.373Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:12:58.341Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:12:58.375Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:13:58.342Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:13:58.376Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:14:58.343Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:14:58.378Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:15:58.347Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:15:58.380Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:16:58.348Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:16:58.382Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:17:58.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:17:58.383Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:18:58.350Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:18:58.383Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:19:58.351Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:19:58.385Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:20:58.353Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:20:58.387Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:21:58.354Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:21:58.388Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:22:58.355Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:22:58.389Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:23:58.357Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:23:58.391Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:24:58.359Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:24:58.393Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:25:58.360Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:25:58.394Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:26:58.360Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:26:58.394Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:27:58.362Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:27:58.396Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:28:58.362Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:28:58.397Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:29:58.363Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:29:58.397Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:30:58.365Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:30:58.399Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:31:58.367Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:31:58.400Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:32:58.367Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:32:58.401Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:33:58.368Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:33:58.402Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:34:58.370Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:34:58.404Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:35:58.371Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:35:58.405Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:36:58.372Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:36:58.407Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:37:58.372Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:37:58.409Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:38:58.374Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:38:58.409Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:39:58.375Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:39:58.410Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:40:58.376Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:40:58.411Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:41:58.377Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:41:58.412Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:42:58.378Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:42:58.413Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:43:58.380Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:43:58.415Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:44:58.380Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:44:58.416Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:45:58.382Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:45:58.417Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:46:58.382Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:46:58.419Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:47:58.384Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:47:58.420Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:48:58.385Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:48:58.422Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:49:58.386Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:49:58.423Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:50:58.387Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:50:58.423Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:51:58.387Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:51:58.425Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:52:58.389Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:52:58.426Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:53:58.391Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:53:58.428Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:54:58.392Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:54:58.432Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:55:58.393Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:55:58.434Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:56:58.394Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:56:58.435Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:57:58.396Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:57:58.436Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:58:58.397Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:58:58.437Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T00:59:58.398Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T00:59:58.444Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:00:58.399Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:00:58.446Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:01:58.400Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:01:58.447Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:02:58.402Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:02:58.449Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:03:58.403Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:03:58.450Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:04:58.405Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:04:58.451Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:05:58.406Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:05:58.452Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:06:58.407Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:06:58.453Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:07:58.409Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:07:58.453Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:08:58.410Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:08:58.454Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:09:58.412Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:09:58.455Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:10:58.412Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:10:58.456Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:11:58.414Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:11:58.456Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:12:58.414Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:12:58.457Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:13:58.416Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:13:58.458Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:14:58.417Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:14:58.459Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:15:58.418Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:15:58.460Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:16:58.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:16:58.460Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:17:58.421Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:17:58.460Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:18:58.423Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:18:58.461Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:19:58.425Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:19:58.463Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:20:58.426Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:20:58.464Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:21:58.428Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:21:58.465Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:22:58.430Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:22:58.466Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:23:58.431Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:23:58.466Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:24:58.432Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:24:58.467Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:25:58.432Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:25:58.467Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:26:58.434Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:26:58.469Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:27:58.436Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:27:58.470Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:28:58.436Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:28:58.471Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:29:58.438Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:29:58.472Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:30:58.440Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:30:58.473Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:31:58.441Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:31:58.474Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:32:58.443Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:32:58.475Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:33:58.444Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:33:58.476Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:34:58.445Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:34:58.478Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:35:58.447Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:35:58.479Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:36:58.448Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:36:58.480Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:37:58.451Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:37:58.481Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:38:58.453Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:38:58.482Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:39:58.454Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:39:58.483Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:40:58.457Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:40:58.484Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:41:58.459Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:41:58.484Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:42:58.461Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:42:58.485Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:43:58.461Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:43:58.486Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:44:58.463Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:44:58.487Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:25.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T01:45:25.353Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"d6e68777-fb9a-4eaa-96e6-22497d3031df","serviceName":"vFW 2023-05-07 01-43-55","serviceVersion":"1.0","serviceUUID":"0e0bcbe5-3d8d-4aa5-9175-6fc41959db98","serviceDescription":"catalog service description","serviceInvariantUUID":"748b1a49-4f07-423c-80fd-f3b2c5b98deb","resources":[{"resourceInstanceName":"vFW fea95647-28e1 0","resourceName":"vFW fea95647-28e1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f999c25b-28ff-4b74-8bbc-4afc08c20812","resourceInvariantUUID":"b5bd79d7-d7ec-4ede-8c4a-7ef4f1e7dc8e","resourceCustomizationUUID":"aba36388-1509-472d-9903-48e8f765b089","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vf-license-model.xml","artifactChecksum":"MjBmNTlhMjU4Y2JjNDIyNDMzOGQ2NTNiYTQ3MmU4Y2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6c0b01e-d06f-4228-b147-271e7e2c9565","artifactVersion":"1"},{"artifactName":"vfwfea9564728e10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json","artifactChecksum":"ZDQ2M2Y5ODNjYWQ1MjU2OTZlMWUwMDY2NDc0NjQ2ZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8bb29512-ecc6-4ff2-8d05-bd15fc3d6d30","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1b433664-6c1b-4c67-a1bf-fa8887100c33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vendor-license-model.xml","artifactChecksum":"MjE1ZjMwNjg5ODc5NTNlMzUzZTIxYTA5ZDMyMzg1YmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c7304fae-2597-48eb-a65c-583064ead216","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0725a906-e26b-4800-8048-1fa8b1a2e613","artifactVersion":"2","generatedFromUUID":"1b433664-6c1b-4c67-a1bf-fa8887100c33"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230507014355-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-template.yml","artifactChecksum":"NWExYjRhMzU4NDA4MmMwZDFhZTM5N2Y4Y2YzOTE3OTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"05e104d5-a188-4831-8a2c-33fb0a10a738","artifactVersion":"1"},{"artifactName":"service-Vfw20230507014355-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar","artifactChecksum":"Zjg5ZTljNTY4ZmQ0OGM2OTliMGExOTg2MTM5M2ViM2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4622a86-2b63-4cae-9faf-2f7de730a73d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-07T01:45:25.367Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:45:25.374Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:25.374Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:25.374Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423898463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:25.383Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T01:45:25.383Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T01:45:25.383Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T01:45:25.384Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T01:45:25.384Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T01:45:25.384Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T01:45:25.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T01:45:25.461Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683423909454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:45:25.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:45:26.408Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:45:26.408Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:26.408Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:26.409Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423898463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:27.410Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:45:27.410Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:27.411Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:27.411Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423898463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:28.412Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:45:28.413Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:28.413Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:28.414Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423898463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:29.415Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:45:29.416Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:29.416Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:29.417Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423898463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:30.418Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:45:30.419Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:30.419Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:30.420Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423898463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:31.421Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:45:31.422Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:31.423Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:31.423Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423898463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:32.426Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "serviceName": "vFW 2023-05-07 01-43-55",
  "serviceVersion": "1.0",
  "serviceUUID": "0e0bcbe5-3d8d-4aa5-9175-6fc41959db98",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "748b1a49-4f07-423c-80fd-f3b2c5b98deb",
  "resources": [
    {
      "resourceInstanceName": "vFW fea95647-28e1 0",
      "resourceCustomizationUUID": "aba36388-1509-472d-9903-48e8f765b089",
      "resourceName": "vFW fea95647-28e1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f999c25b-28ff-4b74-8bbc-4afc08c20812",
      "resourceInvariantUUID": "b5bd79d7-d7ec-4ede-8c4a-7ef4f1e7dc8e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwfea9564728e10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
          "artifactChecksum": "ZDQ2M2Y5ODNjYWQ1MjU2OTZlMWUwMDY2NDc0NjQ2ZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8bb29512-ecc6-4ff2-8d05-bd15fc3d6d30",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1b433664-6c1b-4c67-a1bf-fa8887100c33",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0725a906-e26b-4800-8048-1fa8b1a2e613",
            "generatedFromUUID": "1b433664-6c1b-4c67-a1bf-fa8887100c33"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0725a906-e26b-4800-8048-1fa8b1a2e613",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230507014355-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
      "artifactChecksum": "Zjg5ZTljNTY4ZmQ0OGM2OTliMGExOTg2MTM5M2ViM2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e4622a86-2b63-4cae-9faf-2f7de730a73d"
    }
  ],
  "workloadContext": "Production"
}
2023-05-07T01:45:32.427Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-07T01:45:32.427Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0e0bcbe5-3d8d-4aa5-9175-6fc41959db98 ASDC
2023-05-07T01:45:32.524Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d6e68777-fb9a-4eaa-96e6-22497d3031df
ServiceName:vFW 2023-05-07 01-43-55
ServiceVersion:1.0
ServiceUUID:0e0bcbe5-3d8d-4aa5-9175-6fc41959db98
ServiceInvariantUUID:748b1a49-4f07-423c-80fd-f3b2c5b98deb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230507014355-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar
ArtifactUUID:e4622a86-2b63-4cae-9faf-2f7de730a73d
ArtifactChecksum:Zjg5ZTljNTY4ZmQ0OGM2OTliMGExOTg2MTM5M2ViM2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fea95647-28e1 0
ResourceCustomizationUUID:aba36388-1509-472d-9903-48e8f765b089
ResourceInvariantUUID:b5bd79d7-d7ec-4ede-8c4a-7ef4f1e7dc8e
ResourceName:vFW fea95647-28e1
ResourceType:VF
ResourceUUID:f999c25b-28ff-4b74-8bbc-4afc08c20812
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfea9564728e10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json
ArtifactUUID:8bb29512-ecc6-4ff2-8d05-bd15fc3d6d30
ArtifactChecksum:ZDQ2M2Y5ODNjYWQ1MjU2OTZlMWUwMDY2NDc0NjQ2ZTI=
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/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml
ArtifactUUID:1b433664-6c1b-4c67-a1bf-fa8887100c33
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/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env
ArtifactUUID:0725a906-e26b-4800-8048-1fa8b1a2e613
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/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env
ArtifactUUID:0725a906-e26b-4800-8048-1fa8b1a2e613
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-07T01:45:32.524Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0e0bcbe5-3d8d-4aa5-9175-6fc41959db98 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T01:45:32.729Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T01:45:32.729Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-05-07T01:45:32.730Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-05-07T01:45:32.730Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e4622a86-2b63-4cae-9faf-2f7de730a73d from URL: /sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:32.731Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-05-07T01:45:32.731Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:32.878Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-05-07T01:45:32.882Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar e4622a86-2b63-4cae-9faf-2f7de730a73d 101504
2023-05-07T01:45:32.883Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar ASDC sendASDCNotification
2023-05-07T01:45:32.883Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:32.883Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T01:45:32.884Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:32.884Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:32.884Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423932882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:33.885Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T01:45:33.886Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-05-07T01:45:33.887Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e4622a86-2b63-4cae-9faf-2f7de730a73d, URL: /sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar to file: /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:33.887Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230507014355-csar.csar
2023-05-07T01:45:33.970Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:33.971Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:34.350Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14941627555290873984/Definitions/service-Vfw20230507014355-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-05-07T01:45:36.422Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-07T01:45:36.426Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fea95647-28e1 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-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:36.427Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-05-07T01:45:36.433Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:36.435Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:36.438Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:36.438Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-05-07T01:45:36.439Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T01:45:36.440Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:36.440Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:36.440Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:36.440Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-05-07T01:45:36.441Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T01:45:36.441Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:36.441Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:36.445Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:36.445Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is not matching search criteria
2023-05-07T01:45:36.445Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-07T01:45:36.445Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-07T01:45:36.446Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.446Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:36.446Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-07T01:45:36.446Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.446Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-07T01:45:36.446Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-07T01:45:36.446Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-07T01:45:36.447Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.447Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:36.447Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-07T01:45:36.447Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:36.447Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-07T01:45:36.447Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.447Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-07T01:45:36.448Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:36.448Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-07T01:45:36.449Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:36.449Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:36.449Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:45:36.449Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:36.449Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:36.449Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:45:36.449Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:36.449Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:36.449Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:45:36.449Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c812c176-5800-4cce-b955-b1232112765e
2023-05-07T01:45:36.450Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-07T01:45:36.451Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f0905c3f-a61f-4e3c-a6b7-cf5d041cfac0
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-07T01:45:36.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=db46c649-5298-425c-ac7b-aace82563ff1
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:36.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-05-07 01-43-55
Description:catalog service description
Model UUID:0e0bcbe5-3d8d-4aa5-9175-6fc41959db98
Model Version:NULL
Model InvariantUuid:748b1a49-4f07-423c-80fd-f3b2c5b98deb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW fea95647-28e1
Model UUID:d913213c-a1f2-42e7-955a-0fc1eac6eace
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b5bd79d7-d7ec-4ede-8c4a-7ef4f1e7dc8e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:aba36388-1509-472d-9903-48e8f765b089
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9d82349b-4608-4cfb-8863-5b964b2de9a0
ModelName:VfwFea9564728e1..base_vfw..module-0
ModelUuid:c286a1bb-7737-4fb2-8a23-06ed2bb31eac
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c812c176-5800-4cce-b955-b1232112765e
ModelInvariantUuid:ab7d4634-38ec-4184-aff2-e3d490e82e5b
ModelName:vFW fea95647-28e1-nodes.vfwCvfc
ModelUuid:b3954bf9-eb6f-4f71-86e9-fe36a3607f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b696be27-7de6-4359-9e9a-c50671e432a3
ModelInvariantUuid:a48ae270-fb07-4717-bee8-7bd775fcaf88
ModelName:VfwFea9564728e1.compute.nodes.heat.vfw
ModelUuid:58b27e34-4571-47c9-9ed6-74ff57f27d2a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f0905c3f-a61f-4e3c-a6b7-cf5d041cfac0
ModelInvariantUuid:4dd74c0a-11cc-42e0-a91d-45a3618fc378
ModelName:vFW fea95647-28e1-nodes.vsnCvfc
ModelUuid:1e484076-c24c-40c4-b1c0-bdbe9236f19d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:af2d81dd-e404-418c-8985-1e7f60e32c84
ModelInvariantUuid:138c77dd-0ff7-4fa2-94e2-9dbcf10e506b
ModelName:VfwFea9564728e1.compute.nodes.heat.vsn
ModelUuid:3b53ba8c-cc57-41cb-a8e9-2432892b5474
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:db46c649-5298-425c-ac7b-aace82563ff1
ModelInvariantUuid:51b72a13-4bfe-4e87-923a-0ebb0e3c6ed5
ModelName:vFW fea95647-28e1-nodes.vpgCvfc
ModelUuid:07fc7a4e-a848-48d1-b3de-d9232fab0ab7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:62a23351-13ce-438f-8a5a-3cee8f5d6443
ModelInvariantUuid:50997262-c12b-460a-9a64-e28d57278f9b
ModelName:VfwFea9564728e1.compute.nodes.heat.vpg
ModelUuid:2f8c3d3b-3d4f-46ce-964a-02f4dbfc053e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-07T01:45:36.484Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f999c25b-28ff-4b74-8bbc-4afc08c20812
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T01:45:36.537Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||vFW fea95647-28e1 0
2023-05-07T01:45:36.543Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f999c25b-28ff-4b74-8bbc-4afc08c20812
2023-05-07T01:45:36.543Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8bb29512-ecc6-4ff2-8d05-bd15fc3d6d30 from URL: /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json
2023-05-07T01:45:36.544Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-05-07T01:45:36.544Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json
2023-05-07T01:45:36.660Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-05-07T01:45:36.661Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json 8bb29512-ecc6-4ff2-8d05-bd15fc3d6d30 785
2023-05-07T01:45:36.661Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json ASDC sendASDCNotification
2023-05-07T01:45:36.661Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json
2023-05-07T01:45:36.661Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T01:45:36.661Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:36.662Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:36.662Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423936661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:37.664Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFea9564728e1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9d82349b-4608-4cfb-8863-5b964b2de9a0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c286a1bb-7737-4fb2-8a23-06ed2bb31eac",
    "vfModuleModelCustomizationUUID": "189069e1-49c4-4c7b-92c7-f7b3bbb77250",
    "isBase": true,
    "artifacts": [
      "1b433664-6c1b-4c67-a1bf-fa8887100c33",
      "0725a906-e26b-4800-8048-1fa8b1a2e613"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-05-07T01:45:37.692Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFea9564728e1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c286a1bb-7737-4fb2-8a23-06ed2bb31eac
VfModuleModelInvariantUUID:9d82349b-4608-4cfb-8863-5b964b2de9a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b433664-6c1b-4c67-a1bf-fa8887100c33
,
0725a906-e26b-4800-8048-1fa8b1a2e613

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

isBase:true


}

2023-05-07T01:45:37.698Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFea9564728e1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9d82349b-4608-4cfb-8863-5b964b2de9a0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c286a1bb-7737-4fb2-8a23-06ed2bb31eac",
    "vfModuleModelCustomizationUUID": "189069e1-49c4-4c7b-92c7-f7b3bbb77250",
    "isBase": true,
    "artifacts": [
      "1b433664-6c1b-4c67-a1bf-fa8887100c33",
      "0725a906-e26b-4800-8048-1fa8b1a2e613"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-05-07T01:45:37.698Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFea9564728e1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c286a1bb-7737-4fb2-8a23-06ed2bb31eac
VfModuleModelInvariantUUID:9d82349b-4608-4cfb-8863-5b964b2de9a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b433664-6c1b-4c67-a1bf-fa8887100c33
,
0725a906-e26b-4800-8048-1fa8b1a2e613

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

isBase:true


}

2023-05-07T01:45:37.698Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1b433664-6c1b-4c67-a1bf-fa8887100c33 from URL: /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml
2023-05-07T01:45:37.698Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-05-07T01:45:37.699Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml
2023-05-07T01:45:37.824Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-05-07T01:45:37.825Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml 1b433664-6c1b-4c67-a1bf-fa8887100c33 20368
2023-05-07T01:45:37.825Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-05-07T01:45:37.825Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml
2023-05-07T01:45:37.825Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T01:45:37.826Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:37.826Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:37.826Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423937825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:38.828Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0725a906-e26b-4800-8048-1fa8b1a2e613 from URL: /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env
2023-05-07T01:45:38.828Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-05-07T01:45:38.828Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env
2023-05-07T01:45:38.944Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-05-07T01:45:38.945Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env 0725a906-e26b-4800-8048-1fa8b1a2e613 2098
2023-05-07T01:45:38.945Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env ASDC sendASDCNotification
2023-05-07T01:45:38.945Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env
2023-05-07T01:45:38.946Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T01:45:38.946Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:38.946Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:38.946Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423938945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:39.948Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0e0bcbe5-3d8d-4aa5-9175-6fc41959db98
2023-05-07T01:45:39.949Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fea95647-28e1 0 f999c25b-28ff-4b74-8bbc-4afc08c20812 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T01:45:40.015Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38d074af, org.onap.sdc.toscaparser.api.parameters.Input@2b397c0e, org.onap.sdc.toscaparser.api.parameters.Input@68baa242, org.onap.sdc.toscaparser.api.parameters.Input@488dc221, org.onap.sdc.toscaparser.api.parameters.Input@73c3b293]
2023-05-07T01:45:40.021Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:40.022Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:40.023Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2023-05-07T01:45:40.023Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= aba36388-1509-472d-9903-48e8f765b089
2023-05-07T01:45:40.023Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aba36388-1509-472d-9903-48e8f765b089 matches Tosca VF Customization UUID: aba36388-1509-472d-9903-48e8f765b089
2023-05-07T01:45:40.023Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: aba36388-1509-472d-9903-48e8f765b089  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-05-07T01:45:40.036Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:40.037Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:40.039Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id aba36388-1509-472d-9903-48e8f765b089: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-07T01:45:40.039Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@456ca0ab
2023-05-07T01:45:40.040Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:40.040Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-07T01:45:40.041Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 189069e1-49c4-4c7b-92c7-f7b3bbb77250
2023-05-07T01:45:40.042Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 189069e1-49c4-4c7b-92c7-f7b3bbb77250
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-05-07T01:45:40.050Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:40.050Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:40.050Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:45:40.051Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:40.052Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:40.052Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:45:40.052Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:40.052Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is not matching search criteria
2023-05-07T01:45:40.052Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-07T01:45:40.052Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-05-07T01:45:40.052Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-07T01:45:40.052Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-07T01:45:40.053Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-07T01:45:40.053Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-07T01:45:40.053Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:40.053Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-07T01:45:40.053Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:40.053Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-07T01:45:40.054Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-07T01:45:40.054Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c812c176-5800-4cce-b955-b1232112765e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-05-07T01:45:40.063Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:40.063Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:40.064Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:45:40.064Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:40.064Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is not matching search criteria
2023-05-07T01:45:40.064Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-07T01:45:40.064Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-07T01:45:40.064Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-07T01:45:40.065Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:40.065Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-07T01:45:40.065Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-07T01:45:40.065Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-07T01:45:40.065Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-05-07T01:45:40.065Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-07T01:45:40.065Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:40.065Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-07T01:45:40.065Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-07T01:45:40.065Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f0905c3f-a61f-4e3c-a6b7-cf5d041cfac0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-05-07T01:45:40.070Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:40.070Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:40.070Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:45:40.072Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:40.073Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is not matching search criteria
2023-05-07T01:45:40.073Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-07T01:45:40.073Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-07T01:45:40.073Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-07T01:45:40.073Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:40.073Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-07T01:45:40.073Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-07T01:45:40.073Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-07T01:45:40.073Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-07T01:45:40.073Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-07T01:45:40.074Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-07T01:45:40.074Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-07T01:45:40.074Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-05-07T01:45:40.074Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=db46c649-5298-425c-ac7b-aace82563ff1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-05-07T01:45:40.078Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:40.078Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:40.078Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:45:40.078Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:40.079Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Node template vFW fea95647-28e1 0 is matching search criteria
2023-05-07T01:45:40.079Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fea95647-28e1 0] matching following query criteria: sdcType=VF, customizationUUID=aba36388-1509-472d-9903-48e8f765b089
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T01:45:40.083Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:40.084Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:40.084Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0e0bcbe5-3d8d-4aa5-9175-6fc41959db98: vFW fea95647-28e1
2023-05-07T01:45:40.084Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:40.084Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:40.085Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:40.085Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:40.085Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:40.085Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:40.085Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:40.085Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:40.085Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:45:40.085Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-05-07 01-43-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:45:40.085Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2023-05-07 01-43-55 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T01:45:40.561Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fea95647-28e1 f999c25b-28ff-4b74-8bbc-4afc08c20812 1 ASDC deployResourceStructure
2023-05-07T01:45:40.562Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json ASDC sendASDCNotification
2023-05-07T01:45:40.562Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json
2023-05-07T01:45:40.562Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T01:45:40.562Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:40.562Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:40.562Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423940562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:41.564Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-05-07T01:45:41.564Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml
2023-05-07T01:45:41.565Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T01:45:41.565Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:41.565Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:41.565Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423941564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:42.566Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env ASDC sendASDCNotification
2023-05-07T01:45:42.566Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env
2023-05-07T01:45:42.566Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T01:45:42.566Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:42.566Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:42.567Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423942566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:43.567Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar ASDC sendASDCNotification
2023-05-07T01:45:43.568Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar
2023-05-07T01:45:43.568Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T01:45:43.568Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:45:43.569Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:45:43.569Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423943567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:44.570Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6e68777-fb9a-4eaa-96e6-22497d3031df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T01:45:44.616Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6e68777-fb9a-4eaa-96e6-22497d3031df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T01:45:44.620Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T01:45:44.621Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-07T01:45:44.621Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-07T01:45:58.306Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:45:58.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T01:45:58.310Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423898463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:45:58.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:14.621Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6e68777-fb9a-4eaa-96e6-22497d3031df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T01:46:14.650Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6e68777-fb9a-4eaa-96e6-22497d3031df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T01:46:14.655Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T01:46:14.656Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-07T01:46:14.656Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-07T01:46:44.656Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6e68777-fb9a-4eaa-96e6-22497d3031df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T01:46:44.689Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6e68777-fb9a-4eaa-96e6-22497d3031df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T01:46:44.695Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T01:46:44.695Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-07T01:46:44.695Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-07T01:46:58.306Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:46:58.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.314Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423914253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.315Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.316Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "aai-model-loader",
  "timestamp": 1683423917146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.316Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.316Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423911360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.316Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.316Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683423913416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.316Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.316Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "aai-model-loader",
  "timestamp": 1683423917146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.317Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.317Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683423909454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.317Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.317Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423914253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.317Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.317Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423898463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
  "status": "NOTIFIED"
}
2023-05-07T01:46:58.318Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.318Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683423913416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.318Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.318Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423911360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
  "status": "NOTIFIED"
}
2023-05-07T01:46:58.318Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.318Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "aai-model-loader",
  "timestamp": 1683423917146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.319Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.319Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683423909454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.319Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.319Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423914253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.319Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.319Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423898463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-05-07T01:46:58.321Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.321Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.321Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683423913416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-05-07T01:46:58.321Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.321Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.321Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423911360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-05-07T01:46:58.321Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.321Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.322Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "aai-model-loader",
  "timestamp": 1683423917146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.322Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.322Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.322Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683423909454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.322Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.322Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.322Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423898463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.323Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.323Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423914253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.323Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.323Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683423913416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.323Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.323Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423911360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.324Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.324Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "aai-model-loader",
  "timestamp": 1683423917146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.324Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.324Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683423909454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.324Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.324Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423914253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.325Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.325Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423898463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-05-07T01:46:58.325Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.325Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683423913416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.325Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.325Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423911360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-05-07T01:46:58.326Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.326Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "aai-model-loader",
  "timestamp": 1683423917146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.326Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.326Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683423909454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.326Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.326Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423914253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.327Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.327Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423898463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.327Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.327Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423911360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.327Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.327Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683423913416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.328Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.328Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "aai-model-loader",
  "timestamp": 1683423917146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T01:46:58.328Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.328Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683423909454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T01:46:58.328Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423914253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423911360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683423913416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.329Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423898463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T01:46:58.330Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.330Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683423931998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.330Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.330Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423931646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.330Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.331Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683423932873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.331Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.331Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "aai-model-loader",
  "timestamp": 1683423933019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.331Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.331Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423932882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.331Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.332Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683423933022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T01:46:58.332Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.332Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683423933895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T01:46:58.359Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d6e68777-fb9a-4eaa-96e6-22497d3031df
2023-05-07T01:46:58.360Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6e68777-fb9a-4eaa-96e6-22497d3031df and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T01:46:58.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.384Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423932798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.385Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.385Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683423934028,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T01:46:58.399Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6e68777-fb9a-4eaa-96e6-22497d3031df
2023-05-07T01:46:58.400Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6e68777-fb9a-4eaa-96e6-22497d3031df and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T01:46:58.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.422Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423933927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.422Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.423Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423935071,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T01:46:58.436Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6e68777-fb9a-4eaa-96e6-22497d3031df
2023-05-07T01:46:58.437Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6e68777-fb9a-4eaa-96e6-22497d3031df and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-05-07T01:46:58.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.455Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423936661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.456Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683423935142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.457Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423936074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-07T01:46:58.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.457Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423937825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.457Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683423935142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.458Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.458Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423938945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.458Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.458Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683423935142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.459Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.459Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683423935142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.459Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.459Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423940562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-07T01:46:58.459Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.459Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683423935142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.460Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423941564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-05-07T01:46:58.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.460Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683423935142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:46:58.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.460Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423942566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-05-07T01:46:58.461Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.461Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683423935142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T01:46:58.461Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.461Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683423943567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T01:46:58.462Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.462Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683423943064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:46:58.462Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.462Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "aai-model-loader",
  "timestamp": 1683423944757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T01:46:58.462Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.462Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "aai-model-loader",
  "timestamp": 1683423945762,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T01:46:58.478Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6e68777-fb9a-4eaa-96e6-22497d3031df
2023-05-07T01:46:58.478Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6e68777-fb9a-4eaa-96e6-22497d3031df and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T01:46:58.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.503Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683423948389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T01:46:58.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:46:58.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:46:58.504Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683423949396,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T01:46:58.517Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6e68777-fb9a-4eaa-96e6-22497d3031df
2023-05-07T01:46:58.518Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6e68777-fb9a-4eaa-96e6-22497d3031df and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T01:47:14.696Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6e68777-fb9a-4eaa-96e6-22497d3031df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T01:47:14.723Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6e68777-fb9a-4eaa-96e6-22497d3031df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T01:47:14.727Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T01:47:14.727Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-07T01:47:14.727Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-07T01:47:14.727Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-07T01:47:14.727Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T01:47:14.727Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T01:47:14.727Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T01:47:14.727Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T01:47:14.727Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T01:47:14.727Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T01:47:14.737Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-07T01:47:44.738Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6e68777-fb9a-4eaa-96e6-22497d3031df and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-07T01:47:44.756Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6e68777-fb9a-4eaa-96e6-22497d3031df and serviceModelVersionId: 0e0bcbe5-3d8d-4aa5-9175-6fc41959db98
2023-05-07T01:47:44.756Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 748b1a49-4f07-423c-80fd-f3b2c5b98deb
2023-05-07T01:47:58.306Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:47:58.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.317Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423967080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.318Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.319Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683423965030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.319Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.320Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "aai-model-loader",
  "timestamp": 1683423977146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.320Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.321Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.321Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423973824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.321Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.321Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.321Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683423934901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.322Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.322Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.322Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683423965030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.322Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.323Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423967080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
  "status": "NOTIFIED"
}
2023-05-07T01:47:58.323Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.323Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "aai-model-loader",
  "timestamp": 1683423977146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.324Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.324Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423973824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.324Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.324Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683423934901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.325Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.325Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683423965030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-07T01:47:58.325Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.326Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423967080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-07T01:47:58.327Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.327Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423973824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.327Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.327Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683423934901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.328Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.328Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "aai-model-loader",
  "timestamp": 1683423977146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.328Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.329Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683423965030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.329Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.329Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423973824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.330Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.330Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "aai-model-loader",
  "timestamp": 1683423977146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.331Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.332Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423967080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.332Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.333Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683423934901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.333Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.334Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683423965030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.334Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423973824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.335Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423967080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-05-07T01:47:58.335Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.335Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "aai-model-loader",
  "timestamp": 1683423977146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.336Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.336Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683423934901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.336Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.337Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683423965030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.337Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.337Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423973824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.338Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.338Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423967080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.338Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.338Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "aai-model-loader",
  "timestamp": 1683423977146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.339Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.339Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683423934901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.339Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.340Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683423965030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T01:47:58.340Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.341Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423973824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.341Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.341Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423967080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T01:47:58.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.342Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "aai-model-loader",
  "timestamp": 1683423977146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T01:47:58.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.343Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683423934901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T01:47:58.343Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.343Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423984583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:47:58.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.344Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "aai-model-loader",
  "timestamp": 1683423985993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:47:58.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.345Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683423985011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:47:58.345Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.346Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683423985876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:47:58.346Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.346Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683423986014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T01:47:58.347Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.347Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683423986879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T01:47:58.398Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1a32a381-290c-4ae2-a0cb-447699121e79
2023-05-07T01:47:58.398Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a32a381-290c-4ae2-a0cb-447699121e79 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T01:47:58.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.424Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423985818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:47:58.425Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.426Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683423987017,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T01:47:58.442Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1a32a381-290c-4ae2-a0cb-447699121e79
2023-05-07T01:47:58.442Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a32a381-290c-4ae2-a0cb-447699121e79 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T01:47:58.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.464Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423986971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:47:58.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.465Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423988032,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T01:47:58.477Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1a32a381-290c-4ae2-a0cb-447699121e79
2023-05-07T01:47:58.478Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a32a381-290c-4ae2-a0cb-447699121e79 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-05-07T01:47:58.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.492Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683423989034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-07T01:47:58.492Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.492Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "aai-model-loader",
  "timestamp": 1683423991650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T01:47:58.492Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.493Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "aai-model-loader",
  "timestamp": 1683423992654,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T01:47:58.504Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1a32a381-290c-4ae2-a0cb-447699121e79
2023-05-07T01:47:58.504Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a32a381-290c-4ae2-a0cb-447699121e79 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T01:47:58.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.572Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683423995142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.572Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.572Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683423995142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.572Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.573Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683423995142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.573Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683423995142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.573Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683423995142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.574Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683423995142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:47:58.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.574Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683423995142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T01:47:58.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.575Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424003003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:47:58.575Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.575Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424005403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T01:47:58.576Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:47:58.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T01:47:58.576Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424006409,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T01:47:58.588Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1a32a381-290c-4ae2-a0cb-447699121e79
2023-05-07T01:47:58.588Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a32a381-290c-4ae2-a0cb-447699121e79 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T01:47:58.812Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/748b1a49-4f07-423c-80fd-f3b2c5b98deb/model-vers/model-ver/0e0bcbe5-3d8d-4aa5-9175-6fc41959db98?depth=0
2023-05-07T01:47:58.924Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-05-07T01:47:59.458Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/748b1a49-4f07-423c-80fd-f3b2c5b98deb/model-vers/model-ver/0e0bcbe5-3d8d-4aa5-9175-6fc41959db98?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-05-07T01:47:59.461Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/748b1a49-4f07-423c-80fd-f3b2c5b98deb/model-vers/model-ver/0e0bcbe5-3d8d-4aa5-9175-6fc41959db98?depth=0|INFO|500||Invoke
2023-05-07T01:47:59.486Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/748b1a49-4f07-423c-80fd-f3b2c5b98deb/model-vers/model-ver/0e0bcbe5-3d8d-4aa5-9175-6fc41959db98?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-07T01:47:59.768Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/748b1a49-4f07-423c-80fd-f3b2c5b98deb/model-vers/model-ver/0e0bcbe5-3d8d-4aa5-9175-6fc41959db98?depth=0|INFO|500||InvokeReturn
2023-05-07T01:47:59.770Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/748b1a49-4f07-423c-80fd-f3b2c5b98deb/model-vers/model-ver/0e0bcbe5-3d8d-4aa5-9175-6fc41959db98?depth=0 has http status code:200 and response headers:{date=[Sun, 07 May 2023 01:47:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[242], vertex-id=[225328], x-aai-txid=[1-aai-resources-230507-01:47:59:276-43541], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-07T01:47:59.770Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-05-07T01:47:59.779Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-07T01:47:59.779Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T01:47:59.792Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-07T01:47:59.794Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6e68777-fb9a-4eaa-96e6-22497d3031df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-07T01:47:59.796Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-07T01:47:59.798Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:47:59.798Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:47:59.798Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424079794,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-07T01:48:00.830Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:48:00.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-07T01:48:00.840Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"1a32a381-290c-4ae2-a0cb-447699121e79","serviceName":"basic_onboard_QFXNBe","serviceVersion":"1.0","serviceUUID":"7b7edcf4-90bb-4e8a-9dc3-f20f135b861a","serviceDescription":"service","serviceInvariantUUID":"e4138789-af17-4723-bebe-7d0020df729c","resources":[{"resourceInstanceName":"basic_onboard_QFXNBe 0","resourceName":"basic_onboard_QFXNBe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06181f6f-8b78-4eb4-8762-ab074098b9e6","resourceInvariantUUID":"4c2ce5d5-40b2-4198-8170-e5f08a137593","resourceCustomizationUUID":"c0846632-534e-4d00-b272-2d4164054800","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vf-license-model.xml","artifactChecksum":"MGNjYjY0YjQ5Mjk2N2NhZjk5NjU5MzE5ZTc4MGQ1MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8666af6b-9b3d-4f48-b868-bcadcda1e314","artifactVersion":"1"},{"artifactName":"basic_onboard_qfxnbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json","artifactChecksum":"ZWVlYTE3NWMxNmVkODAwMzhmN2ZlMDM4ZjNiM2I4N2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"483fe8d3-b1e3-4430-a5e7-4738af572afc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fbd3741b-578d-4214-8f98-7f2c6ebe121e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"53a8f0e2-a23a-47f2-8ad7-66bbc73c221f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"af20cf16-0bef-45d8-b410-c26256c41e50","artifactVersion":"2","generatedFromUUID":"fbd3741b-578d-4214-8f98-7f2c6ebe121e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQfxnbe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-template.yml","artifactChecksum":"MjYwMjc4NDllYmJlYjkzMmU3MmYzMDBmYmE5MDNmMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d8c32fad-4f9c-48bc-866c-fb79693ac077","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQfxnbe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar","artifactChecksum":"ZmRjZmRhMzMzYWI3Mjk4NWVlMWQyNjBhMmQ3ZmVmYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9309d82d-8d73-4e35-9fff-3ec0238d6245","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-07T01:48:00.844Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:48:00.844Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:00.844Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:00.845Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424080830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:01.846Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:48:01.847Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:01.847Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:01.847Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424080830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:02.848Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:48:02.849Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:02.849Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:02.850Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424080830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:03.851Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:48:03.852Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:03.852Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:03.852Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424080830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:04.853Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:48:04.853Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:04.853Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:04.853Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424080830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:05.854Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:48:05.855Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:05.855Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:05.855Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424080830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:06.856Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T01:48:06.856Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:06.857Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:06.857Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424080830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:07.859Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "serviceName": "basic_onboard_QFXNBe",
  "serviceVersion": "1.0",
  "serviceUUID": "7b7edcf4-90bb-4e8a-9dc3-f20f135b861a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e4138789-af17-4723-bebe-7d0020df729c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_QFXNBe 0",
      "resourceCustomizationUUID": "c0846632-534e-4d00-b272-2d4164054800",
      "resourceName": "basic_onboard_QFXNBe",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "06181f6f-8b78-4eb4-8762-ab074098b9e6",
      "resourceInvariantUUID": "4c2ce5d5-40b2-4198-8170-e5f08a137593",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qfxnbe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
          "artifactChecksum": "ZWVlYTE3NWMxNmVkODAwMzhmN2ZlMDM4ZjNiM2I4N2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "483fe8d3-b1e3-4430-a5e7-4738af572afc",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "fbd3741b-578d-4214-8f98-7f2c6ebe121e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "af20cf16-0bef-45d8-b410-c26256c41e50",
            "generatedFromUUID": "fbd3741b-578d-4214-8f98-7f2c6ebe121e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "af20cf16-0bef-45d8-b410-c26256c41e50",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQfxnbe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
      "artifactChecksum": "ZmRjZmRhMzMzYWI3Mjk4NWVlMWQyNjBhMmQ3ZmVmYTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9309d82d-8d73-4e35-9fff-3ec0238d6245"
    }
  ],
  "workloadContext": "Production"
}
2023-05-07T01:48:07.860Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-07T01:48:07.860Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7b7edcf4-90bb-4e8a-9dc3-f20f135b861a ASDC
2023-05-07T01:48:07.861Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:1a32a381-290c-4ae2-a0cb-447699121e79
ServiceName:basic_onboard_QFXNBe
ServiceVersion:1.0
ServiceUUID:7b7edcf4-90bb-4e8a-9dc3-f20f135b861a
ServiceInvariantUUID:e4138789-af17-4723-bebe-7d0020df729c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQfxnbe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar
ArtifactUUID:9309d82d-8d73-4e35-9fff-3ec0238d6245
ArtifactChecksum:ZmRjZmRhMzMzYWI3Mjk4NWVlMWQyNjBhMmQ3ZmVmYTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QFXNBe 0
ResourceCustomizationUUID:c0846632-534e-4d00-b272-2d4164054800
ResourceInvariantUUID:4c2ce5d5-40b2-4198-8170-e5f08a137593
ResourceName:basic_onboard_QFXNBe
ResourceType:VF
ResourceUUID:06181f6f-8b78-4eb4-8762-ab074098b9e6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qfxnbe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json
ArtifactUUID:483fe8d3-b1e3-4430-a5e7-4738af572afc
ArtifactChecksum:ZWVlYTE3NWMxNmVkODAwMzhmN2ZlMDM4ZjNiM2I4N2U=
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/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:fbd3741b-578d-4214-8f98-7f2c6ebe121e
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/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env
ArtifactUUID:af20cf16-0bef-45d8-b410-c26256c41e50
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/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env
ArtifactUUID:af20cf16-0bef-45d8-b410-c26256c41e50
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-07T01:48:07.861Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7b7edcf4-90bb-4e8a-9dc3-f20f135b861a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-07T01:48:07.931Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T01:48:07.932Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-05-07T01:48:07.933Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-05-07T01:48:07.933Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9309d82d-8d73-4e35-9fff-3ec0238d6245 from URL: /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:07.933Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-05-07T01:48:07.934Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:08.058Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-05-07T01:48:08.060Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar 9309d82d-8d73-4e35-9fff-3ec0238d6245 75659
2023-05-07T01:48:08.061Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar ASDC sendASDCNotification
2023-05-07T01:48:08.062Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:08.062Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T01:48:08.063Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:08.064Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:08.064Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424088061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:09.065Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T01:48:09.066Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-05-07T01:48:09.066Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9309d82d-8d73-4e35-9fff-3ec0238d6245, URL: /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar to file: /app/ASDC/1/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:09.066Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:09.067Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:09.067Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:09.177Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12300006393268976036/Definitions/service-BasicOnboardQfxnbe-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-05-07T01:48:10.021Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-07T01:48:10.021Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-05-07T01:48:10.021Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:10.021Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-07T01:48:10.021Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:10.021Z|1a32a381-290c-4ae2-a0cb-447699121e79|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-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|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-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|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-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QFXNBe 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-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|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-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is matching search criteria
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_QFXNBe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is matching search criteria
2023-05-07T01:48:10.022Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_QFXNBe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is not matching search criteria
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is matching search criteria
2023-05-07T01:48:10.023Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_QFXNBe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is matching search criteria
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_QFXNBe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is matching search criteria
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_QFXNBe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is not matching search criteria
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=69df195c-e91c-4da0-8ca7-d35405606c20
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:10.024Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:10.025Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:10.025Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:10.025Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:10.025Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:10.025Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:10.025Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_QFXNBe
Description:service
Model UUID:7b7edcf4-90bb-4e8a-9dc3-f20f135b861a
Model Version:NULL
Model InvariantUuid:e4138789-af17-4723-bebe-7d0020df729c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_QFXNBe
Model UUID:3b7f6ebb-5a5c-4f83-9083-f06a57c7c8f6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4c2ce5d5-40b2-4198-8170-e5f08a137593
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c0846632-534e-4d00-b272-2d4164054800
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:437e0bc2-0a62-40a2-8c32-203e5846f1cb
ModelName:BasicOnboardQfxnbe..base_ubuntu18..module-0
ModelUuid:bb156848-d230-480a-a625-0f066f5a9715
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:69df195c-e91c-4da0-8ca7-d35405606c20
ModelInvariantUuid:d367cb1d-3037-43cd-a37e-8c8b8bd1ec2a
ModelName:basic_onboard_QFXNBe-nodes.ubuntu18Cvfc
ModelUuid:82a503e7-b82e-4690-b3d3-572dc5a5ca88
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:b18d091d-7390-4936-accb-2d5431e7ec41
ModelInvariantUuid:7acbe282-483b-4200-b5b2-33edf8dddf23
ModelName:BasicOnboardQfxnbe.compute.nodes.heat.ubuntu18
ModelUuid:ffc44ccb-60fb-4027-bf0b-e8fc606b9363
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-07T01:48:10.037Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 06181f6f-8b78-4eb4-8762-ab074098b9e6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T01:48:10.043Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||basic_onboard_QFXNBe 0
2023-05-07T01:48:10.044Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06181f6f-8b78-4eb4-8762-ab074098b9e6
2023-05-07T01:48:10.044Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 483fe8d3-b1e3-4430-a5e7-4738af572afc from URL: /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json
2023-05-07T01:48:10.044Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-05-07T01:48:10.045Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json
2023-05-07T01:48:10.154Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-05-07T01:48:10.155Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json 483fe8d3-b1e3-4430-a5e7-4738af572afc 798
2023-05-07T01:48:10.155Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json ASDC sendASDCNotification
2023-05-07T01:48:10.155Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json
2023-05-07T01:48:10.155Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T01:48:10.156Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:10.156Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:10.156Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424090155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:11.157Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardQfxnbe..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "437e0bc2-0a62-40a2-8c32-203e5846f1cb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bb156848-d230-480a-a625-0f066f5a9715",
    "vfModuleModelCustomizationUUID": "dd3d4b12-be16-4f7a-b617-a84cf6bc4437",
    "isBase": true,
    "artifacts": [
      "fbd3741b-578d-4214-8f98-7f2c6ebe121e",
      "af20cf16-0bef-45d8-b410-c26256c41e50"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-05-07T01:48:11.164Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQfxnbe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb156848-d230-480a-a625-0f066f5a9715
VfModuleModelInvariantUUID:437e0bc2-0a62-40a2-8c32-203e5846f1cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
fbd3741b-578d-4214-8f98-7f2c6ebe121e
,
af20cf16-0bef-45d8-b410-c26256c41e50

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

isBase:true


}

2023-05-07T01:48:11.168Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardQfxnbe..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "437e0bc2-0a62-40a2-8c32-203e5846f1cb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bb156848-d230-480a-a625-0f066f5a9715",
    "vfModuleModelCustomizationUUID": "dd3d4b12-be16-4f7a-b617-a84cf6bc4437",
    "isBase": true,
    "artifacts": [
      "fbd3741b-578d-4214-8f98-7f2c6ebe121e",
      "af20cf16-0bef-45d8-b410-c26256c41e50"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-05-07T01:48:11.168Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQfxnbe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb156848-d230-480a-a625-0f066f5a9715
VfModuleModelInvariantUUID:437e0bc2-0a62-40a2-8c32-203e5846f1cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
fbd3741b-578d-4214-8f98-7f2c6ebe121e
,
af20cf16-0bef-45d8-b410-c26256c41e50

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

isBase:true


}

2023-05-07T01:48:11.168Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fbd3741b-578d-4214-8f98-7f2c6ebe121e from URL: /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml
2023-05-07T01:48:11.169Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-05-07T01:48:11.169Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml
2023-05-07T01:48:11.353Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-05-07T01:48:11.354Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml fbd3741b-578d-4214-8f98-7f2c6ebe121e 5033
2023-05-07T01:48:11.354Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-07T01:48:11.355Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml
2023-05-07T01:48:11.355Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T01:48:11.355Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:11.356Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:11.356Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424091354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:12.357Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: af20cf16-0bef-45d8-b410-c26256c41e50 from URL: /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env
2023-05-07T01:48:12.358Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-05-07T01:48:12.358Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env
2023-05-07T01:48:12.462Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-05-07T01:48:12.464Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env af20cf16-0bef-45d8-b410-c26256c41e50 909
2023-05-07T01:48:12.464Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-07T01:48:12.465Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env
2023-05-07T01:48:12.465Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T01:48:12.466Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:12.466Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:12.467Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424092464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:13.468Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 7b7edcf4-90bb-4e8a-9dc3-f20f135b861a
2023-05-07T01:48:13.469Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QFXNBe 0 06181f6f-8b78-4eb4-8762-ab074098b9e6 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T01:48:13.502Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5948e8cc, org.onap.sdc.toscaparser.api.parameters.Input@33f0e2b6, org.onap.sdc.toscaparser.api.parameters.Input@14cb1297, org.onap.sdc.toscaparser.api.parameters.Input@734d804, org.onap.sdc.toscaparser.api.parameters.Input@19a45ea6]
2023-05-07T01:48:13.504Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:13.504Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:13.504Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2023-05-07T01:48:13.504Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c0846632-534e-4d00-b272-2d4164054800
2023-05-07T01:48:13.505Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c0846632-534e-4d00-b272-2d4164054800 matches Tosca VF Customization UUID: c0846632-534e-4d00-b272-2d4164054800
2023-05-07T01:48:13.505Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c0846632-534e-4d00-b272-2d4164054800  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-05-07T01:48:13.510Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:13.510Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:13.511Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c0846632-534e-4d00-b272-2d4164054800: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-07T01:48:13.511Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5138748c
2023-05-07T01:48:13.511Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:13.511Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-07T01:48:13.511Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd3d4b12-be16-4f7a-b617-a84cf6bc4437
2023-05-07T01:48:13.512Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd3d4b12-be16-4f7a-b617-a84cf6bc4437
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-05-07T01:48:13.516Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:13.516Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is matching search criteria
2023-05-07T01:48:13.516Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_QFXNBe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:48:13.517Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:13.517Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is matching search criteria
2023-05-07T01:48:13.517Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_QFXNBe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:48:13.518Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:13.518Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is not matching search criteria
2023-05-07T01:48:13.518Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-07T01:48:13.518Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-07T01:48:13.518Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=69df195c-e91c-4da0-8ca7-d35405606c20
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-05-07T01:48:13.523Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:13.524Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is matching search criteria
2023-05-07T01:48:13.524Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_QFXNBe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T01:48:13.524Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:13.525Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_QFXNBe 0 is matching search criteria
2023-05-07T01:48:13.525Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_QFXNBe 0] matching following query criteria: sdcType=VF, customizationUUID=c0846632-534e-4d00-b272-2d4164054800
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T01:48:13.529Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:13.529Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:13.529Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 7b7edcf4-90bb-4e8a-9dc3-f20f135b861a: basic_onboard_QFXNBe
2023-05-07T01:48:13.529Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:13.530Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:13.530Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:13.530Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:13.530Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:13.530Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:13.530Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:13.530Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:13.531Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T01:48:13.531Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_QFXNBe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T01:48:13.531Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_QFXNBe 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T01:48:13.715Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QFXNBe 06181f6f-8b78-4eb4-8762-ab074098b9e6 1 ASDC deployResourceStructure
2023-05-07T01:48:13.716Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json ASDC sendASDCNotification
2023-05-07T01:48:13.716Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json
2023-05-07T01:48:13.716Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T01:48:13.717Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:13.717Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:13.717Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424093716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:14.718Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-07T01:48:14.718Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml
2023-05-07T01:48:14.719Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T01:48:14.719Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:14.719Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:14.719Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424094718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:15.720Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-07T01:48:15.720Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env
2023-05-07T01:48:15.720Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T01:48:15.720Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:15.720Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:15.720Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424095720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:16.721Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar ASDC sendASDCNotification
2023-05-07T01:48:16.722Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar
2023-05-07T01:48:16.722Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T01:48:16.722Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:16.722Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:16.722Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424096721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:17.723Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a32a381-290c-4ae2-a0cb-447699121e79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T01:48:17.749Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a32a381-290c-4ae2-a0cb-447699121e79
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T01:48:17.753Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T01:48:17.754Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-07T01:48:17.754Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-07T01:48:17.754Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-07T01:48:17.754Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T01:48:17.754Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T01:48:17.755Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T01:48:17.755Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T01:48:17.755Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T01:48:17.755Z|1a32a381-290c-4ae2-a0cb-447699121e79|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-05-07T01:48:17.767Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-07T01:48:47.768Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a32a381-290c-4ae2-a0cb-447699121e79 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-07T01:48:47.782Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a32a381-290c-4ae2-a0cb-447699121e79 and serviceModelVersionId: 7b7edcf4-90bb-4e8a-9dc3-f20f135b861a
2023-05-07T01:48:47.783Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4138789-af17-4723-bebe-7d0020df729c
2023-05-07T01:48:47.784Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4138789-af17-4723-bebe-7d0020df729c/model-vers/model-ver/7b7edcf4-90bb-4e8a-9dc3-f20f135b861a?depth=0
2023-05-07T01:48:47.793Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-05-07T01:48:47.853Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4138789-af17-4723-bebe-7d0020df729c/model-vers/model-ver/7b7edcf4-90bb-4e8a-9dc3-f20f135b861a?depth=0|INFO|500||Invoke
2023-05-07T01:48:47.853Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4138789-af17-4723-bebe-7d0020df729c/model-vers/model-ver/7b7edcf4-90bb-4e8a-9dc3-f20f135b861a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4138789-af17-4723-bebe-7d0020df729c/model-vers/model-ver/7b7edcf4-90bb-4e8a-9dc3-f20f135b861a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a32a381-290c-4ae2-a0cb-447699121e79], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[73d1439b-19c5-4dd3-a650-505c29ee70c8], X-ECOMP-RequestID=[1a32a381-290c-4ae2-a0cb-447699121e79], X-TransactionId=[], X-ONAP-RequestID=[1a32a381-290c-4ae2-a0cb-447699121e79], Content-Type=[application/merge-patch+json]}
2023-05-07T01:48:47.859Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4138789-af17-4723-bebe-7d0020df729c/model-vers/model-ver/7b7edcf4-90bb-4e8a-9dc3-f20f135b861a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-07T01:48:48.004Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4138789-af17-4723-bebe-7d0020df729c/model-vers/model-ver/7b7edcf4-90bb-4e8a-9dc3-f20f135b861a?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/e4138789-af17-4723-bebe-7d0020df729c/model-vers/model-ver/7b7edcf4-90bb-4e8a-9dc3-f20f135b861a?depth=0 has http status code:200 and response headers:{date=[Sun, 07 May 2023 01:48:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[245808], x-aai-txid=[2-aai-resources-230507-01:48:47:645-81235], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-07T01:48:48.005Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4138789-af17-4723-bebe-7d0020df729c/model-vers/model-ver/7b7edcf4-90bb-4e8a-9dc3-f20f135b861a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-07T01:48:48.005Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4138789-af17-4723-bebe-7d0020df729c/model-vers/model-ver/7b7edcf4-90bb-4e8a-9dc3-f20f135b861a?depth=0|INFO|500||InvokeReturn
2023-05-07T01:48:48.006Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-07T01:48:48.006Z|1a32a381-290c-4ae2-a0cb-447699121e79|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-05-07T01:48:48.014Z|1a32a381-290c-4ae2-a0cb-447699121e79|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-05-07T01:48:48.014Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a32a381-290c-4ae2-a0cb-447699121e79 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-07T01:48:48.014Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-07T01:48:48.015Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-07T01:48:48.015Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T01:48:48.015Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424128014,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-07T01:48:49.047Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:48:58.306Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:48:58.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.318Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424079794,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-07T01:48:58.319Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.319Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424080830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:48:58.319Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.319Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424080830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
  "status": "NOTIFIED"
}
2023-05-07T01:48:58.319Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.319Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424080830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-07T01:48:58.319Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.320Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424080830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:48:58.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.320Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424080830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-05-07T01:48:58.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.320Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424080830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T01:48:58.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.321Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424080830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T01:48:58.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.321Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424088061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:48:58.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.322Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424090155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:48:58.322Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.322Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424091354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:48:58.322Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.323Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424092464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-05-07T01:48:58.323Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.323Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424093716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-07T01:48:58.323Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.323Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424094718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-05-07T01:48:58.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.324Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424095720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-05-07T01:48:58.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.324Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424096721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T01:48:58.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:48:58.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-07T01:48:58.325Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424128014,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-07T01:48:58.325Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T01:49:49.048Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:49:58.306Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:50:49.048Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:50:58.307Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:51:49.048Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:51:58.308Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:52:49.050Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:52:58.309Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:53:49.050Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:53:58.310Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:54:30.578Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Node 2 disconnected.
2023-05-07T01:54:49.054Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:54:58.311Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:55:49.055Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:55:58.312Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:56:49.056Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:56:58.314Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:57:49.056Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:57:58.314Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:58:49.058Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:58:58.316Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T01:59:49.059Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T01:59:58.318Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:00:42.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:00:42.902Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"40fbc23f-49a5-4f97-98cb-bcb3d3552fa2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3812aa95-7102-416c-ae3b-b1bec8232339","serviceDescription":"service","serviceInvariantUUID":"07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"031b779d-efea-49c3-a6a4-797bdcf59fa0","resourceInvariantUUID":"a03c447b-b4c6-40de-be3f-ab4d76518158","resourceCustomizationUUID":"c2e6c959-01d2-43e4-a15d-7fce04df9e9e","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":"N2JkZWQ2NGE3ZGMxNDAwNmIzYzA0ZTdhZTNkYTIwY2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fd922040-6731-48b8-99cb-65d67bf29ad7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWUxODc1MTM2OWE4NDRkNDcxNDc5MDhkYzU4MmVjYjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b12ead11-602f-4070-a38f-d6f70de347a6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-07T02:00:42.904Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:00:42.904Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:00:42.904Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:00:42.904Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424789059,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:00:42.913Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T02:00:42.914Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T02:00:42.914Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T02:00:42.914Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T02:00:42.915Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T02:00:42.915Z||kafka-producer-network-thread | SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-5f052182-1ba6-41ca-8935-dc14c0f2908d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07T02:00:42.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:00:42.938Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424828052,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:00:42.940Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:00:43.916Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:00:43.917Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:00:43.917Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:00:43.917Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424789059,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:00:44.918Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "3812aa95-7102-416c-ae3b-b1bec8232339",
  "serviceDescription": "service",
  "serviceInvariantUUID": "07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c2e6c959-01d2-43e4-a15d-7fce04df9e9e",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "031b779d-efea-49c3-a6a4-797bdcf59fa0",
      "resourceInvariantUUID": "a03c447b-b4c6-40de-be3f-ab4d76518158",
      "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": "YWUxODc1MTM2OWE4NDRkNDcxNDc5MDhkYzU4MmVjYjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b12ead11-602f-4070-a38f-d6f70de347a6"
    }
  ],
  "workloadContext": "Production"
}
2023-05-07T02:00:44.918Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-07T02:00:44.918Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3812aa95-7102-416c-ae3b-b1bec8232339 ASDC
2023-05-07T02:00:44.918Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3812aa95-7102-416c-ae3b-b1bec8232339
ServiceInvariantUUID:07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b
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:b12ead11-602f-4070-a38f-d6f70de347a6
ArtifactChecksum:YWUxODc1MTM2OWE4NDRkNDcxNDc5MDhkYzU4MmVjYjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2e6c959-01d2-43e4-a15d-7fce04df9e9e
ResourceInvariantUUID:a03c447b-b4c6-40de-be3f-ab4d76518158
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:031b779d-efea-49c3-a6a4-797bdcf59fa0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-05-07T02:00:44.918Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3812aa95-7102-416c-ae3b-b1bec8232339 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:00:44.968Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T02:00:44.968Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-07T02:00:44.969Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-07T02:00:44.969Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b12ead11-602f-4070-a38f-d6f70de347a6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-07T02:00:44.969Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-07T02:00:44.969Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-07T02:00:45.147Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-07T02:00:45.148Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b12ead11-602f-4070-a38f-d6f70de347a6 57781
2023-05-07T02:00:45.148Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-05-07T02:00:45.148Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-07T02:00:45.148Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T02:00:45.148Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:00:45.149Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:00:45.150Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424845148,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:00:46.153Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T02:00:46.154Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-07T02:00:46.154Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b12ead11-602f-4070-a38f-d6f70de347a6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-07T02:00:46.154Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-05-07T02:00:46.155Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-07T02:00:46.155Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-07T02:00:46.264Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10124367645007689845/Definitions/service-BasicNetwork-template.yml
2023-05-07T02:00:46.600Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-07T02:00:46.601Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-07T02:00:46.601Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-07T02:00:46.601Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-05-07T02:00:46.601Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-07T02:00:46.601Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-07T02:00:46.601Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-07T02:00:46.601Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-07T02:00:46.601Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.602Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:00:46.603Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.604Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:3812aa95-7102-416c-ae3b-b1bec8232339
Model Version:NULL
Model InvariantUuid:07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a03c447b-b4c6-40de-be3f-ab4d76518158
Model UUID:f132f386-3a5e-466d-954e-d73cdd22055f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c2e6c959-01d2-43e4-a15d-7fce04df9e9e
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-07T02:00:46.627Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 031b779d-efea-49c3-a6a4-797bdcf59fa0
2023-05-07T02:00:46.628Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||No resources found for Service: 3812aa95-7102-416c-ae3b-b1bec8232339
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T02:00:46.636Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||
2023-05-07T02:00:46.636Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-05-07T02:00:46.637Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 3812aa95-7102-416c-ae3b-b1bec8232339
2023-05-07T02:00:46.637Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3812aa95-7102-416c-ae3b-b1bec8232339
2023-05-07T02:00:46.637Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-05-07T02:00:46.637Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T02:00:46.653Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e090eb1, org.onap.sdc.toscaparser.api.parameters.Input@7c31d0e3, org.onap.sdc.toscaparser.api.parameters.Input@10f44375, org.onap.sdc.toscaparser.api.parameters.Input@3cd03cd2, org.onap.sdc.toscaparser.api.parameters.Input@2a3ac17f]
2023-05-07T02:00:46.655Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:00:46.655Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.655Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:00:46.656Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.656Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3812aa95-7102-416c-ae3b-b1bec8232339: Generic NeutronNet
2023-05-07T02:00:46.656Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:00:46.656Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.656Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:00:46.656Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-05-07T02:00:46.723Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:00:46.724Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.724Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:00:46.724Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.724Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:00:46.724Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:00:46.724Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-05-07T02:00:46.903Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-05-07T02:00:46.904Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-05-07T02:00:46.904Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-07T02:00:46.904Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T02:00:46.904Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:00:46.905Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:00:46.905Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424846904,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:00:47.906Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:00:47.933Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:00:47.939Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T02:00:47.939Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-07T02:00:47.939Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-07T02:00:58.306Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:00:58.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:00:58.308Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424789059,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:00:58.308Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:00:58.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:00:58.308Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424827904,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:00:58.309Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:00:58.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:00:58.309Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424833858,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:00:58.309Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:00:58.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:00:58.309Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424830074,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:00:58.309Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:17.939Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:01:17.967Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:01:17.971Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T02:01:17.972Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-07T02:01:17.972Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-07T02:01:47.972Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:01:47.997Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:01:48.003Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T02:01:48.003Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-07T02:01:48.003Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-07T02:01:58.306Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:01:58.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.309Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424835142,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:01:58.310Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.310Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424828052,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:01:58.310Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.310Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424789059,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:01:58.310Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.310Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424830074,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424827904,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424833858,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424835142,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.311Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424844399,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424845148,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424845290,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424844579,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.312Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424845403,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:01:58.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.313Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424846294,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:01:58.338Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
2023-05-07T02:01:58.339Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:01:58.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.364Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424846904,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:01:58.364Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.364Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424847146,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:01:58.365Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.365Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424846404,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:01:58.378Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
2023-05-07T02:01:58.379Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:01:58.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.403Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424846274,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:01:58.403Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.404Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424847146,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:01:58.404Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.404Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424847279,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:01:58.420Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
2023-05-07T02:01:58.420Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:01:58.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.448Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424849316,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:01:58.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.449Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424852306,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:01:58.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:01:58.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:01:58.450Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424853308,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:01:58.465Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
2023-05-07T02:01:58.465Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:02:18.003Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:02:18.029Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:02:18.036Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T02:02:18.036Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-07T02:02:18.036Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-07T02:02:18.036Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-07T02:02:18.036Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:02:18.036Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:02:18.036Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:02:18.037Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:02:18.037Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:02:18.037Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:02:18.049Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-07T02:02:48.050Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-07T02:02:48.063Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2 and serviceModelVersionId: 3812aa95-7102-416c-ae3b-b1bec8232339
2023-05-07T02:02:48.063Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b
2023-05-07T02:02:48.064Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b/model-vers/model-ver/3812aa95-7102-416c-ae3b-b1bec8232339?depth=0
2023-05-07T02:02:48.070Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-05-07T02:02:48.115Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b/model-vers/model-ver/3812aa95-7102-416c-ae3b-b1bec8232339?depth=0|INFO|500||Invoke
2023-05-07T02:02:48.115Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b/model-vers/model-ver/3812aa95-7102-416c-ae3b-b1bec8232339?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b/model-vers/model-ver/3812aa95-7102-416c-ae3b-b1bec8232339?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[40fbc23f-49a5-4f97-98cb-bcb3d3552fa2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bfd9ebf6-b098-4c6a-9336-5aca462c0a49], X-ECOMP-RequestID=[40fbc23f-49a5-4f97-98cb-bcb3d3552fa2], X-TransactionId=[], X-ONAP-RequestID=[40fbc23f-49a5-4f97-98cb-bcb3d3552fa2], Content-Type=[application/merge-patch+json]}
2023-05-07T02:02:48.126Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b/model-vers/model-ver/3812aa95-7102-416c-ae3b-b1bec8232339?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-07T02:02:48.289Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b/model-vers/model-ver/3812aa95-7102-416c-ae3b-b1bec8232339?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/07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b/model-vers/model-ver/3812aa95-7102-416c-ae3b-b1bec8232339?depth=0 has http status code:200 and response headers:{date=[Sun, 07 May 2023 02:02:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[233632], x-aai-txid=[1-aai-resources-230507-02:02:47:913-71751], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-07T02:02:48.289Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b/model-vers/model-ver/3812aa95-7102-416c-ae3b-b1bec8232339?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-07T02:02:48.291Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07ec2a7c-abd6-4af9-b713-e92a2bd8ef3b/model-vers/model-ver/3812aa95-7102-416c-ae3b-b1bec8232339?depth=0|INFO|500||InvokeReturn
2023-05-07T02:02:48.291Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-07T02:02:48.292Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T02:02:48.307Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-07T02:02:48.308Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40fbc23f-49a5-4f97-98cb-bcb3d3552fa2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-07T02:02:48.308Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-07T02:02:48.308Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:48.308Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:48.308Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424968308,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-07T02:02:49.343Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:02:49.353Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:02:49.353Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"e62b24d0-0b18-41ed-8699-deb1066fb67c","serviceName":"Demo_pNF_XnqMUw1hHDhvZ1LG2748","serviceVersion":"1.0","serviceUUID":"23a28b26-f073-4615-815e-d572c9d3d5fd","serviceDescription":"catalog service description","serviceInvariantUUID":"e4d72e9f-9858-451a-beab-67899cf48fc2","resources":[{"resourceInstanceName":"pNF c7203f63-41cf 0","resourceName":"pNF c7203f63-41cf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"83198afe-2ca5-4701-a44c-2b5b0655a1f9","resourceInvariantUUID":"293d1ffd-6a01-4e2b-bbb8-b99f0c8d6183","resourceCustomizationUUID":"7b01dcf5-a651-4b7e-9973-03566f8e7626","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vf-license-model.xml","artifactChecksum":"MjRmZjZjNjgyODBkOGY4M2ExNWExMjQzODUzZTNkODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"71351afc-0ed1-413d-b404-890006e6d1ab","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/pNF.csar","artifactChecksum":"ZGMyYTI3OTUwYjAxYjY4OWQ1NTFmMzkzZDI1MjhhM2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fa1978c2-c8ac-4936-ad88-aed407706b76","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f53789c4-4684-49ba-9543-d2e2e5832447","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vendor-license-model.xml","artifactChecksum":"YmYwNDRkMWMyNDY5MGE2MmZiYmIzMDUyYjBlMGI2NDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3ebb195d-ab29-4612-bec0-3c8301debb1e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"57ca0141-3504-4b3c-838b-29312972daf1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9e174db6-c2c7-4fd6-8d68-bde270dd6ec8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml","artifactChecksum":"Yjk4ZDY3N2YyNGZiMWEyMjcwNTk1OGU0ODI4NzJlMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9a8453da-de0c-46bc-9ffa-20a6f0f85b82","artifactVersion":"1"},{"artifactName":"service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar","artifactChecksum":"Njk2MWFmN2U2NDkzNjQ1OTRhYjhmM2FlOGZhNmQyMTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2b0adea0-51be-404f-a1e1-98e24d4e181f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-07T02:02:49.355Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:02:49.356Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:49.356Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:49.356Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:02:50.357Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:02:50.357Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:50.357Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:50.357Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:02:51.358Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:02:51.359Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:51.359Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:51.359Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:02:52.360Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:02:52.361Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:52.361Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:52.361Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:02:53.362Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:02:53.363Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:53.363Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:53.363Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:02:54.364Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:02:54.365Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:54.365Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:54.365Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:02:55.366Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:02:55.367Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:55.367Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:55.367Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:02:56.368Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:02:56.369Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:56.369Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:56.369Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:02:57.371Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "serviceName": "Demo_pNF_XnqMUw1hHDhvZ1LG2748",
  "serviceVersion": "1.0",
  "serviceUUID": "23a28b26-f073-4615-815e-d572c9d3d5fd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e4d72e9f-9858-451a-beab-67899cf48fc2",
  "resources": [
    {
      "resourceInstanceName": "pNF c7203f63-41cf 0",
      "resourceCustomizationUUID": "7b01dcf5-a651-4b7e-9973-03566f8e7626",
      "resourceName": "pNF c7203f63-41cf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "83198afe-2ca5-4701-a44c-2b5b0655a1f9",
      "resourceInvariantUUID": "293d1ffd-6a01-4e2b-bbb8-b99f0c8d6183",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
      "artifactChecksum": "Njk2MWFmN2U2NDkzNjQ1OTRhYjhmM2FlOGZhNmQyMTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2b0adea0-51be-404f-a1e1-98e24d4e181f"
    }
  ],
  "workloadContext": "Production"
}
2023-05-07T02:02:57.371Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-07T02:02:57.371Z|40fbc23f-49a5-4f97-98cb-bcb3d3552fa2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 23a28b26-f073-4615-815e-d572c9d3d5fd ASDC
2023-05-07T02:02:57.371Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e62b24d0-0b18-41ed-8699-deb1066fb67c
ServiceName:Demo_pNF_XnqMUw1hHDhvZ1LG2748
ServiceVersion:1.0
ServiceUUID:23a28b26-f073-4615-815e-d572c9d3d5fd
ServiceInvariantUUID:e4d72e9f-9858-451a-beab-67899cf48fc2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
ArtifactUUID:2b0adea0-51be-404f-a1e1-98e24d4e181f
ArtifactChecksum:Njk2MWFmN2U2NDkzNjQ1OTRhYjhmM2FlOGZhNmQyMTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c7203f63-41cf 0
ResourceCustomizationUUID:7b01dcf5-a651-4b7e-9973-03566f8e7626
ResourceInvariantUUID:293d1ffd-6a01-4e2b-bbb8-b99f0c8d6183
ResourceName:pNF c7203f63-41cf
ResourceType:PNF
ResourceUUID:83198afe-2ca5-4701-a44c-2b5b0655a1f9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-05-07T02:02:57.371Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 23a28b26-f073-4615-815e-d572c9d3d5fd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:02:57.433Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T02:02:57.434Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-07T02:02:57.434Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-07T02:02:57.434Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2b0adea0-51be-404f-a1e1-98e24d4e181f from URL: /sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:57.434Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-07T02:02:57.434Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:57.551Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-07T02:02:57.555Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar 2b0adea0-51be-404f-a1e1-98e24d4e181f 88014
2023-05-07T02:02:57.555Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar ASDC sendASDCNotification
2023-05-07T02:02:57.556Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:57.556Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T02:02:57.556Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:57.556Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:57.556Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424977555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:02:58.306Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:02:58.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.310Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424853821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.311Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424847296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.312Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424843815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.312Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424847407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.312Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424865142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.312Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424847296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.313Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424853821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.313Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424847407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.313Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424843815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.314Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424865142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.314Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.314Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424853821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.314Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.314Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424847407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.315Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424843815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.315Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424847296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.315Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424877146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424865142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424853821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424843815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.316Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424847407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424847296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424877146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424865142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424853821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424843815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424847407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424847296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424877146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.319Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424865142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.319Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.319Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424853821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-05-07T02:02:58.319Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.319Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424847407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.319Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.320Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424843815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.320Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424847296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.320Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424877146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424865142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424853821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424847407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.321Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424847296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.322Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.322Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424843815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.322Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.322Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424877146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.322Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.322Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424865142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.323Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.323Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424853821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.323Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.323Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424847407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:02:58.323Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.324Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424843815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:02:58.324Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.324Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424847296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:02:58.324Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.324Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424877146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.324Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.324Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424865142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:02:58.325Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.325Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424881787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:02:58.325Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.325Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424882695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:02:58.325Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.326Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424881494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:02:58.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.326Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424877146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:02:58.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424881953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:02:58.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424882790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:02:58.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424883705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:02:58.345Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e62b24d0-0b18-41ed-8699-deb1066fb67c
2023-05-07T02:02:58.345Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e62b24d0-0b18-41ed-8699-deb1066fb67c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:02:58.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.394Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424877146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:02:58.395Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.395Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424882876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-05-07T02:02:58.395Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.395Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424883794,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:02:58.411Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e62b24d0-0b18-41ed-8699-deb1066fb67c
2023-05-07T02:02:58.411Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e62b24d0-0b18-41ed-8699-deb1066fb67c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:02:58.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.432Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424883881,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:02:58.442Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e62b24d0-0b18-41ed-8699-deb1066fb67c
2023-05-07T02:02:58.442Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e62b24d0-0b18-41ed-8699-deb1066fb67c and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:02:58.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.461Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424885392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:02:58.461Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.461Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424883868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:02:58.461Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.462Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424884873,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:02:58.473Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e62b24d0-0b18-41ed-8699-deb1066fb67c
2023-05-07T02:02:58.473Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e62b24d0-0b18-41ed-8699-deb1066fb67c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:02:58.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.496Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424889236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:02:58.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:02:58.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:02:58.496Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424890240,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:02:58.508Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e62b24d0-0b18-41ed-8699-deb1066fb67c
2023-05-07T02:02:58.508Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e62b24d0-0b18-41ed-8699-deb1066fb67c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:02:58.557Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T02:02:58.558Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-07T02:02:58.558Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2b0adea0-51be-404f-a1e1-98e24d4e181f, URL: /sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar to file: /app/ASDC/1/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:58.558Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:58.559Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:58.559Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:58.649Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9723105095097476137/Definitions/service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml
2023-05-07T02:02:59.280Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-07T02:02:59.281Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-07T02:02:59.281Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:59.281Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-07T02:02:59.281Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c7203f63-41cf 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-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:59.281Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XnqMUw1hHDhvZ1LG2748 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Node template pNF c7203f63-41cf 0 is matching search criteria
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c7203f63-41cf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T02:02:59.282Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XnqMUw1hHDhvZ1LG2748 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Node template pNF c7203f63-41cf 0 is matching search criteria
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c7203f63-41cf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XnqMUw1hHDhvZ1LG2748 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XnqMUw1hHDhvZ1LG2748 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XnqMUw1hHDhvZ1LG2748 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:02:59.283Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XnqMUw1hHDhvZ1LG2748 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:02:59.284Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:02:59.284Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XnqMUw1hHDhvZ1LG2748 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:02:59.284Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_XnqMUw1hHDhvZ1LG2748
Description:catalog service description
Model UUID:23a28b26-f073-4615-815e-d572c9d3d5fd
Model Version:NULL
Model InvariantUuid:e4d72e9f-9858-451a-beab-67899cf48fc2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-07T02:02:59.307Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 83198afe-2ca5-4701-a44c-2b5b0655a1f9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T02:02:59.313Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||pNF c7203f63-41cf 0
2023-05-07T02:02:59.313Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 83198afe-2ca5-4701-a44c-2b5b0655a1f9
2023-05-07T02:02:59.313Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 23a28b26-f073-4615-815e-d572c9d3d5fd
2023-05-07T02:02:59.313Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 23a28b26-f073-4615-815e-d572c9d3d5fd
2023-05-07T02:02:59.313Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c7203f63-41cf 0 83198afe-2ca5-4701-a44c-2b5b0655a1f9 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T02:02:59.326Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68770b5b, org.onap.sdc.toscaparser.api.parameters.Input@577e2e1f, org.onap.sdc.toscaparser.api.parameters.Input@76042377, org.onap.sdc.toscaparser.api.parameters.Input@64c7c20d, org.onap.sdc.toscaparser.api.parameters.Input@343a301d]
2023-05-07T02:02:59.326Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:02:59.327Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XnqMUw1hHDhvZ1LG2748 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:02:59.327Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 23a28b26-f073-4615-815e-d572c9d3d5fd: pNF c7203f63-41cf
2023-05-07T02:02:59.327Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Processing PNF resource: 83198afe-2ca5-4701-a44c-2b5b0655a1f9
2023-05-07T02:02:59.327Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:02:59.327Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XnqMUw1hHDhvZ1LG2748 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:02:59.328Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Resource customization UUID: 7b01dcf5-a651-4b7e-9973-03566f8e7626 is the same as notified resource customizationUUID: 7b01dcf5-a651-4b7e-9973-03566f8e7626
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-05-07T02:02:59.473Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c7203f63-41cf 83198afe-2ca5-4701-a44c-2b5b0655a1f9 0 ASDC deployResourceStructure
2023-05-07T02:02:59.474Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar ASDC sendASDCNotification
2023-05-07T02:02:59.474Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar
2023-05-07T02:02:59.474Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T02:02:59.475Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:02:59.475Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:02:59.475Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424979474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:03:00.477Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e62b24d0-0b18-41ed-8699-deb1066fb67c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:03:00.501Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e62b24d0-0b18-41ed-8699-deb1066fb67c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:03:00.507Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T02:03:00.508Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-07T02:03:00.508Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-07T02:03:00.508Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-07T02:03:00.508Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:03:00.508Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:03:00.508Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:03:00.508Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:03:00.508Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:03:00.508Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:03:00.508Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:03:00.523Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-07T02:03:30.523Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e62b24d0-0b18-41ed-8699-deb1066fb67c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-07T02:03:30.533Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e62b24d0-0b18-41ed-8699-deb1066fb67c and serviceModelVersionId: 23a28b26-f073-4615-815e-d572c9d3d5fd
2023-05-07T02:03:30.533Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4d72e9f-9858-451a-beab-67899cf48fc2
2023-05-07T02:03:30.534Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4d72e9f-9858-451a-beab-67899cf48fc2/model-vers/model-ver/23a28b26-f073-4615-815e-d572c9d3d5fd?depth=0
2023-05-07T02:03:30.541Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-05-07T02:03:30.582Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d72e9f-9858-451a-beab-67899cf48fc2/model-vers/model-ver/23a28b26-f073-4615-815e-d572c9d3d5fd?depth=0|INFO|500||Invoke
2023-05-07T02:03:30.582Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d72e9f-9858-451a-beab-67899cf48fc2/model-vers/model-ver/23a28b26-f073-4615-815e-d572c9d3d5fd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d72e9f-9858-451a-beab-67899cf48fc2/model-vers/model-ver/23a28b26-f073-4615-815e-d572c9d3d5fd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e62b24d0-0b18-41ed-8699-deb1066fb67c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2d54dbbe-a77d-49f7-9d82-6f23582bc9bb], X-ECOMP-RequestID=[e62b24d0-0b18-41ed-8699-deb1066fb67c], X-TransactionId=[], X-ONAP-RequestID=[e62b24d0-0b18-41ed-8699-deb1066fb67c], Content-Type=[application/merge-patch+json]}
2023-05-07T02:03:30.591Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d72e9f-9858-451a-beab-67899cf48fc2/model-vers/model-ver/23a28b26-f073-4615-815e-d572c9d3d5fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-07T02:03:30.759Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d72e9f-9858-451a-beab-67899cf48fc2/model-vers/model-ver/23a28b26-f073-4615-815e-d572c9d3d5fd?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/e4d72e9f-9858-451a-beab-67899cf48fc2/model-vers/model-ver/23a28b26-f073-4615-815e-d572c9d3d5fd?depth=0 has http status code:200 and response headers:{date=[Sun, 07 May 2023 02:03:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[233544], x-aai-txid=[1-aai-resources-230507-02:03:30:380-58989], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-07T02:03:30.760Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d72e9f-9858-451a-beab-67899cf48fc2/model-vers/model-ver/23a28b26-f073-4615-815e-d572c9d3d5fd?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-07T02:03:30.761Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d72e9f-9858-451a-beab-67899cf48fc2/model-vers/model-ver/23a28b26-f073-4615-815e-d572c9d3d5fd?depth=0|INFO|500||InvokeReturn
2023-05-07T02:03:30.761Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-07T02:03:30.761Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T02:03:30.773Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-07T02:03:30.773Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e62b24d0-0b18-41ed-8699-deb1066fb67c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-07T02:03:30.773Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-07T02:03:30.774Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:30.774Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:30.774Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425010773,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-07T02:03:31.808Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:03:31.808Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"3f8d7cc7-6a81-46ff-9bd9-0205cab501b8","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d30f35e0-e8ea-4d45-8362-29cdc90c10f5","serviceDescription":"service","serviceInvariantUUID":"ae422e42-6f2b-4043-be97-3870cf5afb96","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8c32e85a-81af-4e4a-baa1-ff935b5e077f","resourceInvariantUUID":"dc669edc-58dd-4260-97fe-8f0881f4d03c","resourceCustomizationUUID":"b44d6991-c251-4987-a344-06a5dc3f6449","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":"MzA1OTgwY2U1NjJhMDM1ZTFkYzFlOWVlMTJkY2U3MWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"084cbf9d-75f6-486c-8d4e-39da17859069","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":"YjU4ZmQyNzcxMzE1NTkzMmFkZDVjZDRlNmI3Y2JkNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5f273a16-ca07-4977-b814-44590119e662","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":"f6a65c5f-bddb-4f1a-b764-27841a10d85a","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":"ef57be8f-253e-4f12-9486-7b321847c003","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":"db0c6d0f-2cd0-49ad-8ddb-177e75d0898e","artifactVersion":"2","generatedFromUUID":"f6a65c5f-bddb-4f1a-b764-27841a10d85a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFiYWZmYzk2MjAzZjI5MTFhNDI1MjIyZTc1NzMzYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"83b05bdf-6a43-4b79-94c3-14b80c00230e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTE4ZTc5OTQ0MmZmNzAyY2NjYTE5MTExMDBkY2MyM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"def7c552-8aed-44b4-9f5b-cef47de7c6b9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-07T02:03:31.810Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:03:31.810Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:31.810Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:31.810Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:03:32.812Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:03:32.812Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:32.813Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:32.813Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:03:33.814Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:03:33.815Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:33.815Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:33.815Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:03:34.816Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:03:34.817Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:34.817Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:34.817Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:03:35.818Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:03:35.818Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:35.819Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:35.819Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:03:36.819Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:03:36.820Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:36.820Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:36.820Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:03:37.821Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:03:37.822Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:37.822Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:37.822Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:03:38.824Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "d30f35e0-e8ea-4d45-8362-29cdc90c10f5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ae422e42-6f2b-4043-be97-3870cf5afb96",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b44d6991-c251-4987-a344-06a5dc3f6449",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8c32e85a-81af-4e4a-baa1-ff935b5e077f",
      "resourceInvariantUUID": "dc669edc-58dd-4260-97fe-8f0881f4d03c",
      "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": "YjU4ZmQyNzcxMzE1NTkzMmFkZDVjZDRlNmI3Y2JkNjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5f273a16-ca07-4977-b814-44590119e662",
          "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": "f6a65c5f-bddb-4f1a-b764-27841a10d85a",
          "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": "db0c6d0f-2cd0-49ad-8ddb-177e75d0898e",
            "generatedFromUUID": "f6a65c5f-bddb-4f1a-b764-27841a10d85a"
          },
          "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": "db0c6d0f-2cd0-49ad-8ddb-177e75d0898e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MTE4ZTc5OTQ0MmZmNzAyY2NjYTE5MTExMDBkY2MyM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "def7c552-8aed-44b4-9f5b-cef47de7c6b9"
    }
  ],
  "workloadContext": "Production"
}
2023-05-07T02:03:38.824Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-07T02:03:38.825Z|e62b24d0-0b18-41ed-8699-deb1066fb67c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d30f35e0-e8ea-4d45-8362-29cdc90c10f5 ASDC
2023-05-07T02:03:38.825Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:3f8d7cc7-6a81-46ff-9bd9-0205cab501b8
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:d30f35e0-e8ea-4d45-8362-29cdc90c10f5
ServiceInvariantUUID:ae422e42-6f2b-4043-be97-3870cf5afb96
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:def7c552-8aed-44b4-9f5b-cef47de7c6b9
ArtifactChecksum:MTE4ZTc5OTQ0MmZmNzAyY2NjYTE5MTExMDBkY2MyM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b44d6991-c251-4987-a344-06a5dc3f6449
ResourceInvariantUUID:dc669edc-58dd-4260-97fe-8f0881f4d03c
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:8c32e85a-81af-4e4a-baa1-ff935b5e077f
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:5f273a16-ca07-4977-b814-44590119e662
ArtifactChecksum:YjU4ZmQyNzcxMzE1NTkzMmFkZDVjZDRlNmI3Y2JkNjg=
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:f6a65c5f-bddb-4f1a-b764-27841a10d85a
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:db0c6d0f-2cd0-49ad-8ddb-177e75d0898e
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:db0c6d0f-2cd0-49ad-8ddb-177e75d0898e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-07T02:03:38.825Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d30f35e0-e8ea-4d45-8362-29cdc90c10f5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:03:38.922Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T02:03:38.923Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-07T02:03:38.923Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-07T02:03:38.923Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: def7c552-8aed-44b4-9f5b-cef47de7c6b9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-07T02:03:38.923Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-07T02:03:38.924Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-07T02:03:39.059Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-07T02:03:39.060Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar def7c552-8aed-44b4-9f5b-cef47de7c6b9 75162
2023-05-07T02:03:39.061Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-05-07T02:03:39.061Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-07T02:03:39.061Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T02:03:39.062Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:39.063Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:39.063Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425019061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:03:40.064Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T02:03:40.064Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-07T02:03:40.064Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: def7c552-8aed-44b4-9f5b-cef47de7c6b9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-07T02:03:40.065Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-05-07T02:03:40.065Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-07T02:03:40.065Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-05-07T02:03:40.242Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17134878142783687797/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:03:41.192Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-07T02:03:41.193Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-07T02:03:41.193Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T02:03:41.193Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:41.193Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:03:41.193Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-07T02:03:41.193Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-07T02:03:41.193Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T02:03:41.193Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:41.193Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:03:41.193Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:41.193Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-07T02:03:41.193Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-05-07T02:03:41.194Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-05-07T02:03:41.194Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-05-07T02:03:41.194Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-07T02:03:41.194Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-07T02:03:41.194Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:41.194Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-07T02:03:41.194Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:41.194Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-07T02:03:41.194Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T02:03:41.194Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:41.194Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-07T02:03:41.194Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T02:03:41.194Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:41.194Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-07T02:03:41.195Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T02:03:41.195Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:41.195Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-07T02:03:41.195Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-07T02:03:41.195Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-07T02:03:41.195Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8ae5f1c7-4ce5-4357-a506-b83c749bc141
2023-05-07T02:03:41.195Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:41.195Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:03:41.195Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:41.195Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:03:41.195Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:41.195Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:03:41.195Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:41.195Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:03:41.195Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:d30f35e0-e8ea-4d45-8362-29cdc90c10f5
Model Version:NULL
Model InvariantUuid:ae422e42-6f2b-4043-be97-3870cf5afb96
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:25e06543-7321-467e-89d2-5be517374f1a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dc669edc-58dd-4260-97fe-8f0881f4d03c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b44d6991-c251-4987-a344-06a5dc3f6449
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5669f6c0-0997-4692-b69e-881a6c8a4d18
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:bb64abbe-c43e-4fd0-bead-2387503b5b34
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8ae5f1c7-4ce5-4357-a506-b83c749bc141
ModelInvariantUuid:9a98204a-a1c4-41e4-a853-65677f5cd4a9
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:7dd0e5fa-669d-44d0-9532-c5a03b723e50
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:01a280a8-72b8-48c2-9abf-b0f212637e03
ModelInvariantUuid:7104a732-52b8-45f0-9509-5657034b7710
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:11ca0fe6-b816-4bab-89f0-f9c4e5dd89db
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-07T02:03:41.225Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 8c32e85a-81af-4e4a-baa1-ff935b5e077f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T02:03:41.230Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||basic_vm 0
2023-05-07T02:03:41.230Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8c32e85a-81af-4e4a-baa1-ff935b5e077f
2023-05-07T02:03:41.230Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5f273a16-ca07-4977-b814-44590119e662 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-07T02:03:41.230Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-07T02:03:41.230Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-07T02:03:41.347Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-07T02:03:41.348Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 5f273a16-ca07-4977-b814-44590119e662 787
2023-05-07T02:03:41.348Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-05-07T02:03:41.348Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-07T02:03:41.348Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T02:03:41.348Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:41.348Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:41.349Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425021348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:03:42.349Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5669f6c0-0997-4692-b69e-881a6c8a4d18",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bb64abbe-c43e-4fd0-bead-2387503b5b34",
    "vfModuleModelCustomizationUUID": "0729cc97-1dac-4f8c-a6f6-3eabd8d8b8b0",
    "isBase": true,
    "artifacts": [
      "f6a65c5f-bddb-4f1a-b764-27841a10d85a",
      "db0c6d0f-2cd0-49ad-8ddb-177e75d0898e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-05-07T02:03:42.355Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb64abbe-c43e-4fd0-bead-2387503b5b34
VfModuleModelInvariantUUID:5669f6c0-0997-4692-b69e-881a6c8a4d18
VfModuleModelDescription:NULL
Artifacts UUID List:{
f6a65c5f-bddb-4f1a-b764-27841a10d85a
,
db0c6d0f-2cd0-49ad-8ddb-177e75d0898e

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

isBase:true


}

2023-05-07T02:03:42.360Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5669f6c0-0997-4692-b69e-881a6c8a4d18",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bb64abbe-c43e-4fd0-bead-2387503b5b34",
    "vfModuleModelCustomizationUUID": "0729cc97-1dac-4f8c-a6f6-3eabd8d8b8b0",
    "isBase": true,
    "artifacts": [
      "f6a65c5f-bddb-4f1a-b764-27841a10d85a",
      "db0c6d0f-2cd0-49ad-8ddb-177e75d0898e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-05-07T02:03:42.360Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb64abbe-c43e-4fd0-bead-2387503b5b34
VfModuleModelInvariantUUID:5669f6c0-0997-4692-b69e-881a6c8a4d18
VfModuleModelDescription:NULL
Artifacts UUID List:{
f6a65c5f-bddb-4f1a-b764-27841a10d85a
,
db0c6d0f-2cd0-49ad-8ddb-177e75d0898e

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

isBase:true


}

2023-05-07T02:03:42.360Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f6a65c5f-bddb-4f1a-b764-27841a10d85a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-07T02:03:42.360Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-07T02:03:42.361Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-07T02:03:42.470Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-07T02:03:42.470Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f6a65c5f-bddb-4f1a-b764-27841a10d85a 5033
2023-05-07T02:03:42.470Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-05-07T02:03:42.471Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-07T02:03:42.471Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T02:03:42.471Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:42.471Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:42.471Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425022470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:03:43.472Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db0c6d0f-2cd0-49ad-8ddb-177e75d0898e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-07T02:03:43.472Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-07T02:03:43.473Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-07T02:03:43.586Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-07T02:03:43.587Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env db0c6d0f-2cd0-49ad-8ddb-177e75d0898e 903
2023-05-07T02:03:43.588Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-05-07T02:03:43.588Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-07T02:03:43.588Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T02:03:43.589Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:43.589Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:43.589Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425023588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:03:44.590Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d30f35e0-e8ea-4d45-8362-29cdc90c10f5
2023-05-07T02:03:44.590Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8c32e85a-81af-4e4a-baa1-ff935b5e077f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T02:03:44.627Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ba236ce, org.onap.sdc.toscaparser.api.parameters.Input@be01246, org.onap.sdc.toscaparser.api.parameters.Input@3f70507e, org.onap.sdc.toscaparser.api.parameters.Input@64d6ee56, org.onap.sdc.toscaparser.api.parameters.Input@ea8b044]
2023-05-07T02:03:44.629Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:44.630Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:03:44.630Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-05-07T02:03:44.630Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b44d6991-c251-4987-a344-06a5dc3f6449
2023-05-07T02:03:44.630Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b44d6991-c251-4987-a344-06a5dc3f6449 matches Tosca VF Customization UUID: b44d6991-c251-4987-a344-06a5dc3f6449
2023-05-07T02:03:44.631Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b44d6991-c251-4987-a344-06a5dc3f6449  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-05-07T02:03:44.636Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:44.636Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:03:44.637Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b44d6991-c251-4987-a344-06a5dc3f6449: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-07T02:03:44.637Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b684f9a
2023-05-07T02:03:44.637Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:44.637Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-07T02:03:44.638Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0729cc97-1dac-4f8c-a6f6-3eabd8d8b8b0
2023-05-07T02:03:44.638Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0729cc97-1dac-4f8c-a6f6-3eabd8d8b8b0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-05-07T02:03:44.642Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:44.642Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-07T02:03:44.643Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T02:03:44.643Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:44.643Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-07T02:03:44.643Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T02:03:44.643Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:44.643Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-07T02:03:44.643Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-07T02:03:44.644Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-07T02:03:44.644Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8ae5f1c7-4ce5-4357-a506-b83c749bc141
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-05-07T02:03:44.648Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:44.649Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-07T02:03:44.649Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T02:03:44.649Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:44.649Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-07T02:03:44.649Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b44d6991-c251-4987-a344-06a5dc3f6449
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T02:03:44.654Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:44.654Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:03:44.654Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d30f35e0-e8ea-4d45-8362-29cdc90c10f5: basic_vm
2023-05-07T02:03:44.654Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:44.654Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:03:44.655Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:44.655Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:03:44.655Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:44.655Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:03:44.655Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:44.655Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:03:44.655Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:03:44.655Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:03:44.655Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:03:44.885Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 8c32e85a-81af-4e4a-baa1-ff935b5e077f 1 ASDC deployResourceStructure
2023-05-07T02:03:44.886Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-05-07T02:03:44.887Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-07T02:03:44.887Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T02:03:44.887Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:44.888Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:44.888Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425024886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:03:45.890Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-05-07T02:03:45.890Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-07T02:03:45.891Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T02:03:45.891Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:45.892Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:45.892Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425025890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:03:46.893Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-05-07T02:03:46.893Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-07T02:03:46.893Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T02:03:46.893Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:46.893Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:46.893Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425026892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:03:47.894Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-05-07T02:03:47.894Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-07T02:03:47.894Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T02:03:47.895Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:03:47.895Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:03:47.895Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425027894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:03:48.896Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f8d7cc7-6a81-46ff-9bd9-0205cab501b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:03:48.928Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f8d7cc7-6a81-46ff-9bd9-0205cab501b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:03:48.935Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T02:03:48.935Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-07T02:03:48.935Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-07T02:03:58.306Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:03:58.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.310Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424914797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.311Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424904885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.311Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424911217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.311Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424884707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.312Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424907146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.312Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424884707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.312Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424914797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.313Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424911217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-05-07T02:03:58.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.313Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424907146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.313Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424904885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.313Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424884707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.314Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424914797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-07T02:03:58.314Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.314Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424907146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.314Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.314Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424904885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.314Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.314Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424911217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-07T02:03:58.314Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.314Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424884707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.315Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424914797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.315Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424911217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.315Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424907146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.315Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424904885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.316Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424884707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.316Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424914797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.316Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424911217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-07T02:03:58.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.316Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424907146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.317Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424904885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.317Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424925142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.317Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424884707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.318Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424914797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.318Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.318Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424907146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.318Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.318Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424911217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.319Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.319Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424904885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.319Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.319Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424925142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.319Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.319Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424884707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:03:58.319Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.320Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424904885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.320Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424914797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:03:58.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.320Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424907146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:03:58.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.320Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424911217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:03:58.321Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.321Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424925142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.321Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.321Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424929312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:03:58.321Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.321Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424928962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:03:58.321Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.322Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424930205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:03:58.322Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.322Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424925142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.322Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.322Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424930344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:03:58.322Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.322Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424930318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:03:58.322Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.323Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683424931209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:03:58.354Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3f8d7cc7-6a81-46ff-9bd9-0205cab501b8
2023-05-07T02:03:58.354Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f8d7cc7-6a81-46ff-9bd9-0205cab501b8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:03:58.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.377Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424925142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.377Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.377Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424930076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:03:58.377Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.377Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683424931320,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:03:58.390Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3f8d7cc7-6a81-46ff-9bd9-0205cab501b8
2023-05-07T02:03:58.391Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f8d7cc7-6a81-46ff-9bd9-0205cab501b8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:03:58.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.411Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424925142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.411Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.411Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424931191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:03:58.411Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.411Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424925142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:03:58.411Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.412Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424932251,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:03:58.424Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3f8d7cc7-6a81-46ff-9bd9-0205cab501b8
2023-05-07T02:03:58.425Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f8d7cc7-6a81-46ff-9bd9-0205cab501b8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-05-07T02:03:58.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.456Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424932953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:03:58.456Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.456Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683424933255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-07T02:03:58.457Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.457Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424935701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:03:58.457Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.457Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1683424936704,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:03:58.469Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3f8d7cc7-6a81-46ff-9bd9-0205cab501b8
2023-05-07T02:03:58.469Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f8d7cc7-6a81-46ff-9bd9-0205cab501b8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:03:58.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.488Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424935424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:03:58.489Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.489Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683424936431,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:03:58.500Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3f8d7cc7-6a81-46ff-9bd9-0205cab501b8
2023-05-07T02:03:58.500Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f8d7cc7-6a81-46ff-9bd9-0205cab501b8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:03:58.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.520Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424968308,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-07T02:03:58.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.520Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.520Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.521Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.521Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.521Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.521Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.521Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.521Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.521Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.521Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.522Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:03:58.522Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.522Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:03:58.522Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:03:58.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:03:58.522Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424977555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:03:58.522Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:04:18.935Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f8d7cc7-6a81-46ff-9bd9-0205cab501b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:04:18.964Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f8d7cc7-6a81-46ff-9bd9-0205cab501b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:04:18.970Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T02:04:18.970Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-07T02:04:18.970Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-07T02:04:18.971Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-07T02:04:18.971Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:04:18.971Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:04:18.971Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:04:18.971Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:04:18.971Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:04:18.972Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:04:18.989Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-07T02:04:48.989Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3f8d7cc7-6a81-46ff-9bd9-0205cab501b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-07T02:04:49.011Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3f8d7cc7-6a81-46ff-9bd9-0205cab501b8 and serviceModelVersionId: d30f35e0-e8ea-4d45-8362-29cdc90c10f5
2023-05-07T02:04:49.012Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ae422e42-6f2b-4043-be97-3870cf5afb96
2023-05-07T02:04:49.012Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ae422e42-6f2b-4043-be97-3870cf5afb96/model-vers/model-ver/d30f35e0-e8ea-4d45-8362-29cdc90c10f5?depth=0
2023-05-07T02:04:49.018Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-05-07T02:04:49.055Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ae422e42-6f2b-4043-be97-3870cf5afb96/model-vers/model-ver/d30f35e0-e8ea-4d45-8362-29cdc90c10f5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-05-07T02:04:49.055Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ae422e42-6f2b-4043-be97-3870cf5afb96/model-vers/model-ver/d30f35e0-e8ea-4d45-8362-29cdc90c10f5?depth=0|INFO|500||Invoke
2023-05-07T02:04:49.063Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ae422e42-6f2b-4043-be97-3870cf5afb96/model-vers/model-ver/d30f35e0-e8ea-4d45-8362-29cdc90c10f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-07T02:04:49.201Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ae422e42-6f2b-4043-be97-3870cf5afb96/model-vers/model-ver/d30f35e0-e8ea-4d45-8362-29cdc90c10f5?depth=0|INFO|500||InvokeReturn
2023-05-07T02:04:49.202Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ae422e42-6f2b-4043-be97-3870cf5afb96/model-vers/model-ver/d30f35e0-e8ea-4d45-8362-29cdc90c10f5?depth=0 has http status code:200 and response headers:{date=[Sun, 07 May 2023 02:04:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[237776], x-aai-txid=[0-aai-resources-230507-02:04:48:851-36291], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-07T02:04:49.202Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-05-07T02:04:49.202Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-07T02:04:49.203Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T02:04:49.213Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-07T02:04:49.213Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3f8d7cc7-6a81-46ff-9bd9-0205cab501b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-07T02:04:49.213Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-07T02:04:49.214Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:04:49.214Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:04:49.214Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425089213,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-07T02:04:50.245Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:04:58.306Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:04:58.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-07T02:04:58.309Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424979474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:04:58.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:04:58.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-07T02:04:58.310Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425010773,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-07T02:04:58.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:04:58.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-07T02:04:58.310Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:04:58.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:04:58.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-07T02:04:58.311Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-05-07T02:04:58.311Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:04:58.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-07T02:04:58.311Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-07T02:04:58.311Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:04:58.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-07T02:04:58.311Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:04:58.311Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:04:58.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-07T02:04:58.312Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-07T02:04:58.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:04:58.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-07T02:04:58.312Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:04:58.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:04:58.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-07T02:04:58.312Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683424969343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:04:58.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:04:58.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-07T02:04:58.313Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425019061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:04:58.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:04:58.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-07T02:04:58.313Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425021348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:04:58.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:04:58.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-07T02:04:58.313Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425022470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:04:58.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:04:58.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-07T02:04:58.313Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425023588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:04:58.314Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:04:58.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-07T02:04:58.314Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425024886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-07T02:04:58.314Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:04:58.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-07T02:04:58.314Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425025890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-05-07T02:04:58.314Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:04:58.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-07T02:04:58.315Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425026892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-05-07T02:04:58.315Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:04:58.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-07T02:04:58.315Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425027894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:04:58.315Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:05:50.245Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:05:58.306Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:05:58.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-07T02:05:58.308Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425089213,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-07T02:05:58.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:06:50.247Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:06:58.306Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:07:50.248Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:07:58.307Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:08:50.249Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:08:58.309Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:09:50.250Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:09:58.310Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:10:50.251Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:10:58.311Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:11:50.252Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:11:58.312Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:12:50.254Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:12:58.312Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:13:50.255Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:13:58.313Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:14:50.257Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:14:58.314Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:15:50.258Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:15:58.316Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:37.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-07T02:16:37.019Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"6b5f052d-ec94-4195-9187-3f7518d5527d","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"15a43182-9479-445e-8ee6-e44bfe4cf329","serviceDescription":"service","serviceInvariantUUID":"d20240f2-286e-415d-ab63-3ff841131f6b","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5a0f04b4-ec86-4943-98e7-2b5596e59c46","resourceInvariantUUID":"d600e9f0-eeba-4f2f-a77b-a9364c9cd350","resourceCustomizationUUID":"c7318f35-489e-4d7e-97c2-a885f88425fe","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":"NjhhY2VlMjA0MTAwZmRlZmZhMWQ1ZTEyYWQwODE3OGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"06fbacc9-cfd4-458c-8bd5-a04dd1e54ae1","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":"N2IzMjg0ZWJmOTA5N2ZiMWI5ZDE5MjQ1ZjQzZDFjMWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d93e68c8-a927-4cf0-a90a-ad79f47370b1","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":"03486e4c-1fed-4c34-8a53-81aefa3bce94","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":"c920cc30-f8a3-45a1-a83e-36d1dd683a4e","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":"d4af970c-4920-4cb8-bd41-45c1e994cb21","artifactVersion":"2","generatedFromUUID":"2ff270aa-f812-499c-a679-4525dda98d06"},{"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":"dbfc1a8f-07ec-4999-9862-5451ec4ac3db","artifactVersion":"2","generatedFromUUID":"03486e4c-1fed-4c34-8a53-81aefa3bce94"},{"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":"2ff270aa-f812-499c-a679-4525dda98d06","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":"65465990-fac9-4353-8d4f-4cb9b0b118a5","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":"YTgwM2Y2ZDM3NGIxMWYxNTQ3ZWVmMTAyZjA3MzQyMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8fc578a8-026c-4b3d-a8c4-f0b723c70dbf","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NDY0MjhhN2VkZWIyZTIwYmUwNDc2ZTI1MjdlZWJkZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b02250a-6951-4ffc-815d-624b6432b456","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-07T02:16:37.020Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:16:37.020Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:16:37.021Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:16:37.021Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425750258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:37.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:16:37.051Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425750258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:16:37.052Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:16:38.027Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:16:38.027Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:16:38.027Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:16:38.028Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425750258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:39.028Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:16:39.029Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:16:39.029Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:16:39.029Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425750258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:40.030Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:16:40.031Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:16:40.031Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:16:40.032Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425750258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:41.033Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:16:41.033Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:16:41.034Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:16:41.034Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425750258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:42.035Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:16:42.035Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:16:42.035Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:16:42.036Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425750258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:43.037Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:16:43.037Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:16:43.037Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:16:43.037Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425750258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:44.038Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:16:44.039Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:16:44.039Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:16:44.039Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425750258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:45.040Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:16:45.041Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:16:45.041Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:16:45.041Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425750258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:46.042Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:16:46.042Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:16:46.043Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:16:46.043Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425750258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:47.044Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "15a43182-9479-445e-8ee6-e44bfe4cf329",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d20240f2-286e-415d-ab63-3ff841131f6b",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "c7318f35-489e-4d7e-97c2-a885f88425fe",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5a0f04b4-ec86-4943-98e7-2b5596e59c46",
      "resourceInvariantUUID": "d600e9f0-eeba-4f2f-a77b-a9364c9cd350",
      "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": "N2IzMjg0ZWJmOTA5N2ZiMWI5ZDE5MjQ1ZjQzZDFjMWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d93e68c8-a927-4cf0-a90a-ad79f47370b1",
          "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": "03486e4c-1fed-4c34-8a53-81aefa3bce94",
          "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": "dbfc1a8f-07ec-4999-9862-5451ec4ac3db",
            "generatedFromUUID": "03486e4c-1fed-4c34-8a53-81aefa3bce94"
          },
          "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": "d4af970c-4920-4cb8-bd41-45c1e994cb21",
          "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": "dbfc1a8f-07ec-4999-9862-5451ec4ac3db",
          "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": "2ff270aa-f812-499c-a679-4525dda98d06",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NDY0MjhhN2VkZWIyZTIwYmUwNDc2ZTI1MjdlZWJkZjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b02250a-6951-4ffc-815d-624b6432b456"
    }
  ],
  "workloadContext": "Production"
}
2023-05-07T02:16:47.045Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-07T02:16:47.046Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 15a43182-9479-445e-8ee6-e44bfe4cf329 ASDC
2023-05-07T02:16:47.046Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:6b5f052d-ec94-4195-9187-3f7518d5527d
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:15a43182-9479-445e-8ee6-e44bfe4cf329
ServiceInvariantUUID:d20240f2-286e-415d-ab63-3ff841131f6b
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:4b02250a-6951-4ffc-815d-624b6432b456
ArtifactChecksum:NDY0MjhhN2VkZWIyZTIwYmUwNDc2ZTI1MjdlZWJkZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:c7318f35-489e-4d7e-97c2-a885f88425fe
ResourceInvariantUUID:d600e9f0-eeba-4f2f-a77b-a9364c9cd350
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:5a0f04b4-ec86-4943-98e7-2b5596e59c46
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:d93e68c8-a927-4cf0-a90a-ad79f47370b1
ArtifactChecksum:N2IzMjg0ZWJmOTA5N2ZiMWI5ZDE5MjQ1ZjQzZDFjMWM=
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:03486e4c-1fed-4c34-8a53-81aefa3bce94
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:dbfc1a8f-07ec-4999-9862-5451ec4ac3db
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:d4af970c-4920-4cb8-bd41-45c1e994cb21
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:dbfc1a8f-07ec-4999-9862-5451ec4ac3db
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:2ff270aa-f812-499c-a679-4525dda98d06
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-07T02:16:47.046Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15a43182-9479-445e-8ee6-e44bfe4cf329 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:16:47.117Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T02:16:47.119Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-07T02:16:47.119Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-07T02:16:47.119Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4b02250a-6951-4ffc-815d-624b6432b456 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-07T02:16:47.119Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-07T02:16:47.119Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-07T02:16:47.273Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-07T02:16:47.281Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 4b02250a-6951-4ffc-815d-624b6432b456 163251
2023-05-07T02:16:47.281Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-05-07T02:16:47.281Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-07T02:16:47.281Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T02:16:47.282Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:16:47.282Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:16:47.282Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425807281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:48.283Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T02:16:48.284Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-07T02:16:48.284Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4b02250a-6951-4ffc-815d-624b6432b456, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-07T02:16:48.285Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-05-07T02:16:48.286Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-07T02:16:48.286Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-07T02:16:48.392Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6001399969280775372/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-05-07T02:16:49.278Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-07T02:16:49.279Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-07T02:16:49.279Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-07T02:16:49.279Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-05-07T02:16:49.279Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-07T02:16:49.279Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-07T02:16:49.279Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-07T02:16:49.279Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-07T02:16:49.279Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-07T02:16:49.279Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:49.279Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:16:49.279Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-07T02:16:49.279Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-07T02:16:49.279Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T02:16:49.279Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:49.279Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:16:49.279Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-07T02:16:49.280Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-07T02:16:49.280Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T02:16:49.280Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:49.280Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:16:49.280Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:49.280Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-05-07T02:16:49.280Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-05-07T02:16:49.280Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-05-07T02:16:49.280Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-07T02:16:49.280Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:49.280Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-07T02:16:49.280Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:49.280Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-07T02:16:49.280Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T02:16:49.281Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:49.281Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-07T02:16:49.281Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T02:16:49.281Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:49.281Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-07T02:16:49.281Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T02:16:49.281Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:49.281Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-07T02:16:49.281Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T02:16:49.281Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:49.281Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-05-07T02:16:49.281Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-05-07T02:16:49.281Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=85c32116-e2a9-44bd-a266-ec957f1ac2c6
2023-05-07T02:16:49.281Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:49.281Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:16:49.282Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:49.282Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:16:49.282Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:49.282Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:16:49.282Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:49.282Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:16:49.282Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:15a43182-9479-445e-8ee6-e44bfe4cf329
Model Version:NULL
Model InvariantUuid:d20240f2-286e-415d-ab63-3ff841131f6b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:c1cc2883-4fa0-4f8d-9d92-65a4dab59360
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d600e9f0-eeba-4f2f-a77b-a9364c9cd350
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c7318f35-489e-4d7e-97c2-a885f88425fe
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c9fd73ca-c0a7-4071-b793-4a736281e670
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:85c9d2aa-36f9-437f-91e3-4b36cd1d115a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:ecbc0b67-61b3-40f9-8578-e3c5d28bc595
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e8b88368-a68a-4f1e-84a7-65d74ab4d496
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:85c32116-e2a9-44bd-a266-ec957f1ac2c6
ModelInvariantUuid:cc0a55a3-f3fb-4fa7-8ebb-71d1fa1a2d65
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:f823fdea-a9ae-4a95-bb1e-67aecbcde326
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:b7995ff7-691d-4a21-8e17-5dc92e5a7623
ModelInvariantUuid:afcd2deb-2d49-4ab1-ad2e-ed1a656d4af7
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:e60fce64-28c7-4266-bad5-a19098d9c039
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-07T02:16:49.303Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 5a0f04b4-ec86-4943-98e7-2b5596e59c46
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T02:16:49.309Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0
2023-05-07T02:16:49.309Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5a0f04b4-ec86-4943-98e7-2b5596e59c46
2023-05-07T02:16:49.309Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d93e68c8-a927-4cf0-a90a-ad79f47370b1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-05-07T02:16:49.309Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-07T02:16:49.309Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-05-07T02:16:49.424Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-07T02:16:49.424Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json d93e68c8-a927-4cf0-a90a-ad79f47370b1 1565
2023-05-07T02:16:49.425Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-05-07T02:16:49.425Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-05-07T02:16:49.425Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T02:16:49.425Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:16:49.425Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:16:49.425Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425809425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:50.426Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "ecbc0b67-61b3-40f9-8578-e3c5d28bc595",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e8b88368-a68a-4f1e-84a7-65d74ab4d496",
    "vfModuleModelCustomizationUUID": "1a1acc0d-ad2a-4574-95f0-bb363ddbebe2",
    "isBase": true,
    "artifacts": [
      "03486e4c-1fed-4c34-8a53-81aefa3bce94",
      "dbfc1a8f-07ec-4999-9862-5451ec4ac3db"
    ],
    "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": "c9fd73ca-c0a7-4071-b793-4a736281e670",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85c9d2aa-36f9-437f-91e3-4b36cd1d115a",
    "vfModuleModelCustomizationUUID": "94cd7f7e-51ce-42b8-9b3f-e1fda3fcdaf6",
    "isBase": false,
    "artifacts": [
      "2ff270aa-f812-499c-a679-4525dda98d06"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-05-07T02:16:50.431Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e8b88368-a68a-4f1e-84a7-65d74ab4d496
VfModuleModelInvariantUUID:ecbc0b67-61b3-40f9-8578-e3c5d28bc595
VfModuleModelDescription:NULL
Artifacts UUID List:{
03486e4c-1fed-4c34-8a53-81aefa3bce94
,
dbfc1a8f-07ec-4999-9862-5451ec4ac3db

}
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:85c9d2aa-36f9-437f-91e3-4b36cd1d115a
VfModuleModelInvariantUUID:c9fd73ca-c0a7-4071-b793-4a736281e670
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ff270aa-f812-499c-a679-4525dda98d06

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

isBase:false


}

2023-05-07T02:16:50.435Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "ecbc0b67-61b3-40f9-8578-e3c5d28bc595",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e8b88368-a68a-4f1e-84a7-65d74ab4d496",
    "vfModuleModelCustomizationUUID": "1a1acc0d-ad2a-4574-95f0-bb363ddbebe2",
    "isBase": true,
    "artifacts": [
      "03486e4c-1fed-4c34-8a53-81aefa3bce94",
      "dbfc1a8f-07ec-4999-9862-5451ec4ac3db"
    ],
    "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": "c9fd73ca-c0a7-4071-b793-4a736281e670",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85c9d2aa-36f9-437f-91e3-4b36cd1d115a",
    "vfModuleModelCustomizationUUID": "94cd7f7e-51ce-42b8-9b3f-e1fda3fcdaf6",
    "isBase": false,
    "artifacts": [
      "2ff270aa-f812-499c-a679-4525dda98d06"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-05-07T02:16:50.435Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e8b88368-a68a-4f1e-84a7-65d74ab4d496
VfModuleModelInvariantUUID:ecbc0b67-61b3-40f9-8578-e3c5d28bc595
VfModuleModelDescription:NULL
Artifacts UUID List:{
03486e4c-1fed-4c34-8a53-81aefa3bce94
,
dbfc1a8f-07ec-4999-9862-5451ec4ac3db

}
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:85c9d2aa-36f9-437f-91e3-4b36cd1d115a
VfModuleModelInvariantUUID:c9fd73ca-c0a7-4071-b793-4a736281e670
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ff270aa-f812-499c-a679-4525dda98d06

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

isBase:false


}

2023-05-07T02:16:50.435Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 03486e4c-1fed-4c34-8a53-81aefa3bce94 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-05-07T02:16:50.436Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-07T02:16:50.436Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-05-07T02:16:50.548Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-07T02:16:50.548Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 03486e4c-1fed-4c34-8a53-81aefa3bce94 914
2023-05-07T02:16:50.549Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-05-07T02:16:50.549Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-05-07T02:16:50.549Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T02:16:50.549Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:16:50.549Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:16:50.550Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425810549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:51.550Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d4af970c-4920-4cb8-bd41-45c1e994cb21 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-05-07T02:16:51.551Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-07T02:16:51.551Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-05-07T02:16:51.665Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-07T02:16:51.666Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env d4af970c-4920-4cb8-bd41-45c1e994cb21 12
2023-05-07T02:16:51.666Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-05-07T02:16:51.666Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-05-07T02:16:51.666Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T02:16:51.666Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:16:51.666Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:16:51.666Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425811666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:52.667Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dbfc1a8f-07ec-4999-9862-5451ec4ac3db from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-05-07T02:16:52.667Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-07T02:16:52.668Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-05-07T02:16:52.783Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-07T02:16:52.783Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env dbfc1a8f-07ec-4999-9862-5451ec4ac3db 96
2023-05-07T02:16:52.784Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-05-07T02:16:52.784Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-05-07T02:16:52.784Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T02:16:52.785Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:16:52.785Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:16:52.785Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425812784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:53.786Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2ff270aa-f812-499c-a679-4525dda98d06 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-05-07T02:16:53.786Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-07T02:16:53.787Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-05-07T02:16:53.897Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-07T02:16:53.898Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2ff270aa-f812-499c-a679-4525dda98d06 20206
2023-05-07T02:16:53.898Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-05-07T02:16:53.898Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-05-07T02:16:53.898Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T02:16:53.899Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:16:53.899Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:16:53.899Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425813898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:54.906Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 15a43182-9479-445e-8ee6-e44bfe4cf329
2023-05-07T02:16:54.907Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 5a0f04b4-ec86-4943-98e7-2b5596e59c46 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T02:16:54.930Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@338769ac, org.onap.sdc.toscaparser.api.parameters.Input@5982070, org.onap.sdc.toscaparser.api.parameters.Input@44274877, org.onap.sdc.toscaparser.api.parameters.Input@1852e3dc, org.onap.sdc.toscaparser.api.parameters.Input@10102373]
2023-05-07T02:16:54.932Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:54.932Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:16:54.933Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2023-05-07T02:16:54.933Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= c7318f35-489e-4d7e-97c2-a885f88425fe
2023-05-07T02:16:54.933Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c7318f35-489e-4d7e-97c2-a885f88425fe matches Tosca VF Customization UUID: c7318f35-489e-4d7e-97c2-a885f88425fe
2023-05-07T02:16:54.933Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: c7318f35-489e-4d7e-97c2-a885f88425fe  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-05-07T02:16:54.938Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:54.938Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:16:54.939Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id c7318f35-489e-4d7e-97c2-a885f88425fe: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2023-05-07T02:16:54.939Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2596de3a
2023-05-07T02:16:54.939Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:54.939Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-07T02:16:54.939Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 94cd7f7e-51ce-42b8-9b3f-e1fda3fcdaf6
2023-05-07T02:16:54.939Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 94cd7f7e-51ce-42b8-9b3f-e1fda3fcdaf6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-05-07T02:16:54.944Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:54.944Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-07T02:16:54.944Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T02:16:54.944Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:54.944Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-07T02:16:54.944Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T02:16:54.944Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:54.945Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-07T02:16:54.945Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c7318f35-489e-4d7e-97c2-a885f88425fe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T02:16:54.949Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:54.949Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:16:54.949Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 15a43182-9479-445e-8ee6-e44bfe4cf329: basic_cnf_macro
2023-05-07T02:16:54.949Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:54.950Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:16:54.950Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:54.950Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:16:54.950Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:54.950Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:16:54.950Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:54.950Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:16:54.950Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:16:54.950Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:16:54.950Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:16:55.031Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 5a0f04b4-ec86-4943-98e7-2b5596e59c46 2 ASDC deployResourceStructure
2023-05-07T02:16:55.032Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-05-07T02:16:55.032Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-05-07T02:16:55.032Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T02:16:55.032Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:16:55.032Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:16:55.032Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425815032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:56.034Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-05-07T02:16:56.034Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-05-07T02:16:56.035Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T02:16:56.035Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:16:56.035Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:16:56.035Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425816034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:57.043Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-05-07T02:16:57.044Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-05-07T02:16:57.044Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-05-07T02:16:57.045Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:16:57.045Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:16:57.045Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425817037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:58.047Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-05-07T02:16:58.047Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-05-07T02:16:58.047Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T02:16:58.047Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:16:58.047Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:16:58.047Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425818047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:58.306Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:16:58.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:16:58.307Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425772346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:16:58.308Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:16:59.048Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-05-07T02:16:59.048Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-05-07T02:16:59.048Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-05-07T02:16:59.049Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:16:59.049Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:16:59.049Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425819048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:17:00.049Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-05-07T02:17:00.050Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-07T02:17:00.050Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T02:17:00.050Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:17:00.050Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:17:00.050Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425820049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:17:01.051Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b5f052d-ec94-4195-9187-3f7518d5527d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:17:01.076Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b5f052d-ec94-4195-9187-3f7518d5527d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:17:01.081Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T02:17:01.081Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-07T02:17:01.081Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-07T02:17:31.082Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b5f052d-ec94-4195-9187-3f7518d5527d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:17:31.105Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b5f052d-ec94-4195-9187-3f7518d5527d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:17:31.109Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T02:17:31.110Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-07T02:17:31.110Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-07T02:17:58.306Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:17:58.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.312Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425772226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.312Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.313Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425788729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.313Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.313Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425774285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.313Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.313Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425795142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.313Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.313Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425750258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-07T02:17:58.313Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425772346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425772226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425788729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425774285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425795142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425750258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425772346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425788729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.316Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425772226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.316Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.316Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425774285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-05-07T02:17:58.316Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.316Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425795142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.316Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.316Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425750258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.316Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.316Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425772346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.316Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.316Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425788729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.316Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.316Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425774285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.316Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.317Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425772226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.317Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.317Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425795142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.317Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.317Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425750258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-05-07T02:17:58.317Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.317Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425772346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.317Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.317Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425788729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.317Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.317Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425774285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-05-07T02:17:58.317Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.317Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425772226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.317Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425795142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425772346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425750258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425788729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425772226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425774285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425795142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425750258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425772346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425788729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425772226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425774285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-05-07T02:17:58.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.319Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425795142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.319Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.319Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425750258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.319Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.319Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425788729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.319Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.319Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425772346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.319Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.319Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425774285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.319Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.319Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425772226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.319Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.319Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425795142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.319Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425788729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425772346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425750258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425774285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425772226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425795142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425750258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425772346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425788729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.320Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425772226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:17:58.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.321Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425774285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:17:58.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.321Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425795142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:17:58.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.321Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425807146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.321Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425806501,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:17:58.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.321Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425806146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:17:58.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.321Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425807281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:17:58.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.322Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425807415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:17:58.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.322Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425807146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.322Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425806705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:17:58.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.322Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425807504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:17:58.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.322Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425807262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:17:58.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.322Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425807146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.323Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425808506,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:17:58.339Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b5f052d-ec94-4195-9187-3f7518d5527d
2023-05-07T02:17:58.340Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b5f052d-ec94-4195-9187-3f7518d5527d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:17:58.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.359Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425809425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:17:58.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.360Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425808386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:17:58.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.360Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425807146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.361Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425810213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:17:58.373Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6b5f052d-ec94-4195-9187-3f7518d5527d
2023-05-07T02:17:58.373Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b5f052d-ec94-4195-9187-3f7518d5527d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:17:58.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.394Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425809264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:17:58.395Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.395Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425810549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:17:58.395Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.395Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425809510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:17:58.395Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.395Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425807146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.396Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.396Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425810269,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:17:58.409Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6b5f052d-ec94-4195-9187-3f7518d5527d
2023-05-07T02:17:58.409Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b5f052d-ec94-4195-9187-3f7518d5527d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:17:58.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.427Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425811666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:17:58.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.427Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425810672,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:17:58.436Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b5f052d-ec94-4195-9187-3f7518d5527d
2023-05-07T02:17:58.436Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b5f052d-ec94-4195-9187-3f7518d5527d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-05-07T02:17:58.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.457Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425807146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.457Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.457Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425812784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:17:58.457Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.457Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425811674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-07T02:17:58.457Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.457Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425807146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.457Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.457Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425813898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:17:58.457Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.457Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425807146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.458Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.458Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425807146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:17:58.458Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.458Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425815032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-07T02:17:58.458Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.458Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425807146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:17:58.458Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.458Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425816034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-05-07T02:17:58.458Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.458Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425817037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-05-07T02:17:58.458Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.459Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425817314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:17:58.459Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:17:58.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:17:58.459Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425818047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-05-07T02:17:58.459Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:01.110Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b5f052d-ec94-4195-9187-3f7518d5527d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:18:01.138Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b5f052d-ec94-4195-9187-3f7518d5527d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:18:01.144Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T02:18:01.144Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-07T02:18:01.144Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-07T02:18:31.145Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b5f052d-ec94-4195-9187-3f7518d5527d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:18:31.171Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b5f052d-ec94-4195-9187-3f7518d5527d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:18:31.177Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T02:18:31.177Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-07T02:18:31.177Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-07T02:18:58.306Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:18:58.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.308Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425819048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-05-07T02:18:58.308Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.308Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425820049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:18:58.309Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.309Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425823017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:18:58.309Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.309Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425824021,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:18:58.324Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6b5f052d-ec94-4195-9187-3f7518d5527d
2023-05-07T02:18:58.324Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b5f052d-ec94-4195-9187-3f7518d5527d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:18:58.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.347Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425811214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425809508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425812679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425825897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425825142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425811214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425825897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425812679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425809508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425825142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.348Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425809508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425825897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425811214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425812679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425825142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425825897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425809508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.349Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425812679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.350Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.350Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425811214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.350Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.350Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425825142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.350Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.350Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425825897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.350Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.350Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425811214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.350Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.350Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425812679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-07T02:18:58.350Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.350Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425809508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.350Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425825142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425825897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425811214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425812679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425809508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425825142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425825897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425811214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.351Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425809508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425812679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425825142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425837146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425825897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425811214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425809508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425812679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.352Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425825142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:18:58.353Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.353Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425837146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.353Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.353Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425837019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:18:58.353Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.353Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425837388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:18:58.353Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.353Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425838293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:18:58.353Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.353Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425837601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:18:58.353Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.353Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425837146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.353Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.353Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425838391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:18:58.354Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.354Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425838144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:18:58.354Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.354Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425839680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:18:58.390Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0f869858-ab7d-4abd-baf5-037f1fda8d5c
2023-05-07T02:18:58.391Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f869858-ab7d-4abd-baf5-037f1fda8d5c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:18:58.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.414Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425837146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.414Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.414Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425839393,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:18:58.427Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f869858-ab7d-4abd-baf5-037f1fda8d5c
2023-05-07T02:18:58.428Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f869858-ab7d-4abd-baf5-037f1fda8d5c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:18:58.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.449Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425839346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:18:58.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.449Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425837146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.450Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425839906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:18:58.450Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.450Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425840405,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:18:58.465Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f869858-ab7d-4abd-baf5-037f1fda8d5c
2023-05-07T02:18:58.465Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f869858-ab7d-4abd-baf5-037f1fda8d5c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-05-07T02:18:58.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.486Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425837146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.486Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.486Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425840911,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:18:58.501Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0f869858-ab7d-4abd-baf5-037f1fda8d5c
2023-05-07T02:18:58.502Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f869858-ab7d-4abd-baf5-037f1fda8d5c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:18:58.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.525Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425841408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-07T02:18:58.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.525Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425837146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:18:58.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.526Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425837146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:18:58.526Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.526Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425845313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:18:58.526Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.526Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425850570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:18:58.526Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:18:58.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-07T02:18:58.526Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425851573,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:18:58.539Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0f869858-ab7d-4abd-baf5-037f1fda8d5c
2023-05-07T02:18:58.540Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f869858-ab7d-4abd-baf5-037f1fda8d5c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:19:01.177Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b5f052d-ec94-4195-9187-3f7518d5527d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:19:01.206Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b5f052d-ec94-4195-9187-3f7518d5527d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:19:01.212Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T02:19:01.212Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-07T02:19:01.213Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-07T02:19:01.213Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-07T02:19:01.213Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:19:01.213Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:19:01.214Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:19:01.214Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:19:01.214Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:19:01.214Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:19:01.229Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-07T02:19:31.229Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b5f052d-ec94-4195-9187-3f7518d5527d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-07T02:19:31.244Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b5f052d-ec94-4195-9187-3f7518d5527d and serviceModelVersionId: 15a43182-9479-445e-8ee6-e44bfe4cf329
2023-05-07T02:19:31.244Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d20240f2-286e-415d-ab63-3ff841131f6b
2023-05-07T02:19:31.245Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d20240f2-286e-415d-ab63-3ff841131f6b/model-vers/model-ver/15a43182-9479-445e-8ee6-e44bfe4cf329?depth=0
2023-05-07T02:19:31.252Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-05-07T02:19:31.290Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d20240f2-286e-415d-ab63-3ff841131f6b/model-vers/model-ver/15a43182-9479-445e-8ee6-e44bfe4cf329?depth=0|INFO|500||Invoke
2023-05-07T02:19:31.290Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d20240f2-286e-415d-ab63-3ff841131f6b/model-vers/model-ver/15a43182-9479-445e-8ee6-e44bfe4cf329?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d20240f2-286e-415d-ab63-3ff841131f6b/model-vers/model-ver/15a43182-9479-445e-8ee6-e44bfe4cf329?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6b5f052d-ec94-4195-9187-3f7518d5527d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3491d3fe-9ff3-4259-86fb-568f977a512f], X-ECOMP-RequestID=[6b5f052d-ec94-4195-9187-3f7518d5527d], X-TransactionId=[], X-ONAP-RequestID=[6b5f052d-ec94-4195-9187-3f7518d5527d], Content-Type=[application/merge-patch+json]}
2023-05-07T02:19:31.298Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d20240f2-286e-415d-ab63-3ff841131f6b/model-vers/model-ver/15a43182-9479-445e-8ee6-e44bfe4cf329?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-07T02:19:31.435Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d20240f2-286e-415d-ab63-3ff841131f6b/model-vers/model-ver/15a43182-9479-445e-8ee6-e44bfe4cf329?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/d20240f2-286e-415d-ab63-3ff841131f6b/model-vers/model-ver/15a43182-9479-445e-8ee6-e44bfe4cf329?depth=0 has http status code:200 and response headers:{date=[Sun, 07 May 2023 02:19:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[184464], x-aai-txid=[0-aai-resources-230507-02:19:31:085-7309], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-07T02:19:31.435Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d20240f2-286e-415d-ab63-3ff841131f6b/model-vers/model-ver/15a43182-9479-445e-8ee6-e44bfe4cf329?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-07T02:19:31.435Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d20240f2-286e-415d-ab63-3ff841131f6b/model-vers/model-ver/15a43182-9479-445e-8ee6-e44bfe4cf329?depth=0|INFO|500||InvokeReturn
2023-05-07T02:19:31.436Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-07T02:19:31.436Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T02:19:31.445Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-07T02:19:31.445Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b5f052d-ec94-4195-9187-3f7518d5527d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-07T02:19:31.446Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-07T02:19:31.446Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:19:31.446Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:19:31.446Z|6b5f052d-ec94-4195-9187-3f7518d5527d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425971446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-07T02:19:32.476Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:19:32.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:19:32.485Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"0f869858-ab7d-4abd-baf5-037f1fda8d5c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"568545ec-ae2f-4d4b-a817-203244dc0f20","serviceDescription":"service","serviceInvariantUUID":"2ed74115-e4c0-4ab8-b73f-d0b2914e9639","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b61d14ab-e2c3-4e7a-b31a-ee9ca29744f9","resourceInvariantUUID":"005c03b5-3674-4068-b1ee-f172898272db","resourceCustomizationUUID":"294cac98-4c3c-4551-a551-64f77afeb8f0","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":"YzMwMzJhYzVlMjM1NzM3ZGU4OWU0YmNjMWY4YmQ5MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"89279271-d9f4-45b9-b3af-d576c1979050","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":"ZjgyODliZGJkYTM1ZWVjY2NiNGQ2MWVhZjYyNDlmMzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fbb3031-dc5f-4894-9dda-d0eecdfbe2bf","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":"66788121-7a71-48fc-804b-0be350e7d7e9","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":"fdf509dc-4d90-43a4-a595-4496594fa760","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":"1bfe55cd-9158-4fff-8f0d-4722bee511a5","artifactVersion":"2","generatedFromUUID":"66788121-7a71-48fc-804b-0be350e7d7e9"},{"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":"NjY4M2FlMDQ2NWI4YzA4ZjdlMDUwYzk2NmY4N2QwYzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cee79a88-6e81-47b6-b833-31374ece04eb","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":"NTI2OTY1M2EwZTQ2YTljN2E0N2RlY2FjODNiNjhmNDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"59a4317f-c8db-4644-b889-2fbc7b810cde","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDFmOTRkNGU1MjdmM2E0OGI3ZDgwYTNlZDkzOWJlOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6b55f2fc-1eb2-4e92-a240-c61351d8c729","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-07T02:19:32.488Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:19:32.488Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:19:32.488Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:19:32.489Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:19:33.489Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:19:33.490Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:19:33.490Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:19:33.490Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:19:34.491Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:19:34.491Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:19:34.492Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:19:34.492Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:19:35.492Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:19:35.493Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:19:35.493Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:19:35.493Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:19:36.494Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:19:36.495Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:19:36.495Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:19:36.495Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:19:37.496Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:19:37.497Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:19:37.497Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:19:37.497Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:19:38.498Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:19:38.498Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:19:38.498Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:19:38.498Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:19:39.499Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:19:39.500Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:19:39.500Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:19:39.500Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:19:40.501Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "568545ec-ae2f-4d4b-a817-203244dc0f20",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2ed74115-e4c0-4ab8-b73f-d0b2914e9639",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "294cac98-4c3c-4551-a551-64f77afeb8f0",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b61d14ab-e2c3-4e7a-b31a-ee9ca29744f9",
      "resourceInvariantUUID": "005c03b5-3674-4068-b1ee-f172898272db",
      "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": "ZjgyODliZGJkYTM1ZWVjY2NiNGQ2MWVhZjYyNDlmMzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fbb3031-dc5f-4894-9dda-d0eecdfbe2bf",
          "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": "66788121-7a71-48fc-804b-0be350e7d7e9",
          "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": "1bfe55cd-9158-4fff-8f0d-4722bee511a5",
            "generatedFromUUID": "66788121-7a71-48fc-804b-0be350e7d7e9"
          },
          "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": "1bfe55cd-9158-4fff-8f0d-4722bee511a5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MDFmOTRkNGU1MjdmM2E0OGI3ZDgwYTNlZDkzOWJlOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6b55f2fc-1eb2-4e92-a240-c61351d8c729"
    }
  ],
  "workloadContext": "Production"
}
2023-05-07T02:19:40.502Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-07T02:19:40.503Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 568545ec-ae2f-4d4b-a817-203244dc0f20 ASDC
2023-05-07T02:19:40.503Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:0f869858-ab7d-4abd-baf5-037f1fda8d5c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:568545ec-ae2f-4d4b-a817-203244dc0f20
ServiceInvariantUUID:2ed74115-e4c0-4ab8-b73f-d0b2914e9639
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:6b55f2fc-1eb2-4e92-a240-c61351d8c729
ArtifactChecksum:MDFmOTRkNGU1MjdmM2E0OGI3ZDgwYTNlZDkzOWJlOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:294cac98-4c3c-4551-a551-64f77afeb8f0
ResourceInvariantUUID:005c03b5-3674-4068-b1ee-f172898272db
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b61d14ab-e2c3-4e7a-b31a-ee9ca29744f9
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:7fbb3031-dc5f-4894-9dda-d0eecdfbe2bf
ArtifactChecksum:ZjgyODliZGJkYTM1ZWVjY2NiNGQ2MWVhZjYyNDlmMzk=
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:66788121-7a71-48fc-804b-0be350e7d7e9
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:1bfe55cd-9158-4fff-8f0d-4722bee511a5
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:1bfe55cd-9158-4fff-8f0d-4722bee511a5
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-07T02:19:40.503Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 568545ec-ae2f-4d4b-a817-203244dc0f20 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-07T02:19:40.579Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T02:19:40.580Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-05-07T02:19:40.581Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-05-07T02:19:40.581Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6b55f2fc-1eb2-4e92-a240-c61351d8c729 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-07T02:19:40.581Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-05-07T02:19:40.581Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-07T02:19:40.704Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-05-07T02:19:40.707Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 6b55f2fc-1eb2-4e92-a240-c61351d8c729 82972
2023-05-07T02:19:40.707Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-05-07T02:19:40.708Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-07T02:19:40.708Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T02:19:40.708Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:19:40.708Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:19:40.708Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425980707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:19:41.709Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T02:19:41.710Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-05-07T02:19:41.711Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6b55f2fc-1eb2-4e92-a240-c61351d8c729, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-07T02:19:41.711Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-05-07T02:19:41.712Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-07T02:19:41.712Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-07T02:19:41.815Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9628645425687166972/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-05-07T02:19:42.674Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-07T02:19:42.674Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-05-07T02:19:42.674Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-07T02:19:42.674Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-07T02:19:42.674Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-07T02:19:42.675Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|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-BasicVmMacro-csar.csar
2023-05-07T02:19:42.675Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-07T02:19:42.675Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|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-BasicVmMacro-csar.csar
2023-05-07T02:19:42.675Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|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-BasicVmMacro-csar.csar
2023-05-07T02:19:42.675Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|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-BasicVmMacro-csar.csar
2023-05-07T02:19:42.675Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-07T02:19:42.675Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-05-07T02:19:42.675Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:42.675Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:19:42.675Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-07T02:19:42.675Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-05-07T02:19:42.675Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T02:19:42.675Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:42.675Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:19:42.675Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-07T02:19:42.675Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-05-07T02:19:42.675Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T02:19:42.675Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:42.675Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:19:42.676Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:42.676Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-05-07T02:19:42.676Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-05-07T02:19:42.676Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-05-07T02:19:42.676Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-05-07T02:19:42.676Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-07T02:19:42.676Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-07T02:19:42.676Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:42.676Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-07T02:19:42.676Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:42.676Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-07T02:19:42.676Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T02:19:42.676Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:42.676Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-07T02:19:42.676Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T02:19:42.677Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:42.677Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-07T02:19:42.677Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T02:19:42.677Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:42.677Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-05-07T02:19:42.677Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-07T02:19:42.677Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-07T02:19:42.677Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ebc8cada-9908-4d32-83b6-1529e621de8a
2023-05-07T02:19:42.677Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:42.677Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:19:42.677Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:42.677Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:19:42.677Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:42.677Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:19:42.677Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:42.677Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:19:42.677Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:568545ec-ae2f-4d4b-a817-203244dc0f20
Model Version:NULL
Model InvariantUuid:2ed74115-e4c0-4ab8-b73f-d0b2914e9639
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c4a3701e-ae3d-4ddb-a44c-33b4916a8d75
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:005c03b5-3674-4068-b1ee-f172898272db
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:294cac98-4c3c-4551-a551-64f77afeb8f0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:92aa876d-1a27-4898-b92a-ad97e2bc3929
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:fcfc1fb7-8ea7-40bf-9bd8-2dc6c54631cb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ebc8cada-9908-4d32-83b6-1529e621de8a
ModelInvariantUuid:20ce98ab-50d6-4bca-b68b-efc3ff66ce5e
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:019eb76f-2cff-4009-8e36-b96e394bd7bf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:688a0002-a115-4691-9078-a332593c452f
ModelInvariantUuid:5244f365-562b-481e-a015-92d30a7c2a1c
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:70cfa894-cc7d-4060-b777-160e80dff8cf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-07T02:19:42.695Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b61d14ab-e2c3-4e7a-b31a-ee9ca29744f9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T02:19:42.700Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2023-05-07T02:19:42.700Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b61d14ab-e2c3-4e7a-b31a-ee9ca29744f9
2023-05-07T02:19:42.700Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7fbb3031-dc5f-4894-9dda-d0eecdfbe2bf from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-05-07T02:19:42.700Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-05-07T02:19:42.701Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-05-07T02:19:42.809Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-05-07T02:19:42.809Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 7fbb3031-dc5f-4894-9dda-d0eecdfbe2bf 792
2023-05-07T02:19:42.810Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-05-07T02:19:42.810Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-05-07T02:19:42.810Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T02:19:42.810Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:19:42.810Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:19:42.810Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425982810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:19:43.811Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "92aa876d-1a27-4898-b92a-ad97e2bc3929",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fcfc1fb7-8ea7-40bf-9bd8-2dc6c54631cb",
    "vfModuleModelCustomizationUUID": "28f03b26-e185-4a9f-8c6a-8d3c5d07a10c",
    "isBase": true,
    "artifacts": [
      "66788121-7a71-48fc-804b-0be350e7d7e9",
      "1bfe55cd-9158-4fff-8f0d-4722bee511a5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-05-07T02:19:43.816Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fcfc1fb7-8ea7-40bf-9bd8-2dc6c54631cb
VfModuleModelInvariantUUID:92aa876d-1a27-4898-b92a-ad97e2bc3929
VfModuleModelDescription:NULL
Artifacts UUID List:{
66788121-7a71-48fc-804b-0be350e7d7e9
,
1bfe55cd-9158-4fff-8f0d-4722bee511a5

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

isBase:true


}

2023-05-07T02:19:43.820Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "92aa876d-1a27-4898-b92a-ad97e2bc3929",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fcfc1fb7-8ea7-40bf-9bd8-2dc6c54631cb",
    "vfModuleModelCustomizationUUID": "28f03b26-e185-4a9f-8c6a-8d3c5d07a10c",
    "isBase": true,
    "artifacts": [
      "66788121-7a71-48fc-804b-0be350e7d7e9",
      "1bfe55cd-9158-4fff-8f0d-4722bee511a5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-05-07T02:19:43.820Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fcfc1fb7-8ea7-40bf-9bd8-2dc6c54631cb
VfModuleModelInvariantUUID:92aa876d-1a27-4898-b92a-ad97e2bc3929
VfModuleModelDescription:NULL
Artifacts UUID List:{
66788121-7a71-48fc-804b-0be350e7d7e9
,
1bfe55cd-9158-4fff-8f0d-4722bee511a5

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

isBase:true


}

2023-05-07T02:19:43.820Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 66788121-7a71-48fc-804b-0be350e7d7e9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-05-07T02:19:43.820Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-05-07T02:19:43.821Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-05-07T02:19:43.932Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-05-07T02:19:43.933Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 66788121-7a71-48fc-804b-0be350e7d7e9 5033
2023-05-07T02:19:43.933Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-05-07T02:19:43.934Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-05-07T02:19:43.934Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T02:19:43.934Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:19:43.934Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:19:43.934Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425983933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:19:44.936Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1bfe55cd-9158-4fff-8f0d-4722bee511a5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-05-07T02:19:44.936Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-05-07T02:19:44.936Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-05-07T02:19:45.053Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-05-07T02:19:45.053Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 1bfe55cd-9158-4fff-8f0d-4722bee511a5 903
2023-05-07T02:19:45.053Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-05-07T02:19:45.053Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-05-07T02:19:45.053Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T02:19:45.054Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:19:45.054Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:19:45.054Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425985053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:19:46.055Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 568545ec-ae2f-4d4b-a817-203244dc0f20
2023-05-07T02:19:46.055Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 b61d14ab-e2c3-4e7a-b31a-ee9ca29744f9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T02:19:46.085Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f005471, org.onap.sdc.toscaparser.api.parameters.Input@24b7b06e, org.onap.sdc.toscaparser.api.parameters.Input@5b7bd7e3, org.onap.sdc.toscaparser.api.parameters.Input@4a16e1e4, org.onap.sdc.toscaparser.api.parameters.Input@778870b]
2023-05-07T02:19:46.088Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:46.088Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:19:46.088Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-05-07T02:19:46.088Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 294cac98-4c3c-4551-a551-64f77afeb8f0
2023-05-07T02:19:46.089Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 294cac98-4c3c-4551-a551-64f77afeb8f0 matches Tosca VF Customization UUID: 294cac98-4c3c-4551-a551-64f77afeb8f0
2023-05-07T02:19:46.089Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 294cac98-4c3c-4551-a551-64f77afeb8f0  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-05-07T02:19:46.093Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:46.094Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:19:46.094Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 294cac98-4c3c-4551-a551-64f77afeb8f0: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2023-05-07T02:19:46.095Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6670b0eb
2023-05-07T02:19:46.095Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:46.095Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-07T02:19:46.095Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 28f03b26-e185-4a9f-8c6a-8d3c5d07a10c
2023-05-07T02:19:46.095Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 28f03b26-e185-4a9f-8c6a-8d3c5d07a10c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-05-07T02:19:46.100Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:46.100Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-07T02:19:46.101Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T02:19:46.101Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:46.101Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-07T02:19:46.102Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T02:19:46.102Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:46.102Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-05-07T02:19:46.103Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-07T02:19:46.103Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-07T02:19:46.103Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ebc8cada-9908-4d32-83b6-1529e621de8a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-05-07T02:19:46.107Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:46.107Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-07T02:19:46.108Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-07T02:19:46.108Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:46.108Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-07T02:19:46.109Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=294cac98-4c3c-4551-a551-64f77afeb8f0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T02:19:46.113Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:46.113Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:19:46.113Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 568545ec-ae2f-4d4b-a817-203244dc0f20: basic_vm_macro
2023-05-07T02:19:46.113Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:46.113Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:19:46.113Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:46.114Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:19:46.114Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:46.114Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:19:46.114Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:46.114Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:19:46.114Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:19:46.114Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:19:46.115Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:19:46.347Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro b61d14ab-e2c3-4e7a-b31a-ee9ca29744f9 1 ASDC deployResourceStructure
2023-05-07T02:19:46.347Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-05-07T02:19:46.348Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-05-07T02:19:46.348Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T02:19:46.348Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:19:46.348Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:19:46.348Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425986347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:19:47.349Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-05-07T02:19:47.350Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-05-07T02:19:47.350Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T02:19:47.351Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:19:47.351Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:19:47.351Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425987349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:19:48.352Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-05-07T02:19:48.352Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-05-07T02:19:48.352Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T02:19:48.353Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:19:48.353Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:19:48.353Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425988352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:19:49.354Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-05-07T02:19:49.354Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-07T02:19:49.355Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T02:19:49.355Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:19:49.355Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:19:49.355Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425989354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:19:50.356Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f869858-ab7d-4abd-baf5-037f1fda8d5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:19:50.380Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f869858-ab7d-4abd-baf5-037f1fda8d5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:19:50.385Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T02:19:50.385Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-07T02:19:50.385Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-07T02:19:50.386Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-07T02:19:50.386Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:19:50.386Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:19:50.386Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:19:50.386Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:19:50.386Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:19:50.386Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|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-05-07T02:19:50.400Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-07T02:19:58.306Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:19:58.310Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.310Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425876785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.311Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.311Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.311Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425870396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.311Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.311Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.311Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425840681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.311Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.311Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.311Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425872412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.311Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.311Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.311Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425867146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.311Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.312Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.312Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425876785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.312Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.312Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.312Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425870396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.312Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.312Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.312Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425867146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.312Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.312Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.312Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425840681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.312Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.312Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.312Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425872412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.312Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.312Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.312Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425870396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.313Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.313Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.313Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425876785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.313Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.313Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.313Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425872412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.313Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.313Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.313Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425867146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.313Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.313Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.313Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425840681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.314Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.314Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.314Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425870396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.314Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.314Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.314Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425872412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.314Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.314Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.314Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425840681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.314Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.314Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.314Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425876785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.314Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.314Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.314Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425867146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.315Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.315Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.315Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425885142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.315Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.315Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.315Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425876785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.315Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.315Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.315Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425870396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.315Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.315Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.315Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425840681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.315Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.315Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.316Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425872412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.316Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.316Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.316Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425867146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.316Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.316Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.317Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425885142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.317Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.317Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.317Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425876785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.317Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.318Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.318Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425870396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.318Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.318Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.318Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425872412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.318Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.318Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.319Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425840681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.319Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.319Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.319Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425867146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.319Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.319Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.320Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425885142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.320Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.320Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.320Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425870396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.320Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.320Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.320Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425876785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-05-07T02:19:58.320Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.320Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.321Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425872412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.321Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.321Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.321Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425867146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.321Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.321Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.321Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425840681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.321Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.321Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.322Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425885142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.322Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.322Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.322Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425876785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.322Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.322Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.322Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425870396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.322Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.323Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.323Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425872412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.323Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.323Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.323Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425867146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.323Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.323Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.324Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425840681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.324Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.324Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.324Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425885142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.324Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.324Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.324Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425876785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.325Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.325Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.325Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425870396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:19:58.325Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.325Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.325Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683425872412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:19:58.326Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.326Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.326Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425867146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:19:58.326Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.326Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.326Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425840681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:19:58.326Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.327Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.327Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425885142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.327Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.327Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.327Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425892020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:19:58.327Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.327Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.327Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425891639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:19:58.327Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.328Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.328Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425893040,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:19:58.328Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.328Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.328Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425892953,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:19:58.328Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.328Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.328Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425885142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.328Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.328Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.329Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425893023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:19:58.329Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.329Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.329Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425892690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-05-07T02:19:58.329Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.329Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.329Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425885142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:19:58.329Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.330Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.330Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683425894458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:19:58.366Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec
2023-05-07T02:19:58.366Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:19:58.385Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.385Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683425894025,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:19:58.397Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec
2023-05-07T02:19:58.397Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:19:58.415Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.415Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425893691,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:19:58.428Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec
2023-05-07T02:19:58.428Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:19:58.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425885142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:19:58.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.452Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425895045,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:19:58.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425897042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:19:58.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.453Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "aai-model-loader",
  "timestamp": 1683425898045,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:19:58.468Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec
2023-05-07T02:19:58.468Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:19:58.492Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.492Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425896921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:19:58.493Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:19:58.493Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-07T02:19:58.493Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683425897932,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-07T02:19:58.507Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec
2023-05-07T02:19:58.507Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-07T02:20:20.400Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0f869858-ab7d-4abd-baf5-037f1fda8d5c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-07T02:20:20.410Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0f869858-ab7d-4abd-baf5-037f1fda8d5c and serviceModelVersionId: 568545ec-ae2f-4d4b-a817-203244dc0f20
2023-05-07T02:20:20.411Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ed74115-e4c0-4ab8-b73f-d0b2914e9639
2023-05-07T02:20:20.412Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ed74115-e4c0-4ab8-b73f-d0b2914e9639/model-vers/model-ver/568545ec-ae2f-4d4b-a817-203244dc0f20?depth=0
2023-05-07T02:20:20.419Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-05-07T02:20:20.463Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|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/2ed74115-e4c0-4ab8-b73f-d0b2914e9639/model-vers/model-ver/568545ec-ae2f-4d4b-a817-203244dc0f20?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-05-07T02:20:20.464Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ed74115-e4c0-4ab8-b73f-d0b2914e9639/model-vers/model-ver/568545ec-ae2f-4d4b-a817-203244dc0f20?depth=0|INFO|500||Invoke
2023-05-07T02:20:20.471Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ed74115-e4c0-4ab8-b73f-d0b2914e9639/model-vers/model-ver/568545ec-ae2f-4d4b-a817-203244dc0f20?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-07T02:20:20.616Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ed74115-e4c0-4ab8-b73f-d0b2914e9639/model-vers/model-ver/568545ec-ae2f-4d4b-a817-203244dc0f20?depth=0|INFO|500||InvokeReturn
2023-05-07T02:20:20.616Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|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/2ed74115-e4c0-4ab8-b73f-d0b2914e9639/model-vers/model-ver/568545ec-ae2f-4d4b-a817-203244dc0f20?depth=0 has http status code:200 and response headers:{date=[Sun, 07 May 2023 02:20:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[258256], x-aai-txid=[2-aai-resources-230507-02:20:20:258-87016], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-07T02:20:20.616Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-05-07T02:20:20.617Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-07T02:20:20.617Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|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-05-07T02:20:20.629Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|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-05-07T02:20:20.629Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0f869858-ab7d-4abd-baf5-037f1fda8d5c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-07T02:20:20.630Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-07T02:20:20.630Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:20:20.630Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:20:20.630Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683426020629,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-07T02:20:21.662Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-07T02:20:21.663Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c256d56b-21ee-419b-90bc-a7f16ecf127f","serviceDescription":"service","serviceInvariantUUID":"4d9b0620-1d56-4159-8d01-72ba6e444470","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"43c10943-e192-4532-8f3f-d0095f5ec5bd","resourceInvariantUUID":"7adaee50-2262-4902-ab02-7719dc35d1a3","resourceCustomizationUUID":"c46f538c-b59e-48d5-afe0-f43be8a05fba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZGNlZjI3YjZjNzA2YTZlNTZlZGNlYTg3NGU1OTdmZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03c89483-41ac-4655-9cf1-ff4d8910c2f2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c5ca963-196c-4b08-9abb-80defbc9bc0b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b553c798-59d9-4ec0-a56b-156ac5e65edd","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"ZDA4ODQ2Y2Q1NTc0MWU0ZDg4MjlkNTQ4ZDFjMGVlNjc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"125205c0-5aba-4394-bbd6-0f08f64b1d21","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e263dcdd-e3c4-4d5f-92ed-5ff4d1fa06d3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d57df664-d686-4e90-9830-c09ae711eb8a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"127f087a-c684-4895-b676-00b6b16c53d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZDU1MWI5MjhlMzU3OGIwNDFlODFhMTk0NjU5NGU5Mzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c2157b24-9f0e-4184-86ea-1e4fe2b86e82","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2Y2Y2U3M2IwOGM5YjI2Yjk4MDRjMDZhNzZhMzNlN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60fd7108-f692-4b38-b32f-aaa2d9f1597e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-07T02:20:21.663Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:20:21.663Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:20:21.664Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:20:21.664Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:20:22.666Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:20:22.667Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:20:22.667Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:20:22.667Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:20:23.668Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:20:23.669Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:20:23.669Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:20:23.669Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:20:24.670Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:20:24.671Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:20:24.672Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:20:24.672Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:20:25.673Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:20:25.674Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:20:25.674Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:20:25.674Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:20:26.675Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:20:26.676Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:20:26.676Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:20:26.676Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:20:27.677Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:20:27.678Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:20:27.678Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:20:27.678Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:20:28.679Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:20:28.680Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:20:28.681Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:20:28.681Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:20:29.683Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-07T02:20:29.684Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:20:29.684Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:20:29.684Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:20:30.685Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c256d56b-21ee-419b-90bc-a7f16ecf127f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4d9b0620-1d56-4159-8d01-72ba6e444470",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "c46f538c-b59e-48d5-afe0-f43be8a05fba",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "43c10943-e192-4532-8f3f-d0095f5ec5bd",
      "resourceInvariantUUID": "7adaee50-2262-4902-ab02-7719dc35d1a3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "M2Y2Y2U3M2IwOGM5YjI2Yjk4MDRjMDZhNzZhMzNlN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "60fd7108-f692-4b38-b32f-aaa2d9f1597e"
    }
  ],
  "workloadContext": "Production"
}
2023-05-07T02:20:30.686Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-07T02:20:30.686Z|0f869858-ab7d-4abd-baf5-037f1fda8d5c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c256d56b-21ee-419b-90bc-a7f16ecf127f ASDC
2023-05-07T02:20:30.686Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:c256d56b-21ee-419b-90bc-a7f16ecf127f
ServiceInvariantUUID:4d9b0620-1d56-4159-8d01-72ba6e444470
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:60fd7108-f692-4b38-b32f-aaa2d9f1597e
ArtifactChecksum:M2Y2Y2U3M2IwOGM5YjI2Yjk4MDRjMDZhNzZhMzNlN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:c46f538c-b59e-48d5-afe0-f43be8a05fba
ResourceInvariantUUID:7adaee50-2262-4902-ab02-7719dc35d1a3
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:43c10943-e192-4532-8f3f-d0095f5ec5bd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-05-07T02:20:30.686Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c256d56b-21ee-419b-90bc-a7f16ecf127f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-07T02:20:30.747Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T02:20:30.748Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-05-07T02:20:30.748Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-05-07T02:20:30.749Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 60fd7108-f692-4b38-b32f-aaa2d9f1597e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-05-07T02:20:30.749Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-05-07T02:20:30.749Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-05-07T02:20:30.866Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-05-07T02:20:30.868Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 60fd7108-f692-4b38-b32f-aaa2d9f1597e 111075
2023-05-07T02:20:30.869Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-05-07T02:20:30.869Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-05-07T02:20:30.869Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-07T02:20:30.869Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:20:30.869Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:20:30.869Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683426030869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:20:31.870Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-07T02:20:31.871Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-05-07T02:20:31.871Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 60fd7108-f692-4b38-b32f-aaa2d9f1597e, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-07T02:20:31.871Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-05-07T02:20:31.871Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-07T02:20:31.872Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-07T02:20:31.992Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3868991874060765883/Definitions/service-TestPnfMacro-template.yml
2023-05-07T02:20:32.593Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-07T02:20:32.594Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-05-07T02:20:32.594Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-07T02:20:32.594Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-07T02:20:32.594Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-07T02:20:32.594Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-07T02:20:32.594Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-07T02:20:32.594Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-07T02:20:32.594Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|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-TestPnfMacro-csar.csar
2023-05-07T02:20:32.594Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|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-TestPnfMacro-csar.csar
2023-05-07T02:20:32.594Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|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-TestPnfMacro-csar.csar
2023-05-07T02:20:32.594Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-05-07T02:20:32.594Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:20:32.594Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:20:32.595Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-05-07T02:20:32.595Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-05-07T02:20:32.595Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T02:20:32.595Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:20:32.595Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:20:32.595Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-05-07T02:20:32.595Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-05-07T02:20:32.595Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-07T02:20:32.595Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:20:32.595Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:20:32.595Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:20:32.595Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:20:32.595Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:20:32.595Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:20:32.596Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:20:32.596Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:20:32.596Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:20:32.596Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:20:32.596Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:c256d56b-21ee-419b-90bc-a7f16ecf127f
Model Version:NULL
Model InvariantUuid:4d9b0620-1d56-4159-8d01-72ba6e444470
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-07T02:20:32.617Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 43c10943-e192-4532-8f3f-d0095f5ec5bd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T02:20:32.623Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||test-pnf 0
2023-05-07T02:20:32.623Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 43c10943-e192-4532-8f3f-d0095f5ec5bd
2023-05-07T02:20:32.623Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||No resources found for Service: c256d56b-21ee-419b-90bc-a7f16ecf127f
2023-05-07T02:20:32.623Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c256d56b-21ee-419b-90bc-a7f16ecf127f
2023-05-07T02:20:32.624Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 43c10943-e192-4532-8f3f-d0095f5ec5bd ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-07T02:20:32.637Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@795f17e1, org.onap.sdc.toscaparser.api.parameters.Input@209f974, org.onap.sdc.toscaparser.api.parameters.Input@61058e00, org.onap.sdc.toscaparser.api.parameters.Input@22785a60, org.onap.sdc.toscaparser.api.parameters.Input@2319a1d1]
2023-05-07T02:20:32.637Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:20:32.638Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:20:32.638Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c256d56b-21ee-419b-90bc-a7f16ecf127f: test-pnf
2023-05-07T02:20:32.638Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||Processing PNF resource: 43c10943-e192-4532-8f3f-d0095f5ec5bd
2023-05-07T02:20:32.638Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-07T02:20:32.638Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-07T02:20:32.639Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||Resource customization UUID: c46f538c-b59e-48d5-afe0-f43be8a05fba is the same as notified resource customizationUUID: c46f538c-b59e-48d5-afe0-f43be8a05fba
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-05-07T02:20:32.742Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 43c10943-e192-4532-8f3f-d0095f5ec5bd 0 ASDC deployResourceStructure
2023-05-07T02:20:32.742Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-05-07T02:20:32.742Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-05-07T02:20:32.743Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-07T02:20:32.743Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:20:32.743Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:20:32.743Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683426032742,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:20:33.744Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:20:33.772Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-07T02:20:33.778Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-07T02:20:33.778Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-07T02:20:33.778Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-07T02:20:33.779Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-07T02:20:33.779Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:20:33.779Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:20:33.779Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:20:33.779Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:20:33.779Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:20:33.779Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-07T02:20:33.780Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|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-05-07T02:20:33.791Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-07T02:20:58.306Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:20:58.308Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:20:58.308Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425971446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-07T02:20:58.309Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:20:58.309Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:20:58.309Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:20:58.309Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:20:58.309Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:20:58.310Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-07T02:20:58.310Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:20:58.310Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:20:58.310Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-07T02:20:58.310Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:20:58.310Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:20:58.310Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:20:58.310Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:20:58.310Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:20:58.310Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-07T02:20:58.311Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:20:58.311Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:20:58.311Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:20:58.311Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:20:58.311Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:20:58.311Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:20:58.311Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:20:58.312Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:20:58.312Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:20:58.312Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:20:58.312Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:20:58.312Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425980707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:20:58.312Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:20:58.312Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:20:58.312Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425982810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:20:58.312Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:20:58.312Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:20:58.313Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425983933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:20:58.313Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:20:58.313Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:20:58.313Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425985053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:20:58.313Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:20:58.313Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:20:58.313Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425986347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-07T02:20:58.313Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:20:58.313Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:20:58.313Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425987349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-05-07T02:20:58.313Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:20:58.313Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:20:58.314Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425988352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-05-07T02:20:58.314Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:20:58.314Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-07T02:20:58.314Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425989354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:20:58.314Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:21:03.792Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-07T02:21:03.802Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec and serviceModelVersionId: c256d56b-21ee-419b-90bc-a7f16ecf127f
2023-05-07T02:21:03.803Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d9b0620-1d56-4159-8d01-72ba6e444470
2023-05-07T02:21:03.804Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d9b0620-1d56-4159-8d01-72ba6e444470/model-vers/model-ver/c256d56b-21ee-419b-90bc-a7f16ecf127f?depth=0
2023-05-07T02:21:03.811Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-05-07T02:21:03.865Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|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/4d9b0620-1d56-4159-8d01-72ba6e444470/model-vers/model-ver/c256d56b-21ee-419b-90bc-a7f16ecf127f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-05-07T02:21:03.866Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4d9b0620-1d56-4159-8d01-72ba6e444470/model-vers/model-ver/c256d56b-21ee-419b-90bc-a7f16ecf127f?depth=0|INFO|500||Invoke
2023-05-07T02:21:03.874Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4d9b0620-1d56-4159-8d01-72ba6e444470/model-vers/model-ver/c256d56b-21ee-419b-90bc-a7f16ecf127f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-07T02:21:04.022Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4d9b0620-1d56-4159-8d01-72ba6e444470/model-vers/model-ver/c256d56b-21ee-419b-90bc-a7f16ecf127f?depth=0|INFO|500||InvokeReturn
2023-05-07T02:21:04.023Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|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/4d9b0620-1d56-4159-8d01-72ba6e444470/model-vers/model-ver/c256d56b-21ee-419b-90bc-a7f16ecf127f?depth=0 has http status code:200 and response headers:{date=[Sun, 07 May 2023 02:21:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[528480], x-aai-txid=[2-aai-resources-230507-02:21:03:662-15991], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-07T02:21:04.023Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-05-07T02:21:04.024Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-07T02:21:04.024Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|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-05-07T02:21:04.036Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|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-05-07T02:21:04.037Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-07T02:21:04.037Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-07T02:21:04.037Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-07T02:21:04.037Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-07T02:21:04.038Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683426064037,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-07T02:21:05.069Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:21:58.306Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:21:58.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T02:21:58.308Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683426020629,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-07T02:21:58.309Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:21:58.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T02:21:58.310Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:21:58.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:21:58.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T02:21:58.310Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:21:58.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:21:58.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T02:21:58.310Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:21:58.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:21:58.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T02:21:58.311Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:21:58.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:21:58.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T02:21:58.311Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:21:58.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:21:58.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T02:21:58.312Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:21:58.312Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:21:58.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T02:21:58.312Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:21:58.312Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:21:58.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T02:21:58.313Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-07T02:21:58.313Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:21:58.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T02:21:58.313Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683425972476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-07T02:21:58.313Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:21:58.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T02:21:58.314Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683426030869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-07T02:21:58.314Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:21:58.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-07T02:21:58.314Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683426032742,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-07T02:21:58.314Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:22:05.070Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:22:58.306Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:22:58.307Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-07T02:22:58.307Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683426064037,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-07T02:22:58.307Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-07T02:23:05.070Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:23:58.306Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:24:05.071Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:24:58.307Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:25:05.073Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:25:58.308Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:26:05.074Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:26:58.309Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:27:05.075Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:27:58.310Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:28:05.075Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:28:58.310Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:29:05.076Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:29:58.312Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:30:05.078Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:30:58.312Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:31:05.079Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:31:58.314Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:32:05.079Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:32:58.315Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:33:05.081Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:33:58.315Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:34:05.082Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:34:58.317Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:35:05.082Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:35:58.319Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:36:05.083Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:36:58.320Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:37:05.085Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:37:58.321Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:38:05.086Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:38:58.321Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:39:05.086Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:39:58.322Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:40:05.087Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:40:58.324Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:41:05.090Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:41:58.326Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:42:05.091Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:42:58.326Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:43:05.092Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:43:58.328Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:44:05.093Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:44:58.330Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:45:05.094Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:45:58.331Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:46:05.095Z|3f8d7cc7-6a81-46ff-9bd9-0205cab501b8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:46:58.331Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:47:05.097Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:47:58.333Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:48:05.097Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:48:58.334Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:49:05.098Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:49:58.335Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:50:05.099Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:50:58.336Z|1a32a381-290c-4ae2-a0cb-447699121e79|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:51:05.100Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07T02:51:58.337Z|d6e68777-fb9a-4eaa-96e6-22497d3031df|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07T02:52:05.101Z|eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO