Results

By type

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

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

2023-02-14T06:37:04.683Z||main|||||INFO|500||The following profiles are active: basic
2023-02-14T06:37:36.266Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-14T06:37:36.267Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-14T06:37:36.579Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-14T06:37:47.276Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-14T06:37:48.319Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-14T06:37:49.685Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-14T06:37:50.790Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-14T06:37:53.368Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-14T06:38:03.686Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-14T06:38:04.907Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-02-14T06:38:11.948Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-14T06:38:12.308Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-14T06:38:12.371Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-14T06:38:12.404Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-14T06:38:13.673Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-14T06:38:14.825Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-14T06:38:17.877Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2023-02-14T06:38:18.878Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-02-14T06:38:18.879Z||main|||||ERROR|500||(conn=1400) Table 'catalogdb.activity_spec' doesn't exist
2023-02-14T06:38:18.937Z||main|||||WARN|500||Exception on deploying activitySpecs:  could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2023-02-14T06:38:27.303Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-02-14T06:38:33.454Z||main|||||WARN|500||---
2023-02-14T06:38:33.456Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-14T06:38:33.457Z||main|||||WARN|500||---
2023-02-14T06:38:34.440Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-14T06:38:47.021Z||main|||||INFO|500||Started Application in 109.163 seconds (JVM running for 115.22)
2023-02-14T06:38:47.156Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-14T06:38:47.196Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-14T06:38:47.251Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-14T06:38:47.430Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 02d0a8dc-5778-45b1-b809-58a44bbc3e37 url= /sdc/v1/artifactTypes
2023-02-14T06:38:47.447Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-14T06:38:47.807Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-14T06:38:48.000Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with SDC server
2023-02-14T06:38:48.002Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-02-14T06:38:48.002Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 3cfd421f-6bf4-4044-aa76-1a993fe71857 url= /sdc/v1/distributionKafkaData
2023-02-14T06:38:48.002Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-02-14T06:38:48.086Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-14T06:38:48.097Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@5b116768
2023-02-14T06:38:48.249Z||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-c1e6c333-cef8-4cd9-ae70-4f09b419b853
	compression.type = none
	connections.max.idle.ms = 540000
	delivery.timeout.ms = 120000
	enable.idempotence = true
	interceptor.classes = []
	key.serializer = class org.apache.kafka.common.serialization.StringSerializer
	linger.ms = 0
	max.block.ms = 60000
	max.in.flight.requests.per.connection = 5
	max.request.size = 1048576
	metadata.max.age.ms = 300000
	metadata.max.idle.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partitioner.adaptive.partitioning.enable = true
	partitioner.availability.timeout.ms = 0
	partitioner.class = null
	partitioner.ignore.keys = false
	receive.buffer.bytes = 32768
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retries = 2147483647
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.timeout.ms = 60000
	transactional.id = null
	value.serializer = class org.apache.kafka.common.serialization.StringSerializer

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

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

2023-02-14T06:38:49.079Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:38:49.190Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-14T06:38:49.205Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-14T06:38:49.206Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676356729190
2023-02-14T06:38:49.207Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:38:49.215Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:38:49.254Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-14T06:38:51.564Z||kafka-producer-network-thread | SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853] Cluster ID: rcjFacLtSH6rizkCTxY78g
2023-02-14T06:38:51.571Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, 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 OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T06:38:51.573Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, 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 OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T06:38:51.574Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, 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 OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T06:38:51.575Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, 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 OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T06:38:51.576Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, 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 OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T06:38:51.577Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, 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 OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T06:38:51.583Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, groupId=so] Cluster ID: rcjFacLtSH6rizkCTxY78g
2023-02-14T06:38:51.606Z||kafka-producer-network-thread | SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853] ProducerId set to 2002 with epoch 0
2023-02-14T06:38:51.619Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-02-14T06:38:51.639Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, 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 aDr0SCGHTny_pVDDGw7jfA
2023-02-14T06:38:51.640Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, 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 aDr0SCGHTny_pVDDGw7jfA
2023-02-14T06:38:51.641Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, 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 aDr0SCGHTny_pVDDGw7jfA
2023-02-14T06:38:51.642Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, 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 aDr0SCGHTny_pVDDGw7jfA
2023-02-14T06:38:51.642Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, 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 aDr0SCGHTny_pVDDGw7jfA
2023-02-14T06:38:51.643Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, 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 aDr0SCGHTny_pVDDGw7jfA
2023-02-14T06:38:51.644Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] Cluster ID: rcjFacLtSH6rizkCTxY78g
2023-02-14T06:38:51.653Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-02-14T06:38:51.799Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] (Re-)joining group
2023-02-14T06:38:51.814Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, groupId=so] (Re-)joining group
2023-02-14T06:38:51.968Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631-8bd53d42-4049-4764-b438-8e7f4e70842a
2023-02-14T06:38:51.970Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-02-14T06:38:51.971Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, groupId=so] (Re-)joining group
2023-02-14T06:38:52.042Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f-e7608040-0a9e-497e-a55e-95828569e46f
2023-02-14T06:38:52.043Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-02-14T06:38:52.044Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] (Re-)joining group
2023-02-14T06:38:57.981Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f-e7608040-0a9e-497e-a55e-95828569e46f', protocol='range'}
2023-02-14T06:38:57.983Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631-8bd53d42-4049-4764-b438-8e7f4e70842a', protocol='range'}
2023-02-14T06:38:58.235Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, 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 aDr0SCGHTny_pVDDGw7jfA
2023-02-14T06:38:58.241Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, 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 aDr0SCGHTny_pVDDGw7jfA
2023-02-14T06:38:58.241Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, 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 aDr0SCGHTny_pVDDGw7jfA
2023-02-14T06:38:58.242Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, 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 aDr0SCGHTny_pVDDGw7jfA
2023-02-14T06:38:58.242Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, 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 aDr0SCGHTny_pVDDGw7jfA
2023-02-14T06:38:58.242Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, 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 aDr0SCGHTny_pVDDGw7jfA
2023-02-14T06:38:58.262Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f-e7608040-0a9e-497e-a55e-95828569e46f=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631-8bd53d42-4049-4764-b438-8e7f4e70842a=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-02-14T06:38:58.354Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631-8bd53d42-4049-4764-b438-8e7f4e70842a', protocol='range'}
2023-02-14T06:38:58.356Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-02-14T06:38:58.359Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f-e7608040-0a9e-497e-a55e-95828569e46f', protocol='range'}
2023-02-14T06:38:58.360Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-02-14T06:38:58.370Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-14T06:38:58.369Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-14T06:38:58.408Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-14T06:38:58.408Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-02-14T06:38:58.409Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-02-14T06:38:58.409Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-02-14T06:38:58.410Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-02-14T06:38:58.410Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-02-14T06:38:58.415Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-14T06:38:58.425Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-02-14T06:38:58.431Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-02-14T06:38:58.432Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-02-14T06:38:58.433Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-02-14T06:38:58.436Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-02-14T06:38:58.540Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, 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-02-14T06:38:58.542Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, 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-02-14T06:38:58.605Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, 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-02-14T06:38:58.606Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, 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-02-14T06:38:58.621Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, 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-02-14T06:38:58.622Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, 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-02-14T06:38:58.706Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-14T06:38:58.706Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-14T06:38:58.721Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-14T06:38:58.722Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-14T06:38:58.725Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-14T06:38:58.725Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-14T06:39:49.097Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:39:49.218Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:40:49.101Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:40:49.222Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:41:49.104Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:41:49.224Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:42:49.111Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:42:49.227Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:43:49.120Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:43:49.228Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:44:49.122Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:44:49.231Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:45:49.127Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:45:49.233Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:46:49.133Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:46:49.235Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:47:21.320Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-14T06:47:49.136Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:47:49.242Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:47:51.620Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a7c319f-df8a-41c3-b6d1-fc67cb774631, groupId=so] Node -1 disconnected.
2023-02-14T06:47:51.857Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2a23866-80ed-4baf-a4fe-8d0835ecbd6f, groupId=so] Node -1 disconnected.
2023-02-14T06:47:51.928Z||kafka-producer-network-thread | SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853] Node -1 disconnected.
2023-02-14T06:48:49.139Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:48:49.247Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:49:49.143Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:49:49.249Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:50:49.147Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:50:49.251Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:51:49.150Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:51:49.254Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:52:49.154Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:52:49.255Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:53:49.157Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:53:49.256Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:54:49.160Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:54:49.259Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:55:49.162Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:55:49.261Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:56:49.167Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:56:49.262Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:57:49.170Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:57:49.265Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:58:49.175Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:58:49.267Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T06:59:49.178Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T06:59:49.269Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:00:49.181Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:00:49.271Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:01:49.182Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:01:49.271Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:02:49.184Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:02:49.275Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:03:49.186Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:03:49.276Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:04:49.190Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:04:49.279Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:05:49.192Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:05:49.281Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:06:49.194Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:06:49.282Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:07:49.196Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:07:49.284Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:08:49.198Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:08:49.285Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:09:49.200Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:09:49.291Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:10:49.204Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:10:49.293Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:11:49.205Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:11:49.299Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:12:49.207Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:12:49.301Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:13:49.207Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:13:49.303Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:14:49.209Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:14:49.305Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:15:49.211Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:15:49.306Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:16:49.213Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:16:49.312Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:17:49.214Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:17:49.319Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:18:49.216Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:18:49.323Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:19:49.218Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:19:49.324Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:20:49.220Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:20:49.325Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:21:49.223Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:21:49.327Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:22:49.226Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:22:49.328Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:23:49.227Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:23:49.329Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:24:49.232Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:24:49.330Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:25:49.234Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:25:49.331Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:26:49.236Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:26:49.333Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:27:49.239Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:27:49.335Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:28:49.241Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:28:49.337Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:29:49.243Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:29:49.339Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:30:49.245Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:30:49.341Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:31:49.246Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:31:49.344Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:32:49.247Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:32:49.345Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:33:49.249Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:33:49.347Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:34:49.251Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:34:49.349Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:35:49.252Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:35:49.350Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:36:49.255Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:36:49.352Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:37:49.264Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:37:49.352Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:38:49.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:38:49.354Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:39:49.266Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:39:49.355Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:40:49.268Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:40:49.356Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:41:49.269Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:41:49.359Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:42:49.271Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:42:49.361Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:43:49.273Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:43:49.363Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:44:49.275Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:44:49.364Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:45:49.280Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:45:49.366Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:46:49.282Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:46:49.367Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:47:49.283Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:47:49.369Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:48:49.285Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:48:49.370Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:49:49.287Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:49:49.371Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:50:49.293Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:50:49.373Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:51:49.299Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:51:49.375Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:52:49.301Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:52:49.377Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:53:49.304Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:53:49.378Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:54:49.306Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:54:49.380Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:55:49.308Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:55:49.382Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:56:49.310Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:56:49.383Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:57:49.312Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:57:49.385Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:58:49.314Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:58:49.386Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T07:59:49.316Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T07:59:49.388Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:00:49.317Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:00:49.389Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:01:49.320Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:01:49.391Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:02:49.321Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:02:49.393Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:03:49.323Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:03:49.395Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:04:49.326Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:04:49.398Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:05:49.326Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:05:49.399Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:06:49.328Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:06:49.401Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:07:49.331Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:07:49.402Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:07:52.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:07:52.913Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"53acbd10-c041-4dac-b1ba-3f6c9b7fcded","serviceName":"vFW 2023-02-14 08-06-27","serviceVersion":"1.0","serviceUUID":"86e1263c-c18b-4088-b745-6f4c70946568","serviceDescription":"catalog service description","serviceInvariantUUID":"dca58522-7e49-47f5-a3f0-544b640894b3","resources":[{"resourceInstanceName":"vFW 52e4d873-68c1 0","resourceName":"vFW 52e4d873-68c1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"75b480ba-1af0-43f2-b99c-efb95e7dfecc","resourceInvariantUUID":"a3dec114-0665-4bcd-b0f8-65fa731c16f2","resourceCustomizationUUID":"fbc77dac-08c9-4f5e-b311-89fa35a47c65","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vf-license-model.xml","artifactChecksum":"NTI1NWQyMzBiZjJiNDdlZmM4ZGIyYTAxMThmNjQxNDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4faf21d7-2415-48aa-a592-2f106d4d50b2","artifactVersion":"1"},{"artifactName":"vfw52e4d87368c10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json","artifactChecksum":"Y2NkMDdkMzM3MWZhOTBhZGIyMWIyNTkxZDlmNjZkMTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3d5e4e60-93cc-4d12-87c0-fe8680aca6c2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ec927b34-b4bc-4cc9-87ce-fe015ad4d774","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vendor-license-model.xml","artifactChecksum":"NjQ1NGZmN2Y1YWY2MTlmZjk3ZGUzODkxM2JmNjM0NDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0ec8c3aa-e5aa-4fd9-9b69-23a3315d9c6f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"89c77b89-58f5-4353-a928-95f98942a237","artifactVersion":"2","generatedFromUUID":"ec927b34-b4bc-4cc9-87ce-fe015ad4d774"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230214080627-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-template.yml","artifactChecksum":"ZDc0Nzc5MzVlZGMyNWZhN2U5NDJiNjU1MWQ4MWRkZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9cb6b7c8-103c-4599-ae9e-7bc3ad0717f5","artifactVersion":"1"},{"artifactName":"service-Vfw20230214080627-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar","artifactChecksum":"MmMzMWQ2NzM5YzRkYmM1Y2IwMGU5NjAyN2M2NzA4OGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"64b90c90-f8c0-4bc6-8ed2-6cc53475e838","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-14T08:07:52.947Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:07:52.993Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:07:52.994Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:07:52.994Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362069331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:07:52.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:07:52.998Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362072003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:07:53.016Z||kafka-producer-network-thread | SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T08:07:53.016Z||kafka-producer-network-thread | SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T08:07:53.021Z||kafka-producer-network-thread | SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T08:07:53.022Z||kafka-producer-network-thread | SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T08:07:53.022Z||kafka-producer-network-thread | SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T08:07:53.022Z||kafka-producer-network-thread | SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T08:07:53.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:07:54.117Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:07:54.118Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:07:54.118Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:07:54.118Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362069331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:07:55.129Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:07:55.130Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:07:55.130Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:07:55.131Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362069331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:07:56.134Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:07:56.135Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:07:56.136Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:07:56.136Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362069331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:07:57.138Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:07:57.139Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:07:57.139Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:07:57.139Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362069331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:07:58.140Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:07:58.141Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:07:58.141Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:07:58.142Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362069331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:07:59.144Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:07:59.145Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:07:59.145Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:07:59.145Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362069331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:08:00.157Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "serviceName": "vFW 2023-02-14 08-06-27",
  "serviceVersion": "1.0",
  "serviceUUID": "86e1263c-c18b-4088-b745-6f4c70946568",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "dca58522-7e49-47f5-a3f0-544b640894b3",
  "resources": [
    {
      "resourceInstanceName": "vFW 52e4d873-68c1 0",
      "resourceCustomizationUUID": "fbc77dac-08c9-4f5e-b311-89fa35a47c65",
      "resourceName": "vFW 52e4d873-68c1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "75b480ba-1af0-43f2-b99c-efb95e7dfecc",
      "resourceInvariantUUID": "a3dec114-0665-4bcd-b0f8-65fa731c16f2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw52e4d87368c10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json",
          "artifactChecksum": "Y2NkMDdkMzM3MWZhOTBhZGIyMWIyNTkxZDlmNjZkMTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3d5e4e60-93cc-4d12-87c0-fe8680aca6c2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ec927b34-b4bc-4cc9-87ce-fe015ad4d774",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "89c77b89-58f5-4353-a928-95f98942a237",
            "generatedFromUUID": "ec927b34-b4bc-4cc9-87ce-fe015ad4d774"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "89c77b89-58f5-4353-a928-95f98942a237",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230214080627-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar",
      "artifactChecksum": "MmMzMWQ2NzM5YzRkYmM1Y2IwMGU5NjAyN2M2NzA4OGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "64b90c90-f8c0-4bc6-8ed2-6cc53475e838"
    }
  ],
  "workloadContext": "Production"
}
2023-02-14T08:08:00.158Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-14T08:08:00.164Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 86e1263c-c18b-4088-b745-6f4c70946568 ASDC
2023-02-14T08:08:00.560Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:53acbd10-c041-4dac-b1ba-3f6c9b7fcded
ServiceName:vFW 2023-02-14 08-06-27
ServiceVersion:1.0
ServiceUUID:86e1263c-c18b-4088-b745-6f4c70946568
ServiceInvariantUUID:dca58522-7e49-47f5-a3f0-544b640894b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230214080627-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar
ArtifactUUID:64b90c90-f8c0-4bc6-8ed2-6cc53475e838
ArtifactChecksum:MmMzMWQ2NzM5YzRkYmM1Y2IwMGU5NjAyN2M2NzA4OGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 52e4d873-68c1 0
ResourceCustomizationUUID:fbc77dac-08c9-4f5e-b311-89fa35a47c65
ResourceInvariantUUID:a3dec114-0665-4bcd-b0f8-65fa731c16f2
ResourceName:vFW 52e4d873-68c1
ResourceType:VF
ResourceUUID:75b480ba-1af0-43f2-b99c-efb95e7dfecc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw52e4d87368c10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json
ArtifactUUID:3d5e4e60-93cc-4d12-87c0-fe8680aca6c2
ArtifactChecksum:Y2NkMDdkMzM3MWZhOTBhZGIyMWIyNTkxZDlmNjZkMTA=
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/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.yaml
ArtifactUUID:ec927b34-b4bc-4cc9-87ce-fe015ad4d774
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/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env
ArtifactUUID:89c77b89-58f5-4353-a928-95f98942a237
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/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env
ArtifactUUID:89c77b89-58f5-4353-a928-95f98942a237
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-14T08:08:00.566Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86e1263c-c18b-4088-b745-6f4c70946568 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:08:01.083Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T08:08:01.086Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-14T08:08:01.088Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-14T08:08:01.089Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 64b90c90-f8c0-4bc6-8ed2-6cc53475e838 from URL: /sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar
2023-02-14T08:08:01.089Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-14T08:08:01.090Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar
2023-02-14T08:08:01.231Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-14T08:08:01.278Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar 64b90c90-f8c0-4bc6-8ed2-6cc53475e838 101523
2023-02-14T08:08:01.280Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar ASDC sendASDCNotification
2023-02-14T08:08:01.281Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar
2023-02-14T08:08:01.285Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:08:01.287Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:08:01.287Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:08:01.287Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362081279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:08:02.289Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T08:08:02.290Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-14T08:08:02.291Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 64b90c90-f8c0-4bc6-8ed2-6cc53475e838, URL: /sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar to file: /app/ASDC/1/service-Vfw20230214080627-csar.csar
2023-02-14T08:08:02.292Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230214080627-csar.csar
2023-02-14T08:08:02.592Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230214080627-csar.csar
2023-02-14T08:08:02.592Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230214080627-csar.csar
2023-02-14T08:08:04.179Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15924073058199117547/Definitions/service-Vfw20230214080627-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-02-14T08:08:13.244Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-14T08:08:13.259Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-14T08:08:13.259Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230214080627-csar.csar
2023-02-14T08:08:13.260Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-14T08:08:13.260Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230214080627-csar.csar
2023-02-14T08:08:13.260Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||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-Vfw20230214080627-csar.csar
2023-02-14T08:08:13.260Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||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-Vfw20230214080627-csar.csar
2023-02-14T08:08:13.261Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||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-Vfw20230214080627-csar.csar
2023-02-14T08:08:13.261Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230214080627-csar.csar
2023-02-14T08:08:13.262Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230214080627-csar.csar
2023-02-14T08:08:13.262Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||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-Vfw20230214080627-csar.csar
2023-02-14T08:08:13.262Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 52e4d873-68c1 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-Vfw20230214080627-csar.csar
2023-02-14T08:08:13.263Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230214080627-csar.csar
2023-02-14T08:08:13.264Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230214080627-csar.csar
2023-02-14T08:08:13.264Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230214080627-csar.csar
2023-02-14T08:08:13.264Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-14T08:08:13.278Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:13.283Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-02-14 08-06-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:08:13.295Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vFW 52e4d873-68c1 0 is matching search criteria
2023-02-14T08:08:13.296Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-14T08:08:13.300Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 52e4d873-68c1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T08:08:13.303Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:13.303Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-02-14 08-06-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:08:13.304Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vFW 52e4d873-68c1 0 is matching search criteria
2023-02-14T08:08:13.304Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-14T08:08:13.304Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 52e4d873-68c1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T08:08:13.304Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:13.305Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-02-14 08-06-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:08:13.311Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:13.312Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vFW 52e4d873-68c1 0 is not matching search criteria
2023-02-14T08:08:13.313Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-14T08:08:13.313Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-14T08:08:13.313Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-14T08:08:13.314Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-14T08:08:13.314Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-14T08:08:13.314Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-14T08:08:13.314Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-14T08:08:13.315Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-14T08:08:13.315Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-14T08:08:13.315Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-14T08:08:13.316Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-14T08:08:13.316Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-14T08:08:13.316Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-14T08:08:13.316Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-14T08:08:13.317Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-14T08:08:13.317Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-14T08:08:13.317Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:13.317Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-02-14 08-06-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-14T08:08:13.320Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:13.320Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vFW 52e4d873-68c1 0 is matching search criteria
2023-02-14T08:08:13.320Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 52e4d873-68c1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:08:13.321Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:13.321Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vFW 52e4d873-68c1 0 is matching search criteria
2023-02-14T08:08:13.322Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 52e4d873-68c1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:08:13.322Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:13.322Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vFW 52e4d873-68c1 0 is matching search criteria
2023-02-14T08:08:13.322Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 52e4d873-68c1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:08:13.323Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:13.323Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vFW 52e4d873-68c1 0 is not matching search criteria
2023-02-14T08:08:13.324Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-14T08:08:13.324Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-14T08:08:13.324Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-14T08:08:13.324Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-14T08:08:13.325Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-14T08:08:13.325Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-14T08:08:13.325Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-14T08:08:13.325Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-14T08:08:13.326Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-14T08:08:13.327Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-14T08:08:13.327Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-14T08:08:13.327Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=324687f6-2b63-4385-8545-cbef849a887e
2023-02-14T08:08:13.328Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:13.328Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vFW 52e4d873-68c1 0 is not matching search criteria
2023-02-14T08:08:13.328Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-14T08:08:13.329Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-14T08:08:13.329Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-14T08:08:13.329Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-14T08:08:13.330Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-14T08:08:13.330Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-14T08:08:13.330Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-14T08:08:13.332Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-14T08:08:13.333Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-14T08:08:13.333Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-14T08:08:13.333Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-14T08:08:13.334Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-14T08:08:13.334Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=031e003c-0a81-4592-94a4-c16e61d0cbda
2023-02-14T08:08:13.334Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:13.335Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vFW 52e4d873-68c1 0 is not matching search criteria
2023-02-14T08:08:13.335Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-14T08:08:13.335Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-14T08:08:13.335Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-14T08:08:13.336Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-14T08:08:13.336Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-14T08:08:13.336Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-14T08:08:13.336Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-14T08:08:13.337Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-14T08:08:13.337Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-14T08:08:13.338Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-14T08:08:13.338Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-14T08:08:13.339Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-14T08:08:13.339Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=748b1f13-2a97-41ab-bef8-10996663ebd7
2023-02-14T08:08:13.340Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:13.340Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-02-14 08-06-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:08:13.340Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:13.340Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-02-14 08-06-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:08:13.341Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:13.341Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-02-14 08-06-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:08:13.342Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:13.342Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-02-14 08-06-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:08:13.343Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-02-14 08-06-27
Description:catalog service description
Model UUID:86e1263c-c18b-4088-b745-6f4c70946568
Model Version:NULL
Model InvariantUuid:dca58522-7e49-47f5-a3f0-544b640894b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 52e4d873-68c1
Model UUID:acf300eb-c018-42a4-b2f4-fb9fbe48624f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a3dec114-0665-4bcd-b0f8-65fa731c16f2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fbc77dac-08c9-4f5e-b311-89fa35a47c65
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0f1c2e65-8ba7-433e-b246-c4ed19a12eb4
ModelName:Vfw52e4d87368c1..base_vfw..module-0
ModelUuid:a78a14cb-fd8c-4d14-b4fc-4b4778798f18
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:324687f6-2b63-4385-8545-cbef849a887e
ModelInvariantUuid:79b11b8d-46c0-411a-82aa-b8b969970c2f
ModelName:vFW 52e4d873-68c1-nodes.vfwCvfc
ModelUuid:3db6984d-a4c2-4825-99ec-68a59f1614fe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:5d52cea6-ffe1-434f-bf32-3993033fb3fb
ModelInvariantUuid:573d4adb-e727-4521-b276-48193163b5f7
ModelName:Vfw52e4d87368c1.compute.nodes.heat.vfw
ModelUuid:42f7ae9f-1874-4071-b68c-70145cc21c40
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:031e003c-0a81-4592-94a4-c16e61d0cbda
ModelInvariantUuid:55001715-11ec-4fad-a5ac-ae8db0231ff2
ModelName:vFW 52e4d873-68c1-nodes.vsnCvfc
ModelUuid:9b0f0f2d-645a-4712-8ee3-8bbb0ec25d37
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a8d03490-bf88-4662-b7ae-e5fb1f303eb2
ModelInvariantUuid:e0f0f6fa-b73d-46e8-baec-24c178dc86cb
ModelName:Vfw52e4d87368c1.compute.nodes.heat.vsn
ModelUuid:0fe33d4f-f8bf-44ee-9c52-98c24fa15096
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:748b1f13-2a97-41ab-bef8-10996663ebd7
ModelInvariantUuid:5946006f-c54d-4909-8b91-f88e7fa838a7
ModelName:vFW 52e4d873-68c1-nodes.vpgCvfc
ModelUuid:a0e6e5c8-7237-4e3f-9e08-80c4298e2605
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:11a7f40e-c49b-47e5-8fc1-b10c1b0a2ca3
ModelInvariantUuid:34e3c3d4-8f60-4877-ab24-203b36e65468
ModelName:Vfw52e4d87368c1.compute.nodes.heat.vpg
ModelUuid:2bdae504-9ef8-4322-b18d-7f275a29492e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-14T08:08:13.444Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 75b480ba-1af0-43f2-b99c-efb95e7dfecc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T08:08:13.666Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||vFW 52e4d873-68c1 0
2023-02-14T08:08:13.705Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 75b480ba-1af0-43f2-b99c-efb95e7dfecc
2023-02-14T08:08:13.708Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3d5e4e60-93cc-4d12-87c0-fe8680aca6c2 from URL: /sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json
2023-02-14T08:08:13.708Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-14T08:08:13.711Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json
2023-02-14T08:08:13.818Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-14T08:08:13.821Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json 3d5e4e60-93cc-4d12-87c0-fe8680aca6c2 785
2023-02-14T08:08:13.822Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json ASDC sendASDCNotification
2023-02-14T08:08:13.822Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json
2023-02-14T08:08:13.823Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:08:13.824Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:08:13.824Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:08:13.831Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362093822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:08:14.839Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw52e4d87368c1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0f1c2e65-8ba7-433e-b246-c4ed19a12eb4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a78a14cb-fd8c-4d14-b4fc-4b4778798f18",
    "vfModuleModelCustomizationUUID": "5d163762-bf2b-40a3-bf22-ce1c4b337ddc",
    "isBase": true,
    "artifacts": [
      "ec927b34-b4bc-4cc9-87ce-fe015ad4d774",
      "89c77b89-58f5-4353-a928-95f98942a237"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-14T08:08:14.910Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw52e4d87368c1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a78a14cb-fd8c-4d14-b4fc-4b4778798f18
VfModuleModelInvariantUUID:0f1c2e65-8ba7-433e-b246-c4ed19a12eb4
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec927b34-b4bc-4cc9-87ce-fe015ad4d774
,
89c77b89-58f5-4353-a928-95f98942a237

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

isBase:true


}

2023-02-14T08:08:14.923Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw52e4d87368c1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0f1c2e65-8ba7-433e-b246-c4ed19a12eb4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a78a14cb-fd8c-4d14-b4fc-4b4778798f18",
    "vfModuleModelCustomizationUUID": "5d163762-bf2b-40a3-bf22-ce1c4b337ddc",
    "isBase": true,
    "artifacts": [
      "ec927b34-b4bc-4cc9-87ce-fe015ad4d774",
      "89c77b89-58f5-4353-a928-95f98942a237"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-14T08:08:14.924Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw52e4d87368c1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a78a14cb-fd8c-4d14-b4fc-4b4778798f18
VfModuleModelInvariantUUID:0f1c2e65-8ba7-433e-b246-c4ed19a12eb4
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec927b34-b4bc-4cc9-87ce-fe015ad4d774
,
89c77b89-58f5-4353-a928-95f98942a237

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

isBase:true


}

2023-02-14T08:08:14.924Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ec927b34-b4bc-4cc9-87ce-fe015ad4d774 from URL: /sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.yaml
2023-02-14T08:08:14.925Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-14T08:08:14.925Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.yaml
2023-02-14T08:08:15.019Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-14T08:08:15.020Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.yaml ec927b34-b4bc-4cc9-87ce-fe015ad4d774 20368
2023-02-14T08:08:15.021Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-14T08:08:15.021Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.yaml
2023-02-14T08:08:15.021Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:08:15.022Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:08:15.022Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:08:15.022Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362095021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:08:16.024Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 89c77b89-58f5-4353-a928-95f98942a237 from URL: /sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env
2023-02-14T08:08:16.025Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-14T08:08:16.025Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env
2023-02-14T08:08:16.130Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-14T08:08:16.133Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env 89c77b89-58f5-4353-a928-95f98942a237 2098
2023-02-14T08:08:16.133Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-14T08:08:16.133Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env
2023-02-14T08:08:16.133Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:08:16.134Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:08:16.134Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:08:16.134Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362096133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:08:17.141Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 86e1263c-c18b-4088-b745-6f4c70946568
2023-02-14T08:08:17.142Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 52e4d873-68c1 0 75b480ba-1af0-43f2-b99c-efb95e7dfecc ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T08:08:17.439Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@48979ece, org.onap.sdc.toscaparser.api.parameters.Input@3b943de1, org.onap.sdc.toscaparser.api.parameters.Input@437d67b1, org.onap.sdc.toscaparser.api.parameters.Input@786cf3a5, org.onap.sdc.toscaparser.api.parameters.Input@c797388]
2023-02-14T08:08:17.544Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:17.545Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-02-14 08-06-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:08:17.546Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-02-14T08:08:17.546Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= fbc77dac-08c9-4f5e-b311-89fa35a47c65
2023-02-14T08:08:17.547Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fbc77dac-08c9-4f5e-b311-89fa35a47c65 matches Tosca VF Customization UUID: fbc77dac-08c9-4f5e-b311-89fa35a47c65
2023-02-14T08:08:17.547Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: fbc77dac-08c9-4f5e-b311-89fa35a47c65  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-14T08:08:17.580Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:17.581Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-02-14 08-06-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:08:17.589Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id fbc77dac-08c9-4f5e-b311-89fa35a47c65: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-14T08:08:17.590Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b0b8e36
2023-02-14T08:08:17.590Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:17.590Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-02-14 08-06-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-14T08:08:17.592Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5d163762-bf2b-40a3-bf22-ce1c4b337ddc
2023-02-14T08:08:17.594Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5d163762-bf2b-40a3-bf22-ce1c4b337ddc
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-14T08:08:17.621Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:17.623Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vFW 52e4d873-68c1 0 is matching search criteria
2023-02-14T08:08:17.624Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 52e4d873-68c1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:08:17.626Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:17.626Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vFW 52e4d873-68c1 0 is matching search criteria
2023-02-14T08:08:17.627Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 52e4d873-68c1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:08:17.628Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:17.628Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vFW 52e4d873-68c1 0 is not matching search criteria
2023-02-14T08:08:17.629Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-14T08:08:17.629Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-14T08:08:17.629Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-14T08:08:17.630Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-14T08:08:17.630Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-14T08:08:17.631Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-14T08:08:17.631Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-14T08:08:17.632Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-14T08:08:17.632Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-14T08:08:17.632Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-14T08:08:17.633Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-14T08:08:17.633Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=324687f6-2b63-4385-8545-cbef849a887e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-14T08:08:17.653Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:17.654Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vFW 52e4d873-68c1 0 is matching search criteria
2023-02-14T08:08:17.658Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 52e4d873-68c1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:08:17.660Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:17.660Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vFW 52e4d873-68c1 0 is not matching search criteria
2023-02-14T08:08:17.661Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-14T08:08:17.663Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-14T08:08:17.664Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-14T08:08:17.664Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-14T08:08:17.664Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-14T08:08:17.665Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-14T08:08:17.665Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-14T08:08:17.666Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-14T08:08:17.670Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-14T08:08:17.671Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-14T08:08:17.672Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-14T08:08:17.672Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-14T08:08:17.672Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=031e003c-0a81-4592-94a4-c16e61d0cbda
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-14T08:08:17.691Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:17.692Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vFW 52e4d873-68c1 0 is matching search criteria
2023-02-14T08:08:17.693Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 52e4d873-68c1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:08:17.700Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:17.701Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vFW 52e4d873-68c1 0 is not matching search criteria
2023-02-14T08:08:17.701Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-14T08:08:17.701Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-14T08:08:17.702Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-14T08:08:17.702Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-14T08:08:17.703Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-14T08:08:17.712Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-14T08:08:17.712Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-14T08:08:17.714Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-14T08:08:17.714Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-14T08:08:17.715Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-14T08:08:17.715Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-14T08:08:17.715Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-14T08:08:17.716Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=748b1f13-2a97-41ab-bef8-10996663ebd7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-14T08:08:17.724Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:17.726Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vFW 52e4d873-68c1 0 is matching search criteria
2023-02-14T08:08:17.726Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 52e4d873-68c1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:08:17.728Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:17.728Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Node template vFW 52e4d873-68c1 0 is matching search criteria
2023-02-14T08:08:17.730Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 52e4d873-68c1 0] matching following query criteria: sdcType=VF, customizationUUID=fbc77dac-08c9-4f5e-b311-89fa35a47c65
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T08:08:17.747Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:17.748Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-02-14 08-06-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:08:17.752Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 86e1263c-c18b-4088-b745-6f4c70946568: vFW 52e4d873-68c1
2023-02-14T08:08:17.752Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:17.752Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-02-14 08-06-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:08:17.753Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:17.753Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-02-14 08-06-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:08:17.753Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:17.754Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-02-14 08-06-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:08:17.754Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:17.754Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-02-14 08-06-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:08:17.755Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:08:17.757Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-02-14 08-06-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:08:17.757Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2023-02-14 08-06-27 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:08:19.001Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 52e4d873-68c1 75b480ba-1af0-43f2-b99c-efb95e7dfecc 1 ASDC deployResourceStructure
2023-02-14T08:08:19.002Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json ASDC sendASDCNotification
2023-02-14T08:08:19.002Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json
2023-02-14T08:08:19.002Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T08:08:19.003Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:08:19.003Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:08:19.004Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362099002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:08:20.006Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-14T08:08:20.007Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.yaml
2023-02-14T08:08:20.007Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T08:08:20.009Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:08:20.009Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:08:20.009Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362100006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:08:21.015Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-14T08:08:21.016Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env
2023-02-14T08:08:21.016Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T08:08:21.017Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:08:21.018Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:08:21.019Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362101015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:08:22.024Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar ASDC sendASDCNotification
2023-02-14T08:08:22.026Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar
2023-02-14T08:08:22.027Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T08:08:22.029Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:08:22.029Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:08:22.029Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362102024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:08:23.031Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53acbd10-c041-4dac-b1ba-3f6c9b7fcded
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:08:23.113Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53acbd10-c041-4dac-b1ba-3f6c9b7fcded
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:08:23.132Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:08:23.133Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-14T08:08:23.133Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-14T08:08:49.209Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:08:49.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:08:49.218Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362043700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:08:49.221Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:08:53.139Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53acbd10-c041-4dac-b1ba-3f6c9b7fcded
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:08:53.156Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53acbd10-c041-4dac-b1ba-3f6c9b7fcded
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:08:53.163Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:08:53.164Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-14T08:08:53.164Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-14T08:09:23.174Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53acbd10-c041-4dac-b1ba-3f6c9b7fcded
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:09:23.234Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53acbd10-c041-4dac-b1ba-3f6c9b7fcded
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:09:23.262Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:09:23.263Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-14T08:09:23.263Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-14T08:09:49.209Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:09:49.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362069331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.229Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362072003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.231Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362043700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json",
  "status": "NOTIFIED"
}
2023-02-14T08:09:49.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.232Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362069331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json",
  "status": "NOTIFIED"
}
2023-02-14T08:09:49.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.234Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362073309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.235Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362072003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.236Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362043700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-14T08:09:49.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.237Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362069331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-14T08:09:49.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.239Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362073309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.240Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362072003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.242Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362043700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.243Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.243Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362069331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.244Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.245Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362073309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.247Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362072003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.249Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.250Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362043700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-14T08:09:49.251Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.253Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362069331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-14T08:09:49.254Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.255Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362073309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.256Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.257Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362072003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.258Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.258Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362043700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.259Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.260Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362069331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.262Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362073309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.263Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.263Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362072003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:09:49.264Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.264Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362043700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:09:49.265Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.265Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362069331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:09:49.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.266Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362073309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362079390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:09:49.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362079401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:09:49.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.269Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362073309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:09:49.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.270Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362080419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-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-02-14T08:09:49.286Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53acbd10-c041-4dac-b1ba-3f6c9b7fcded
2023-02-14T08:09:49.287Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53acbd10-c041-4dac-b1ba-3f6c9b7fcded 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-02-14T08:09:49.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.310Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362081279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:09:49.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.312Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362080694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:09:49.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.314Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362080665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:09:49.314Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.315Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362081886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:09:49.316Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.316Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362082971,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:09:49.322Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53acbd10-c041-4dac-b1ba-3f6c9b7fcded
2023-02-14T08:09:49.323Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53acbd10-c041-4dac-b1ba-3f6c9b7fcded and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:09:49.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.335Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362083974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-14T08:09:49.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.336Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362091396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.337Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362093822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:09:49.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.338Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362091396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.340Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362095021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:09:49.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.342Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362091396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.342Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.343Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362096133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:09:49.344Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.344Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362091396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.345Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.346Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362091396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.346Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.347Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362091396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.348Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.348Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362099002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/vfw52e4d87368c10_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-14T08:09:49.348Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.349Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362091396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:09:49.350Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.350Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362100006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-02-14T08:09:49.351Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.351Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362099327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:09:49.351Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.352Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362101015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/resourceInstances/vfw52e4d87368c10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-02-14T08:09:49.352Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.352Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362102024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:09:49.353Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.355Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362105077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:09:49.359Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.360Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362106083,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:09:49.368Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53acbd10-c041-4dac-b1ba-3f6c9b7fcded
2023-02-14T08:09:49.369Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53acbd10-c041-4dac-b1ba-3f6c9b7fcded and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:09:49.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.383Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362115795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230214080627/1.0/artifacts/service-Vfw20230214080627-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:09:49.384Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.385Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362081423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.386Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.387Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362114982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.387Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.388Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362116799,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:09:49.400Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 53acbd10-c041-4dac-b1ba-3f6c9b7fcded
2023-02-14T08:09:49.400Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53acbd10-c041-4dac-b1ba-3f6c9b7fcded and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:09:49.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.420Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362081423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.421Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.422Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362114982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json",
  "status": "NOTIFIED"
}
2023-02-14T08:09:49.424Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.425Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362117802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.426Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.426Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362081423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.427Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.427Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362114982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-14T08:09:49.427Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.428Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362117802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.428Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.449Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362081423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.449Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.450Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362114982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.450Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.450Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362117802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.451Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.452Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362081423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.452Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.453Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362114982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-14T08:09:49.454Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.454Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362117802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.455Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362081423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.456Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.456Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362114982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.457Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.457Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362117802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.458Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.458Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362081423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:09:49.459Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.459Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362114982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:09:49.460Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.460Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362121396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.460Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.461Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362117802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.461Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.462Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362121396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.462Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.464Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362123771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:09:49.465Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.465Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362123776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:09:49.466Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.467Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362117802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:09:49.467Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.468Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362121396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.468Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.469Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362124777,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-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-02-14T08:09:49.501Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0
2023-02-14T08:09:49.502Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0 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-02-14T08:09:49.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.513Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362125020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:09:49.516Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.517Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362124925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:09:49.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.519Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362121396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.519Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.520Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362126093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:09:49.520Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.521Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362121396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.522Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362127116,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:09:49.539Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0
2023-02-14T08:09:49.540Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:09:49.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.555Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362121396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:09:49.556Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:49.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T08:09:49.556Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362128118,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-14T08:09:49.557Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:09:53.264Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53acbd10-c041-4dac-b1ba-3f6c9b7fcded
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:09:53.288Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53acbd10-c041-4dac-b1ba-3f6c9b7fcded
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:09:53.294Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:09:53.295Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-14T08:09:53.295Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-14T08:09:53.295Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-14T08:09:53.296Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:09:53.296Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:09:53.296Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:09:53.296Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:09:53.297Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:09:53.297Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:09:53.304Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-14T08:10:23.305Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 53acbd10-c041-4dac-b1ba-3f6c9b7fcded and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-14T08:10:23.316Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53acbd10-c041-4dac-b1ba-3f6c9b7fcded and serviceModelVersionId: 86e1263c-c18b-4088-b745-6f4c70946568
2023-02-14T08:10:23.317Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dca58522-7e49-47f5-a3f0-544b640894b3
2023-02-14T08:10:49.183Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dca58522-7e49-47f5-a3f0-544b640894b3/model-vers/model-ver/86e1263c-c18b-4088-b745-6f4c70946568?depth=0
2023-02-14T08:10:49.209Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:10:49.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:10:49.212Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362121396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:10:49.214Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:10:49.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:10:49.215Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362129204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:10:49.215Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:10:49.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:10:49.216Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362131541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:10:49.216Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:10:49.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:10:49.216Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362132545,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:10:49.226Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0
2023-02-14T08:10:49.227Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:10:49.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:10:49.242Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362138281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:10:49.242Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:10:49.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:10:49.243Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362139283,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:10:49.250Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0
2023-02-14T08:10:49.250Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:10:49.352Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-14T08:10:50.134Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dca58522-7e49-47f5-a3f0-544b640894b3/model-vers/model-ver/86e1263c-c18b-4088-b745-6f4c70946568?depth=0|INFO|500||Invoke
2023-02-14T08:10:50.140Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dca58522-7e49-47f5-a3f0-544b640894b3/model-vers/model-ver/86e1263c-c18b-4088-b745-6f4c70946568?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dca58522-7e49-47f5-a3f0-544b640894b3/model-vers/model-ver/86e1263c-c18b-4088-b745-6f4c70946568?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[53acbd10-c041-4dac-b1ba-3f6c9b7fcded], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d5b53612-c2a5-4109-83af-e169cfa76679], X-ECOMP-RequestID=[53acbd10-c041-4dac-b1ba-3f6c9b7fcded], X-TransactionId=[], X-ONAP-RequestID=[53acbd10-c041-4dac-b1ba-3f6c9b7fcded], Content-Type=[application/merge-patch+json]}
2023-02-14T08:10:50.174Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dca58522-7e49-47f5-a3f0-544b640894b3/model-vers/model-ver/86e1263c-c18b-4088-b745-6f4c70946568?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-14T08:10:50.446Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dca58522-7e49-47f5-a3f0-544b640894b3/model-vers/model-ver/86e1263c-c18b-4088-b745-6f4c70946568?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/dca58522-7e49-47f5-a3f0-544b640894b3/model-vers/model-ver/86e1263c-c18b-4088-b745-6f4c70946568?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Feb 2023 08:10:48 GMT], content-length=[0], vertex-id=[221256], x-aai-txid=[2-aai-resources-230214-08:10:48:993-97314], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-14T08:10:50.449Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dca58522-7e49-47f5-a3f0-544b640894b3/model-vers/model-ver/86e1263c-c18b-4088-b745-6f4c70946568?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-14T08:10:50.450Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dca58522-7e49-47f5-a3f0-544b640894b3/model-vers/model-ver/86e1263c-c18b-4088-b745-6f4c70946568?depth=0|INFO|500||InvokeReturn
2023-02-14T08:10:50.456Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-14T08:10:50.465Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T08:10:50.486Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-14T08:10:50.488Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53acbd10-c041-4dac-b1ba-3f6c9b7fcded and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-14T08:10:50.490Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-14T08:10:50.491Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:10:50.491Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:10:50.492Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362250489,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-14T08:10:51.510Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:10:51.515Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:10:51.515Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0","serviceName":"basic_onboard_sHLotX","serviceVersion":"1.0","serviceUUID":"e039a9f3-6850-4395-bc1d-e2fea763c479","serviceDescription":"service","serviceInvariantUUID":"558a1091-67c3-48b9-9139-04fd0026ca80","resources":[{"resourceInstanceName":"basic_onboard_sHLotX 0","resourceName":"basic_onboard_sHLotX","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dc33f83c-4be6-44a0-b5fe-716bf88758da","resourceInvariantUUID":"91ad91ef-2613-4e2d-85c8-220125275a46","resourceCustomizationUUID":"d9f14b08-e90c-4bcc-b007-bb933ba6905b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/vf-license-model.xml","artifactChecksum":"NDVlOGM0NWVkNGFiYWNlNDA3OGQzM2M1NTU5NTk5Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50d787c5-5777-4e5f-835f-daeadc26dd02","artifactVersion":"1"},{"artifactName":"basic_onboard_shlotx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json","artifactChecksum":"ZTVmOWExYzlmMDJkNjIxMTdjMjFlNzRhOGFiMWIyOGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ab121a0a-0347-4b08-84f1-9eb404acb1e2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bdd757b2-db95-47fa-b263-475dc8238704","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"13795841-06bc-4c6e-b0ed-1b4c92e474e8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0fa10cdb-c162-4d4c-9153-5db1b3f91f67","artifactVersion":"2","generatedFromUUID":"bdd757b2-db95-47fa-b263-475dc8238704"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardShlotx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-template.yml","artifactChecksum":"YjhjODM3OGI3ZDhhODQ5N2Y3YzM4YjQ2ZWI4MDdmMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6cad651b-ba22-4270-a6a5-2ae8cfda9572","artifactVersion":"1"},{"artifactName":"service-BasicOnboardShlotx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar","artifactChecksum":"NDUxMzc3ZWZkZWJkZDIyODY3M2Y5M2JhYWVhMmJiOWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cb84902a-d732-4ef8-a74a-81569ae0228f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-14T08:10:51.518Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:10:51.519Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:10:51.519Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:10:51.519Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362251510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:10:52.521Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:10:52.523Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:10:52.523Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:10:52.523Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362251510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:10:53.526Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:10:53.527Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:10:53.527Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:10:53.527Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362251510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:10:54.528Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:10:54.529Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:10:54.529Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:10:54.529Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362251510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:10:55.530Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:10:55.531Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:10:55.532Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:10:55.532Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362251510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:10:56.533Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:10:56.534Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:10:56.534Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:10:56.535Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362251510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:10:57.536Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:10:57.539Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:10:57.540Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:10:57.540Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362251510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:10:58.544Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "serviceName": "basic_onboard_sHLotX",
  "serviceVersion": "1.0",
  "serviceUUID": "e039a9f3-6850-4395-bc1d-e2fea763c479",
  "serviceDescription": "service",
  "serviceInvariantUUID": "558a1091-67c3-48b9-9139-04fd0026ca80",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_sHLotX 0",
      "resourceCustomizationUUID": "d9f14b08-e90c-4bcc-b007-bb933ba6905b",
      "resourceName": "basic_onboard_sHLotX",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dc33f83c-4be6-44a0-b5fe-716bf88758da",
      "resourceInvariantUUID": "91ad91ef-2613-4e2d-85c8-220125275a46",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_shlotx0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json",
          "artifactChecksum": "ZTVmOWExYzlmMDJkNjIxMTdjMjFlNzRhOGFiMWIyOGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ab121a0a-0347-4b08-84f1-9eb404acb1e2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bdd757b2-db95-47fa-b263-475dc8238704",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0fa10cdb-c162-4d4c-9153-5db1b3f91f67",
            "generatedFromUUID": "bdd757b2-db95-47fa-b263-475dc8238704"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0fa10cdb-c162-4d4c-9153-5db1b3f91f67",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardShlotx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar",
      "artifactChecksum": "NDUxMzc3ZWZkZWJkZDIyODY3M2Y5M2JhYWVhMmJiOWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cb84902a-d732-4ef8-a74a-81569ae0228f"
    }
  ],
  "workloadContext": "Production"
}
2023-02-14T08:10:58.544Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-14T08:10:58.544Z|53acbd10-c041-4dac-b1ba-3f6c9b7fcded|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e039a9f3-6850-4395-bc1d-e2fea763c479 ASDC
2023-02-14T08:10:58.553Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0
ServiceName:basic_onboard_sHLotX
ServiceVersion:1.0
ServiceUUID:e039a9f3-6850-4395-bc1d-e2fea763c479
ServiceInvariantUUID:558a1091-67c3-48b9-9139-04fd0026ca80
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardShlotx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar
ArtifactUUID:cb84902a-d732-4ef8-a74a-81569ae0228f
ArtifactChecksum:NDUxMzc3ZWZkZWJkZDIyODY3M2Y5M2JhYWVhMmJiOWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_sHLotX 0
ResourceCustomizationUUID:d9f14b08-e90c-4bcc-b007-bb933ba6905b
ResourceInvariantUUID:91ad91ef-2613-4e2d-85c8-220125275a46
ResourceName:basic_onboard_sHLotX
ResourceType:VF
ResourceUUID:dc33f83c-4be6-44a0-b5fe-716bf88758da
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_shlotx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json
ArtifactUUID:ab121a0a-0347-4b08-84f1-9eb404acb1e2
ArtifactChecksum:ZTVmOWExYzlmMDJkNjIxMTdjMjFlNzRhOGFiMWIyOGQ=
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/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:bdd757b2-db95-47fa-b263-475dc8238704
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/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env
ArtifactUUID:0fa10cdb-c162-4d4c-9153-5db1b3f91f67
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/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env
ArtifactUUID:0fa10cdb-c162-4d4c-9153-5db1b3f91f67
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-14T08:10:58.553Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e039a9f3-6850-4395-bc1d-e2fea763c479 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-14T08:10:58.606Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T08:10:58.606Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-14T08:10:58.606Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-14T08:10:58.607Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cb84902a-d732-4ef8-a74a-81569ae0228f from URL: /sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar
2023-02-14T08:10:58.607Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-14T08:10:58.607Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar
2023-02-14T08:10:58.676Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-14T08:10:58.684Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar cb84902a-d732-4ef8-a74a-81569ae0228f 75692
2023-02-14T08:10:58.685Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar ASDC sendASDCNotification
2023-02-14T08:10:58.685Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar
2023-02-14T08:10:58.685Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:10:58.686Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:10:58.686Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:10:58.686Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362258685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:10:59.688Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T08:10:59.689Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-14T08:10:59.689Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: cb84902a-d732-4ef8-a74a-81569ae0228f, URL: /sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar to file: /app/ASDC/1/service-BasicOnboardShlotx-csar.csar
2023-02-14T08:10:59.689Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardShlotx-csar.csar
2023-02-14T08:10:59.690Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardShlotx-csar.csar
2023-02-14T08:10:59.690Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardShlotx-csar.csar
2023-02-14T08:11:00.012Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6258001054530888418/Definitions/service-BasicOnboardShlotx-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-02-14T08:11:02.092Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-14T08:11:02.093Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-14T08:11:02.093Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardShlotx-csar.csar
2023-02-14T08:11:02.093Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-14T08:11:02.093Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardShlotx-csar.csar
2023-02-14T08:11:02.094Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||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-BasicOnboardShlotx-csar.csar
2023-02-14T08:11:02.094Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_sHLotX 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-BasicOnboardShlotx-csar.csar
2023-02-14T08:11:02.094Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||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-BasicOnboardShlotx-csar.csar
2023-02-14T08:11:02.094Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||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-BasicOnboardShlotx-csar.csar
2023-02-14T08:11:02.094Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardShlotx-csar.csar
2023-02-14T08:11:02.094Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||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-BasicOnboardShlotx-csar.csar
2023-02-14T08:11:02.094Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-14T08:11:02.095Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:02.095Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_sHLotX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:11:02.096Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_sHLotX 0 is matching search criteria
2023-02-14T08:11:02.096Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-14T08:11:02.096Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sHLotX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T08:11:02.097Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:02.097Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_sHLotX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:11:02.097Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_sHLotX 0 is matching search criteria
2023-02-14T08:11:02.097Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-14T08:11:02.098Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sHLotX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T08:11:02.098Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:02.098Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_sHLotX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:11:02.098Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:02.098Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_sHLotX 0 is not matching search criteria
2023-02-14T08:11:02.099Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-14T08:11:02.099Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-14T08:11:02.099Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-14T08:11:02.100Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-14T08:11:02.100Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-14T08:11:02.100Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:02.100Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_sHLotX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-14T08:11:02.100Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:02.101Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_sHLotX 0 is matching search criteria
2023-02-14T08:11:02.101Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sHLotX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:11:02.101Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:02.102Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_sHLotX 0 is matching search criteria
2023-02-14T08:11:02.102Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sHLotX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:11:02.102Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:02.102Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_sHLotX 0 is matching search criteria
2023-02-14T08:11:02.102Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sHLotX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:11:02.103Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:02.103Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_sHLotX 0 is not matching search criteria
2023-02-14T08:11:02.103Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-14T08:11:02.103Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-14T08:11:02.104Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=609a2950-b0fc-4a7c-b370-750ca1485da5
2023-02-14T08:11:02.104Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:02.104Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_sHLotX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:11:02.104Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:02.105Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_sHLotX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:11:02.105Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:02.105Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_sHLotX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:11:02.105Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:02.105Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_sHLotX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:11:02.105Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_sHLotX
Description:service
Model UUID:e039a9f3-6850-4395-bc1d-e2fea763c479
Model Version:NULL
Model InvariantUuid:558a1091-67c3-48b9-9139-04fd0026ca80
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_sHLotX
Model UUID:e9ce9cf7-8369-44b4-a873-1181eb9f4a17
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:91ad91ef-2613-4e2d-85c8-220125275a46
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d9f14b08-e90c-4bcc-b007-bb933ba6905b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ba9edd72-7687-4a77-9138-5c1421220eb7
ModelName:BasicOnboardShlotx..base_ubuntu18..module-0
ModelUuid:75bf7d2c-4d20-4dcd-9e89-5d781996f84b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:609a2950-b0fc-4a7c-b370-750ca1485da5
ModelInvariantUuid:fefcd408-6b53-4b53-ac6e-c714437e1aef
ModelName:basic_onboard_sHLotX-nodes.ubuntu18Cvfc
ModelUuid:752204ab-952d-41fa-98f7-8fb27ae67001
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:6cddd22d-cdb7-466a-9db6-f4344458f54a
ModelInvariantUuid:8776b0da-7376-4f79-a8ba-8dc5099364e2
ModelName:BasicOnboardShlotx.compute.nodes.heat.ubuntu18
ModelUuid:6103981c-796a-441d-9b74-85895aed851e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-14T08:11:02.125Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: dc33f83c-4be6-44a0-b5fe-716bf88758da
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T08:11:02.129Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||basic_onboard_sHLotX 0
2023-02-14T08:11:02.130Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dc33f83c-4be6-44a0-b5fe-716bf88758da
2023-02-14T08:11:02.130Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ab121a0a-0347-4b08-84f1-9eb404acb1e2 from URL: /sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json
2023-02-14T08:11:02.130Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-14T08:11:02.131Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json
2023-02-14T08:11:02.234Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-14T08:11:02.234Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json ab121a0a-0347-4b08-84f1-9eb404acb1e2 798
2023-02-14T08:11:02.235Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json ASDC sendASDCNotification
2023-02-14T08:11:02.235Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json
2023-02-14T08:11:02.235Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:11:02.236Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:11:02.236Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:11:02.236Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362262235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:11:03.240Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardShlotx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ba9edd72-7687-4a77-9138-5c1421220eb7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "75bf7d2c-4d20-4dcd-9e89-5d781996f84b",
    "vfModuleModelCustomizationUUID": "c63440ce-f09d-4556-920e-c64cb021de5b",
    "isBase": true,
    "artifacts": [
      "bdd757b2-db95-47fa-b263-475dc8238704",
      "0fa10cdb-c162-4d4c-9153-5db1b3f91f67"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-14T08:11:03.248Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardShlotx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:75bf7d2c-4d20-4dcd-9e89-5d781996f84b
VfModuleModelInvariantUUID:ba9edd72-7687-4a77-9138-5c1421220eb7
VfModuleModelDescription:NULL
Artifacts UUID List:{
bdd757b2-db95-47fa-b263-475dc8238704
,
0fa10cdb-c162-4d4c-9153-5db1b3f91f67

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

isBase:true


}

2023-02-14T08:11:03.254Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardShlotx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ba9edd72-7687-4a77-9138-5c1421220eb7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "75bf7d2c-4d20-4dcd-9e89-5d781996f84b",
    "vfModuleModelCustomizationUUID": "c63440ce-f09d-4556-920e-c64cb021de5b",
    "isBase": true,
    "artifacts": [
      "bdd757b2-db95-47fa-b263-475dc8238704",
      "0fa10cdb-c162-4d4c-9153-5db1b3f91f67"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-14T08:11:03.255Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardShlotx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:75bf7d2c-4d20-4dcd-9e89-5d781996f84b
VfModuleModelInvariantUUID:ba9edd72-7687-4a77-9138-5c1421220eb7
VfModuleModelDescription:NULL
Artifacts UUID List:{
bdd757b2-db95-47fa-b263-475dc8238704
,
0fa10cdb-c162-4d4c-9153-5db1b3f91f67

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

isBase:true


}

2023-02-14T08:11:03.255Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bdd757b2-db95-47fa-b263-475dc8238704 from URL: /sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.yaml
2023-02-14T08:11:03.256Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-14T08:11:03.257Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.yaml
2023-02-14T08:11:03.323Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-14T08:11:03.324Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.yaml bdd757b2-db95-47fa-b263-475dc8238704 5033
2023-02-14T08:11:03.325Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-14T08:11:03.325Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.yaml
2023-02-14T08:11:03.325Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:11:03.326Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:11:03.326Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:11:03.327Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362263325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:11:04.331Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0fa10cdb-c162-4d4c-9153-5db1b3f91f67 from URL: /sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env
2023-02-14T08:11:04.331Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-14T08:11:04.332Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env
2023-02-14T08:11:04.436Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-14T08:11:04.437Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env 0fa10cdb-c162-4d4c-9153-5db1b3f91f67 909
2023-02-14T08:11:04.438Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-14T08:11:04.439Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env
2023-02-14T08:11:04.439Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:11:04.440Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:11:04.440Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:11:04.440Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362264438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:11:05.444Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e039a9f3-6850-4395-bc1d-e2fea763c479
2023-02-14T08:11:05.444Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_sHLotX 0 dc33f83c-4be6-44a0-b5fe-716bf88758da ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T08:11:05.490Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33641460, org.onap.sdc.toscaparser.api.parameters.Input@234423aa, org.onap.sdc.toscaparser.api.parameters.Input@2f74f71, org.onap.sdc.toscaparser.api.parameters.Input@5e7e01e7, org.onap.sdc.toscaparser.api.parameters.Input@4daac95c]
2023-02-14T08:11:05.494Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:05.495Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_sHLotX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:11:05.495Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-02-14T08:11:05.496Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d9f14b08-e90c-4bcc-b007-bb933ba6905b
2023-02-14T08:11:05.496Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d9f14b08-e90c-4bcc-b007-bb933ba6905b matches Tosca VF Customization UUID: d9f14b08-e90c-4bcc-b007-bb933ba6905b
2023-02-14T08:11:05.496Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d9f14b08-e90c-4bcc-b007-bb933ba6905b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-14T08:11:05.502Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:05.503Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_sHLotX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:11:05.504Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d9f14b08-e90c-4bcc-b007-bb933ba6905b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-14T08:11:05.504Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@599afe4e
2023-02-14T08:11:05.505Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:05.505Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_sHLotX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-14T08:11:05.506Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c63440ce-f09d-4556-920e-c64cb021de5b
2023-02-14T08:11:05.506Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c63440ce-f09d-4556-920e-c64cb021de5b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-14T08:11:05.530Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:05.531Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_sHLotX 0 is matching search criteria
2023-02-14T08:11:05.531Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sHLotX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:11:05.536Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:05.537Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_sHLotX 0 is matching search criteria
2023-02-14T08:11:05.538Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sHLotX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:11:05.538Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:05.539Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_sHLotX 0 is not matching search criteria
2023-02-14T08:11:05.539Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-14T08:11:05.540Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-14T08:11:05.540Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=609a2950-b0fc-4a7c-b370-750ca1485da5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-14T08:11:05.559Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:05.560Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_sHLotX 0 is matching search criteria
2023-02-14T08:11:05.561Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sHLotX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:11:05.562Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:05.562Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_sHLotX 0 is matching search criteria
2023-02-14T08:11:05.562Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sHLotX 0] matching following query criteria: sdcType=VF, customizationUUID=d9f14b08-e90c-4bcc-b007-bb933ba6905b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T08:11:05.574Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:05.575Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_sHLotX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:11:05.576Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e039a9f3-6850-4395-bc1d-e2fea763c479: basic_onboard_sHLotX
2023-02-14T08:11:05.576Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:05.577Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_sHLotX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:11:05.577Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:05.578Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_sHLotX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:11:05.578Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:05.578Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_sHLotX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:11:05.579Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:05.579Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_sHLotX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:11:05.579Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:11:05.580Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_sHLotX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:11:05.580Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_sHLotX 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:11:05.794Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_sHLotX dc33f83c-4be6-44a0-b5fe-716bf88758da 1 ASDC deployResourceStructure
2023-02-14T08:11:05.795Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json ASDC sendASDCNotification
2023-02-14T08:11:05.795Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json
2023-02-14T08:11:05.796Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T08:11:05.797Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:11:05.797Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:11:05.797Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362265795,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:11:06.801Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-14T08:11:06.802Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.yaml
2023-02-14T08:11:06.802Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T08:11:06.803Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:11:06.803Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:11:06.803Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362266801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:11:07.807Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-14T08:11:07.808Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env
2023-02-14T08:11:07.808Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T08:11:07.809Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:11:07.809Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:11:07.809Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362267807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:11:08.812Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar ASDC sendASDCNotification
2023-02-14T08:11:08.812Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar
2023-02-14T08:11:08.813Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T08:11:08.813Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:11:08.813Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:11:08.814Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362268812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:11:09.818Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:11:09.863Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:11:09.874Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:11:09.875Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-14T08:11:09.875Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-14T08:11:09.875Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-14T08:11:09.876Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:11:09.876Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:11:09.876Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:11:09.877Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:11:09.877Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:11:09.878Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:11:09.898Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-14T08:11:39.901Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-14T08:11:39.917Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0 and serviceModelVersionId: e039a9f3-6850-4395-bc1d-e2fea763c479
2023-02-14T08:11:39.918Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 558a1091-67c3-48b9-9139-04fd0026ca80
2023-02-14T08:11:39.920Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/558a1091-67c3-48b9-9139-04fd0026ca80/model-vers/model-ver/e039a9f3-6850-4395-bc1d-e2fea763c479?depth=0
2023-02-14T08:11:39.926Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-14T08:11:40.066Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/558a1091-67c3-48b9-9139-04fd0026ca80/model-vers/model-ver/e039a9f3-6850-4395-bc1d-e2fea763c479?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-14T08:11:40.068Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/558a1091-67c3-48b9-9139-04fd0026ca80/model-vers/model-ver/e039a9f3-6850-4395-bc1d-e2fea763c479?depth=0|INFO|500||Invoke
2023-02-14T08:11:40.098Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/558a1091-67c3-48b9-9139-04fd0026ca80/model-vers/model-ver/e039a9f3-6850-4395-bc1d-e2fea763c479?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-14T08:11:40.259Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/558a1091-67c3-48b9-9139-04fd0026ca80/model-vers/model-ver/e039a9f3-6850-4395-bc1d-e2fea763c479?depth=0|INFO|500||InvokeReturn
2023-02-14T08:11:40.259Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/558a1091-67c3-48b9-9139-04fd0026ca80/model-vers/model-ver/e039a9f3-6850-4395-bc1d-e2fea763c479?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Feb 2023 08:11:38 GMT], content-length=[0], vertex-id=[213016], x-aai-txid=[1-aai-resources-230214-08:11:38:916-50009], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-14T08:11:40.271Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-02-14T08:11:40.272Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-14T08:11:40.272Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T08:11:40.294Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-14T08:11:40.295Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-14T08:11:40.295Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-14T08:11:40.296Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:11:40.296Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:11:40.296Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362300295,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-14T08:11:41.316Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:11:49.209Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:11:49.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:11:49.216Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "53acbd10-c041-4dac-b1ba-3f6c9b7fcded",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362250489,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-14T08:11:49.217Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:11:49.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:11:49.217Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362251510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:11:49.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:11:49.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:11:49.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362251510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json",
  "status": "NOTIFIED"
}
2023-02-14T08:11:49.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:11:49.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:11:49.219Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362251510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-14T08:11:49.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:11:49.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:11:49.219Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362251510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:11:49.220Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:11:49.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:11:49.220Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362251510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-14T08:11:49.220Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:11:49.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:11:49.221Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362251510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:11:49.221Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:11:49.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:11:49.222Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362251510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:11:49.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:11:49.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:11:49.223Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362258685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:11:49.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:11:49.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:11:49.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362262235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:11:49.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:11:49.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:11:49.226Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362263325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:11:49.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:11:49.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:11:49.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362264438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:11:49.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:11:49.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:11:49.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362265795,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/basic_onboard_shlotx0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-14T08:11:49.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:11:49.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:11:49.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362266801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-02-14T08:11:49.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:11:49.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:11:49.229Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362267807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/resourceInstances/basic_onboard_shlotx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-02-14T08:11:49.230Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:11:49.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:11:49.230Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362268812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShlotx/1.0/artifacts/service-BasicOnboardShlotx-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:11:49.231Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:11:49.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:11:49.231Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362300295,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-14T08:11:49.232Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:12:41.317Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:12:49.209Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:13:41.319Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:13:49.211Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:14:41.321Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:14:49.213Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:15:41.323Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:15:49.215Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:16:41.324Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:16:49.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:17:41.326Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:17:49.219Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:18:41.327Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:18:49.221Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:19:41.327Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:19:49.223Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:20:41.329Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:20:49.224Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:21:41.331Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:21:49.226Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:21:54.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-14T08:21:54.016Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"c9a8a26c-a9c0-44a0-a056-7066f0ba9163","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2ddd3b63-a2e2-481f-84d7-59ce6a1ce001","serviceDescription":"service","serviceInvariantUUID":"3b4c3c95-ce2d-4f9d-952d-c18bd3f36056","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f7626cb3-45c1-4226-9eec-28e525f9d5e0","resourceInvariantUUID":"8039a5ea-031c-474b-aa3e-d2266be9eca9","resourceCustomizationUUID":"9e0dbcab-cb81-4fea-9645-c45f620fdf4e","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":"MjZhNmYwNTJmMzhmNjM0ZDI5MTY2Njk0M2U1OGNlYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4e4408e-5323-4abd-a55a-d2396b5e3572","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODM0NGJkNjAyOWEyZmZlZjRhMDFjNjZhZjU1NmQxMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e6615167-0348-476c-b28e-e33179bdd240","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-14T08:21:54.023Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:21:54.024Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:21:54.024Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:21:54.024Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362901331,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:21:54.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:21:54.042Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362905793,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:21:54.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:21:55.029Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:21:55.030Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:21:55.030Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:21:55.031Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362901331,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:21:56.034Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2ddd3b63-a2e2-481f-84d7-59ce6a1ce001",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3b4c3c95-ce2d-4f9d-952d-c18bd3f36056",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9e0dbcab-cb81-4fea-9645-c45f620fdf4e",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "f7626cb3-45c1-4226-9eec-28e525f9d5e0",
      "resourceInvariantUUID": "8039a5ea-031c-474b-aa3e-d2266be9eca9",
      "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": "ODM0NGJkNjAyOWEyZmZlZjRhMDFjNjZhZjU1NmQxMjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e6615167-0348-476c-b28e-e33179bdd240"
    }
  ],
  "workloadContext": "Production"
}
2023-02-14T08:21:56.035Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-14T08:21:56.035Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ddd3b63-a2e2-481f-84d7-59ce6a1ce001 ASDC
2023-02-14T08:21:56.037Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c9a8a26c-a9c0-44a0-a056-7066f0ba9163
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2ddd3b63-a2e2-481f-84d7-59ce6a1ce001
ServiceInvariantUUID:3b4c3c95-ce2d-4f9d-952d-c18bd3f36056
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:e6615167-0348-476c-b28e-e33179bdd240
ArtifactChecksum:ODM0NGJkNjAyOWEyZmZlZjRhMDFjNjZhZjU1NmQxMjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9e0dbcab-cb81-4fea-9645-c45f620fdf4e
ResourceInvariantUUID:8039a5ea-031c-474b-aa3e-d2266be9eca9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f7626cb3-45c1-4226-9eec-28e525f9d5e0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-02-14T08:21:56.037Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ddd3b63-a2e2-481f-84d7-59ce6a1ce001 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:21:56.109Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T08:21:56.113Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-14T08:21:56.114Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-14T08:21:56.114Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e6615167-0348-476c-b28e-e33179bdd240 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-14T08:21:56.114Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-14T08:21:56.115Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|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-02-14T08:21:56.507Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-14T08:21:56.511Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e6615167-0348-476c-b28e-e33179bdd240 57792
2023-02-14T08:21:56.512Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|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-02-14T08:21:56.512Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|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-02-14T08:21:56.513Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:21:56.513Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:21:56.514Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:21:56.514Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362916512,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:21:57.516Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T08:21:57.517Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-14T08:21:57.518Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e6615167-0348-476c-b28e-e33179bdd240, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-14T08:21:57.518Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-14T08:21:57.519Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-14T08:21:57.519Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-14T08:21:57.782Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14378658888795373782/Definitions/service-BasicNetwork-template.yml
2023-02-14T08:21:58.615Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-14T08:21:58.616Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-14T08:21:58.616Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-14T08:21:58.616Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-14T08:21:58.616Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|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-02-14T08:21:58.616Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|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-02-14T08:21:58.616Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|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-02-14T08:21:58.616Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|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-02-14T08:21:58.617Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|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-02-14T08:21:58.618Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|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-02-14T08:21:58.618Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|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-02-14T08:21:58.618Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|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-02-14T08:21:58.618Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-14T08:21:58.618Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:21:58.619Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|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-02-14T08:21:58.619Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-14T08:21:58.620Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-14T08:21:58.620Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T08:21:58.620Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:21:58.620Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:21:58.621Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-14T08:21:58.621Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-14T08:21:58.621Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T08:21:58.621Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:21:58.621Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:21:58.622Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:21:58.622Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:21:58.623Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:21:58.623Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:21:58.623Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:21:58.623Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:21:58.624Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:21:58.624Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:21:58.624Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2ddd3b63-a2e2-481f-84d7-59ce6a1ce001
Model Version:NULL
Model InvariantUuid:3b4c3c95-ce2d-4f9d-952d-c18bd3f36056
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8039a5ea-031c-474b-aa3e-d2266be9eca9
Model UUID:12915465-af7b-4609-ba94-9a20481d52c4
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:9e0dbcab-cb81-4fea-9645-c45f620fdf4e
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-14T08:21:58.638Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: f7626cb3-45c1-4226-9eec-28e525f9d5e0
2023-02-14T08:21:58.639Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||No resources found for Service: 2ddd3b63-a2e2-481f-84d7-59ce6a1ce001
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T08:21:58.657Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||
2023-02-14T08:21:58.658Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-02-14T08:21:58.660Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 2ddd3b63-a2e2-481f-84d7-59ce6a1ce001
2023-02-14T08:21:58.660Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2ddd3b63-a2e2-481f-84d7-59ce6a1ce001
2023-02-14T08:21:58.660Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-02-14T08:21:58.661Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|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-02-14T08:21:58.676Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26e87c2f, org.onap.sdc.toscaparser.api.parameters.Input@72ef093, org.onap.sdc.toscaparser.api.parameters.Input@5cacb968, org.onap.sdc.toscaparser.api.parameters.Input@28d9e5cf, org.onap.sdc.toscaparser.api.parameters.Input@4d35fdff]
2023-02-14T08:21:58.681Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:21:58.681Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:21:58.682Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:21:58.682Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:21:58.682Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2ddd3b63-a2e2-481f-84d7-59ce6a1ce001: Generic NeutronNet
2023-02-14T08:21:58.683Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:21:58.683Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:21:58.683Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:21:58.683Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|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-02-14T08:21:58.773Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:21:58.774Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:21:58.774Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:21:58.774Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|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-02-14T08:21:58.774Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:21:58.774Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:21:58.775Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|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-02-14T08:21:58.897Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-02-14T08:21:58.897Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|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-02-14T08:21:58.897Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|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-02-14T08:21:58.898Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T08:21:58.898Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:21:58.898Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:21:58.898Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362918897,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:21:59.899Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9a8a26c-a9c0-44a0-a056-7066f0ba9163
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:21:59.959Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9a8a26c-a9c0-44a0-a056-7066f0ba9163
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:21:59.969Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:21:59.970Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-14T08:21:59.970Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-14T08:22:29.970Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9a8a26c-a9c0-44a0-a056-7066f0ba9163
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:22:29.987Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9a8a26c-a9c0-44a0-a056-7066f0ba9163
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:22:29.991Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:22:29.991Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-14T08:22:29.991Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-14T08:22:49.209Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:22:49.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:22:49.211Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362901331,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:22:49.212Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:22:49.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:22:49.213Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362909151,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:22:49.213Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:22:59.992Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9a8a26c-a9c0-44a0-a056-7066f0ba9163
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:23:00.022Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9a8a26c-a9c0-44a0-a056-7066f0ba9163
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:23:00.049Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:23:00.049Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-14T08:23:00.049Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-14T08:23:30.049Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9a8a26c-a9c0-44a0-a056-7066f0ba9163
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:23:30.067Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9a8a26c-a9c0-44a0-a056-7066f0ba9163
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:23:30.073Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:23:30.079Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-14T08:23:30.080Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-14T08:23:49.209Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:23:49.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:23:49.214Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362913308,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:23:49.215Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:23:49.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:23:49.215Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362901331,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:23:49.215Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:23:49.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:23:49.215Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362905793,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:23:49.215Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:23:49.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:23:49.215Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362909151,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:23:49.215Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:23:49.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:23:49.216Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362913308,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:23:49.216Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:23:49.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:23:49.217Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362915683,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:23:49.217Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:23:49.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:23:49.217Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362916512,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:23:49.223Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:23:49.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:23:49.223Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362915426,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:23:49.223Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:23:49.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:23:49.224Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362916690,
  "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-02-14T08:23:49.243Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c9a8a26c-a9c0-44a0-a056-7066f0ba9163
2023-02-14T08:23:49.244Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9a8a26c-a9c0-44a0-a056-7066f0ba9163 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-02-14T08:23:49.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:23:49.272Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676362918897,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:23:49.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:23:49.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:23:49.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362921202,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:23:49.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:23:49.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:23:49.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "aai-model-loader",
  "timestamp": 1676362922205,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:23:49.294Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c9a8a26c-a9c0-44a0-a056-7066f0ba9163
2023-02-14T08:23:49.294Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9a8a26c-a9c0-44a0-a056-7066f0ba9163 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:23:49.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:23:49.336Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362931397,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:23:49.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:23:49.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:23:49.338Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362931397,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:23:49.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:23:49.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:23:49.340Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362934428,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:23:49.342Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:23:49.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:23:49.342Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362936135,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:23:49.342Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:23:49.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:23:49.343Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362937139,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:23:49.367Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c9a8a26c-a9c0-44a0-a056-7066f0ba9163
2023-02-14T08:23:49.368Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9a8a26c-a9c0-44a0-a056-7066f0ba9163 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:24:00.081Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9a8a26c-a9c0-44a0-a056-7066f0ba9163
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:24:00.103Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9a8a26c-a9c0-44a0-a056-7066f0ba9163
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:24:00.110Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:24:00.110Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-14T08:24:00.111Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-14T08:24:00.111Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-14T08:24:00.111Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:24:00.111Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:24:00.111Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:24:00.111Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:24:00.111Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|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-02-14T08:24:00.122Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-14T08:24:30.123Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c9a8a26c-a9c0-44a0-a056-7066f0ba9163 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-14T08:24:30.157Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c9a8a26c-a9c0-44a0-a056-7066f0ba9163 and serviceModelVersionId: 2ddd3b63-a2e2-481f-84d7-59ce6a1ce001
2023-02-14T08:24:30.158Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b4c3c95-ce2d-4f9d-952d-c18bd3f36056
2023-02-14T08:24:30.163Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b4c3c95-ce2d-4f9d-952d-c18bd3f36056/model-vers/model-ver/2ddd3b63-a2e2-481f-84d7-59ce6a1ce001?depth=0
2023-02-14T08:24:30.203Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-02-14T08:24:30.316Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3b4c3c95-ce2d-4f9d-952d-c18bd3f36056/model-vers/model-ver/2ddd3b63-a2e2-481f-84d7-59ce6a1ce001?depth=0|INFO|500||Invoke
2023-02-14T08:24:30.317Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3b4c3c95-ce2d-4f9d-952d-c18bd3f36056/model-vers/model-ver/2ddd3b63-a2e2-481f-84d7-59ce6a1ce001?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3b4c3c95-ce2d-4f9d-952d-c18bd3f36056/model-vers/model-ver/2ddd3b63-a2e2-481f-84d7-59ce6a1ce001?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c9a8a26c-a9c0-44a0-a056-7066f0ba9163], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3843cc6d-f393-4c5c-b0ae-370add7079a5], X-ECOMP-RequestID=[c9a8a26c-a9c0-44a0-a056-7066f0ba9163], X-TransactionId=[], X-ONAP-RequestID=[c9a8a26c-a9c0-44a0-a056-7066f0ba9163], Content-Type=[application/merge-patch+json]}
2023-02-14T08:24:30.348Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3b4c3c95-ce2d-4f9d-952d-c18bd3f36056/model-vers/model-ver/2ddd3b63-a2e2-481f-84d7-59ce6a1ce001?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-14T08:24:30.551Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3b4c3c95-ce2d-4f9d-952d-c18bd3f36056/model-vers/model-ver/2ddd3b63-a2e2-481f-84d7-59ce6a1ce001?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/3b4c3c95-ce2d-4f9d-952d-c18bd3f36056/model-vers/model-ver/2ddd3b63-a2e2-481f-84d7-59ce6a1ce001?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Feb 2023 08:24:29 GMT], content-length=[0], vertex-id=[217112], x-aai-txid=[0-aai-resources-230214-08:24:29:183-3355], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-14T08:24:30.553Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3b4c3c95-ce2d-4f9d-952d-c18bd3f36056/model-vers/model-ver/2ddd3b63-a2e2-481f-84d7-59ce6a1ce001?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-14T08:24:30.554Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3b4c3c95-ce2d-4f9d-952d-c18bd3f36056/model-vers/model-ver/2ddd3b63-a2e2-481f-84d7-59ce6a1ce001?depth=0|INFO|500||InvokeReturn
2023-02-14T08:24:30.555Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-14T08:24:30.556Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|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-02-14T08:24:30.605Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|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-02-14T08:24:30.606Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c9a8a26c-a9c0-44a0-a056-7066f0ba9163 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-14T08:24:30.616Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-14T08:24:30.624Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:24:30.625Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:24:30.625Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363070606,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-14T08:24:31.650Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:24:31.659Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-14T08:24:31.675Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"340a29db-4fe7-480d-8bbc-6737b882cc31","serviceName":"Demo_pNF_3ei4oNblmd4L3Xt5PNCK","serviceVersion":"1.0","serviceUUID":"88896b6e-8ef7-4054-8843-ca0685151b3e","serviceDescription":"catalog service description","serviceInvariantUUID":"cb4d146f-d5de-4e68-a961-4b9a32d4dd7e","resources":[{"resourceInstanceName":"pNF 99b97c12-b079 0","resourceName":"pNF 99b97c12-b079","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ff94e76c-11fc-4156-ada0-6253f5cc9d28","resourceInvariantUUID":"db7a9b2a-3a5b-42af-b120-4a6ff1c730b6","resourceCustomizationUUID":"9c4b3d83-20b3-440e-bad6-2ae49fd608fc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/vf-license-model.xml","artifactChecksum":"ZmViNGM5NjkzYWZlNGQwOGEyNmM1MjIxOWRjOTZmMDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7317736c-daf9-4c37-9dc9-30ea529da746","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/pNF.csar","artifactChecksum":"OTAxNTRjYTU5NzQ3ZWRlMWZhZmEwN2ZiZDQ3ZGUxYTU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e95d8f9-4d05-4719-810d-988351391837","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88fc3af0-ad31-4086-90e4-de2f224d5b4d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/vendor-license-model.xml","artifactChecksum":"OWI2ZWI3OTMwM2Q5MjkwNmQ3OGFlOGQ3ODNmYTAxZjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"22f5279d-3e18-4e64-82f2-0990f74a3ea7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8aec0562-ed7d-45b9-8b09-a678934c14dc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5bec95dc-43b3-4606-97d4-2cb2eedf4f2c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf3ei4onblmd4l3xt5pnck-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-template.yml","artifactChecksum":"MDdjMjg1YzdmZTM5MjQxYjNlNDgyMjk3NWE1OGEwNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d99f65f6-bd38-482f-b5d6-2bd1f2e6be4f","artifactVersion":"1"},{"artifactName":"service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar","artifactChecksum":"ZjRmY2VhYjZmYWI3YTBkMTE1ODY1ZWYwNzE5MGJlYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a43a5898-e5a5-4ee0-8592-7c411f267e18","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-14T08:24:31.686Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:24:31.696Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:24:31.697Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:24:31.697Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:24:32.700Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:24:32.701Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:24:32.701Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:24:32.702Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:24:33.703Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:24:33.705Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:24:33.713Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:24:33.714Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:24:34.718Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:24:34.719Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:24:34.720Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:24:34.720Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:24:35.723Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:24:35.724Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:24:35.724Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:24:35.725Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:24:36.728Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:24:36.729Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:24:36.729Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:24:36.730Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:24:37.735Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:24:37.736Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:24:37.736Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:24:37.746Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:24:38.751Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:24:38.753Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:24:38.753Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:24:38.753Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:24:39.758Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "serviceName": "Demo_pNF_3ei4oNblmd4L3Xt5PNCK",
  "serviceVersion": "1.0",
  "serviceUUID": "88896b6e-8ef7-4054-8843-ca0685151b3e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb4d146f-d5de-4e68-a961-4b9a32d4dd7e",
  "resources": [
    {
      "resourceInstanceName": "pNF 99b97c12-b079 0",
      "resourceCustomizationUUID": "9c4b3d83-20b3-440e-bad6-2ae49fd608fc",
      "resourceName": "pNF 99b97c12-b079",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ff94e76c-11fc-4156-ada0-6253f5cc9d28",
      "resourceInvariantUUID": "db7a9b2a-3a5b-42af-b120-4a6ff1c730b6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar",
      "artifactChecksum": "ZjRmY2VhYjZmYWI3YTBkMTE1ODY1ZWYwNzE5MGJlYzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a43a5898-e5a5-4ee0-8592-7c411f267e18"
    }
  ],
  "workloadContext": "Production"
}
2023-02-14T08:24:39.759Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-14T08:24:39.759Z|c9a8a26c-a9c0-44a0-a056-7066f0ba9163|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 88896b6e-8ef7-4054-8843-ca0685151b3e ASDC
2023-02-14T08:24:39.760Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:340a29db-4fe7-480d-8bbc-6737b882cc31
ServiceName:Demo_pNF_3ei4oNblmd4L3Xt5PNCK
ServiceVersion:1.0
ServiceUUID:88896b6e-8ef7-4054-8843-ca0685151b3e
ServiceInvariantUUID:cb4d146f-d5de-4e68-a961-4b9a32d4dd7e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar
ArtifactUUID:a43a5898-e5a5-4ee0-8592-7c411f267e18
ArtifactChecksum:ZjRmY2VhYjZmYWI3YTBkMTE1ODY1ZWYwNzE5MGJlYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 99b97c12-b079 0
ResourceCustomizationUUID:9c4b3d83-20b3-440e-bad6-2ae49fd608fc
ResourceInvariantUUID:db7a9b2a-3a5b-42af-b120-4a6ff1c730b6
ResourceName:pNF 99b97c12-b079
ResourceType:PNF
ResourceUUID:ff94e76c-11fc-4156-ada0-6253f5cc9d28
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-14T08:24:39.760Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 88896b6e-8ef7-4054-8843-ca0685151b3e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:24:39.831Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T08:24:39.832Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-14T08:24:39.833Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-14T08:24:39.833Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a43a5898-e5a5-4ee0-8592-7c411f267e18 from URL: /sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar
2023-02-14T08:24:39.834Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-14T08:24:39.834Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar
2023-02-14T08:24:39.915Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-14T08:24:39.923Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar a43a5898-e5a5-4ee0-8592-7c411f267e18 88013
2023-02-14T08:24:39.924Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar ASDC sendASDCNotification
2023-02-14T08:24:39.924Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar
2023-02-14T08:24:39.924Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:24:39.925Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:24:39.925Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:24:39.925Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363079924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:24:40.926Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T08:24:40.928Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-14T08:24:40.928Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a43a5898-e5a5-4ee0-8592-7c411f267e18, URL: /sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar to file: /app/ASDC/1/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar
2023-02-14T08:24:40.929Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar
2023-02-14T08:24:40.930Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar
2023-02-14T08:24:40.931Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar
2023-02-14T08:24:41.170Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14851341271588779686/Definitions/service-DemoPnf3ei4onblmd4l3xt5pnck-template.yml
2023-02-14T08:24:42.848Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-14T08:24:42.849Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-14T08:24:42.849Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar
2023-02-14T08:24:42.849Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-14T08:24:42.849Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 99b97c12-b079 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-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar
2023-02-14T08:24:42.849Z|340a29db-4fe7-480d-8bbc-6737b882cc31|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-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar
2023-02-14T08:24:42.849Z|340a29db-4fe7-480d-8bbc-6737b882cc31|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-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar
2023-02-14T08:24:42.850Z|340a29db-4fe7-480d-8bbc-6737b882cc31|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-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar
2023-02-14T08:24:42.850Z|340a29db-4fe7-480d-8bbc-6737b882cc31|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-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar
2023-02-14T08:24:42.850Z|340a29db-4fe7-480d-8bbc-6737b882cc31|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-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar
2023-02-14T08:24:42.850Z|340a29db-4fe7-480d-8bbc-6737b882cc31|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-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar
2023-02-14T08:24:42.850Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-14T08:24:42.850Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:24:42.851Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_3ei4oNblmd4L3Xt5PNCK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:24:42.851Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Node template pNF 99b97c12-b079 0 is matching search criteria
2023-02-14T08:24:42.851Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-14T08:24:42.852Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 99b97c12-b079 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T08:24:42.852Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:24:42.852Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_3ei4oNblmd4L3Xt5PNCK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:24:42.852Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Node template pNF 99b97c12-b079 0 is matching search criteria
2023-02-14T08:24:42.853Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-14T08:24:42.853Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 99b97c12-b079 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T08:24:42.853Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:24:42.853Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_3ei4oNblmd4L3Xt5PNCK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:24:42.853Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:24:42.854Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_3ei4oNblmd4L3Xt5PNCK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:24:42.854Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:24:42.854Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_3ei4oNblmd4L3Xt5PNCK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:24:42.854Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:24:42.854Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_3ei4oNblmd4L3Xt5PNCK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:24:42.855Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:24:42.855Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_3ei4oNblmd4L3Xt5PNCK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:24:42.855Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_3ei4oNblmd4L3Xt5PNCK
Description:catalog service description
Model UUID:88896b6e-8ef7-4054-8843-ca0685151b3e
Model Version:NULL
Model InvariantUuid:cb4d146f-d5de-4e68-a961-4b9a32d4dd7e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-14T08:24:42.886Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: ff94e76c-11fc-4156-ada0-6253f5cc9d28
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T08:24:42.892Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||pNF 99b97c12-b079 0
2023-02-14T08:24:42.892Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ff94e76c-11fc-4156-ada0-6253f5cc9d28
2023-02-14T08:24:42.892Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 88896b6e-8ef7-4054-8843-ca0685151b3e
2023-02-14T08:24:42.893Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 88896b6e-8ef7-4054-8843-ca0685151b3e
2023-02-14T08:24:42.893Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 99b97c12-b079 0 ff94e76c-11fc-4156-ada0-6253f5cc9d28 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T08:24:42.907Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4493a937, org.onap.sdc.toscaparser.api.parameters.Input@990777e, org.onap.sdc.toscaparser.api.parameters.Input@6db69f3e, org.onap.sdc.toscaparser.api.parameters.Input@727d226e, org.onap.sdc.toscaparser.api.parameters.Input@2b7ee707]
2023-02-14T08:24:42.907Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:24:42.907Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_3ei4oNblmd4L3Xt5PNCK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:24:42.908Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 88896b6e-8ef7-4054-8843-ca0685151b3e: pNF 99b97c12-b079
2023-02-14T08:24:42.908Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||Processing PNF resource: ff94e76c-11fc-4156-ada0-6253f5cc9d28
2023-02-14T08:24:42.908Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:24:42.909Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_3ei4oNblmd4L3Xt5PNCK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:24:42.909Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||Resource customization UUID: 9c4b3d83-20b3-440e-bad6-2ae49fd608fc is the same as notified resource customizationUUID: 9c4b3d83-20b3-440e-bad6-2ae49fd608fc
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-14T08:24:43.076Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 99b97c12-b079 ff94e76c-11fc-4156-ada0-6253f5cc9d28 0 ASDC deployResourceStructure
2023-02-14T08:24:43.077Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar ASDC sendASDCNotification
2023-02-14T08:24:43.077Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar
2023-02-14T08:24:43.078Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T08:24:43.078Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:24:43.079Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:24:43.079Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363083077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:24:44.080Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 340a29db-4fe7-480d-8bbc-6737b882cc31
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:24:44.142Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 340a29db-4fe7-480d-8bbc-6737b882cc31
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:24:44.159Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:24:44.159Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-14T08:24:44.159Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-14T08:24:49.210Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:24:49.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.218Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362977693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.221Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.222Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362975214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.222Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.222Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362991396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.222Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362977693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362975214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362991396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362977693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362975214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362991396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362977693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.235Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362975214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.235Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362991396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362977693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362975214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363003308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.237Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362991396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.237Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362977693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.238Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362975214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.238Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363003308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.239Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362991396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.239Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.239Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362977693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.239Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.240Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362975214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.240Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.240Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363003308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.240Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.241Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362991396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.241Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676362977693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:24:49.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.242Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676362975214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:24:49.242Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.242Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363003308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.242Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.242Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676362991396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:24:49.243Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.243Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363007037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:24:49.243Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.243Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363003308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.244Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.244Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363007267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:24:49.244Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.245Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363008040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-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-02-14T08:24:49.254Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 340a29db-4fe7-480d-8bbc-6737b882cc31
2023-02-14T08:24:49.255Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 340a29db-4fe7-480d-8bbc-6737b882cc31 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-02-14T08:24:49.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.272Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363003308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.272Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363003308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363009166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:24:49.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363003308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:24:49.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363010173,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:24:49.280Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 340a29db-4fe7-480d-8bbc-6737b882cc31
2023-02-14T08:24:49.281Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 340a29db-4fe7-480d-8bbc-6737b882cc31 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:24:49.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.291Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363011407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:24:49.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.292Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363009042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.293Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363006884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.294Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363009042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.294Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363006884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-14T08:24:49.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.295Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363009042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.295Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363006884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-14T08:24:49.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.296Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363009042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.296Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363006884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-14T08:24:49.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.297Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363009042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.297Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.298Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363006884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-14T08:24:49.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.298Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363009042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.299Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363006884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.300Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363006884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-14T08:24:49.300Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.300Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363009042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.301Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363009042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.301Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363006884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.302Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363019298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:24:49.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.302Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363009042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:24:49.303Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.303Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363006884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:24:49.303Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.304Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363020301,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:24:49.311Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 340a29db-4fe7-480d-8bbc-6737b882cc31
2023-02-14T08:24:49.311Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 340a29db-4fe7-480d-8bbc-6737b882cc31 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:24:49.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.322Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363021000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:24:49.323Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.323Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363021013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:24:49.323Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.324Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363022005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-02-14T08:24:49.351Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 24f23d9d-4bae-4482-8a12-9efc84a98bb4
2023-02-14T08:24:49.351Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24f23d9d-4bae-4482-8a12-9efc84a98bb4 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-02-14T08:24:49.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.362Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363022087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:24:49.362Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.362Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363021396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.363Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.363Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363023177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:24:49.363Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.363Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363021396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.363Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.364Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363024242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:24:49.364Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.364Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363021396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.364Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.364Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363025283,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:24:49.372Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24f23d9d-4bae-4482-8a12-9efc84a98bb4
2023-02-14T08:24:49.372Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24f23d9d-4bae-4482-8a12-9efc84a98bb4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:24:49.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.384Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363021396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.385Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.385Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363026284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-14T08:24:49.386Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.386Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363021396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.386Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:24:49.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:24:49.386Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363021396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:24:49.387Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:14.159Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 340a29db-4fe7-480d-8bbc-6737b882cc31
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:25:14.195Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 340a29db-4fe7-480d-8bbc-6737b882cc31
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:25:14.205Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:25:14.205Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-14T08:25:14.206Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-14T08:25:14.206Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-14T08:25:14.206Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:25:14.206Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:25:14.206Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:25:14.206Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:25:14.206Z|340a29db-4fe7-480d-8bbc-6737b882cc31|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-02-14T08:25:14.227Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-14T08:25:44.228Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 340a29db-4fe7-480d-8bbc-6737b882cc31 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-14T08:25:44.236Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 340a29db-4fe7-480d-8bbc-6737b882cc31 and serviceModelVersionId: 88896b6e-8ef7-4054-8843-ca0685151b3e
2023-02-14T08:25:44.236Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb4d146f-d5de-4e68-a961-4b9a32d4dd7e
2023-02-14T08:25:44.237Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb4d146f-d5de-4e68-a961-4b9a32d4dd7e/model-vers/model-ver/88896b6e-8ef7-4054-8843-ca0685151b3e?depth=0
2023-02-14T08:25:44.245Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-02-14T08:25:44.327Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb4d146f-d5de-4e68-a961-4b9a32d4dd7e/model-vers/model-ver/88896b6e-8ef7-4054-8843-ca0685151b3e?depth=0|INFO|500||Invoke
2023-02-14T08:25:44.327Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb4d146f-d5de-4e68-a961-4b9a32d4dd7e/model-vers/model-ver/88896b6e-8ef7-4054-8843-ca0685151b3e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb4d146f-d5de-4e68-a961-4b9a32d4dd7e/model-vers/model-ver/88896b6e-8ef7-4054-8843-ca0685151b3e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[340a29db-4fe7-480d-8bbc-6737b882cc31], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1ce05aec-765f-49f7-bd59-876316a65417], X-ECOMP-RequestID=[340a29db-4fe7-480d-8bbc-6737b882cc31], X-TransactionId=[], X-ONAP-RequestID=[340a29db-4fe7-480d-8bbc-6737b882cc31], Content-Type=[application/merge-patch+json]}
2023-02-14T08:25:44.350Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb4d146f-d5de-4e68-a961-4b9a32d4dd7e/model-vers/model-ver/88896b6e-8ef7-4054-8843-ca0685151b3e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-14T08:25:44.603Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb4d146f-d5de-4e68-a961-4b9a32d4dd7e/model-vers/model-ver/88896b6e-8ef7-4054-8843-ca0685151b3e?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/cb4d146f-d5de-4e68-a961-4b9a32d4dd7e/model-vers/model-ver/88896b6e-8ef7-4054-8843-ca0685151b3e?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Feb 2023 08:25:43 GMT], content-length=[0], vertex-id=[168024], x-aai-txid=[1-aai-resources-230214-08:25:43:184-69091], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-14T08:25:44.604Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb4d146f-d5de-4e68-a961-4b9a32d4dd7e/model-vers/model-ver/88896b6e-8ef7-4054-8843-ca0685151b3e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-14T08:25:44.605Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb4d146f-d5de-4e68-a961-4b9a32d4dd7e/model-vers/model-ver/88896b6e-8ef7-4054-8843-ca0685151b3e?depth=0|INFO|500||InvokeReturn
2023-02-14T08:25:44.605Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-14T08:25:44.605Z|340a29db-4fe7-480d-8bbc-6737b882cc31|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-02-14T08:25:44.625Z|340a29db-4fe7-480d-8bbc-6737b882cc31|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-02-14T08:25:44.626Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 340a29db-4fe7-480d-8bbc-6737b882cc31 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-14T08:25:44.627Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-14T08:25:44.628Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:25:44.628Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:25:44.628Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363144627,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-14T08:25:45.654Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-14T08:25:45.654Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"24f23d9d-4bae-4482-8a12-9efc84a98bb4","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"6d04a29a-1213-4cec-aa78-6593d001f894","serviceDescription":"service","serviceInvariantUUID":"d188a9d2-ef87-4ab8-b772-b2cea6f7ca30","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"63df9828-601a-4ea0-8f2c-5c11292913d0","resourceInvariantUUID":"83eea2da-76d7-42ff-acf2-be77d4571cdc","resourceCustomizationUUID":"f730560a-7c89-4822-b9ef-d5c645e74a95","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NGFlNDhlMjQxYWM4ZTQwN2M1M2M0OTYzNTBlZjAyYmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7e41bc5a-fc81-4658-bf0f-61b6afa786cd","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"60b06c31-1470-46c6-8ebf-a8ca08f34703","artifactVersion":"2","generatedFromUUID":"830ff87a-830b-4b53-8ac9-4c8baaba06d7"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"830ff87a-830b-4b53-8ac9-4c8baaba06d7","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"NzU3MGVlMzg1NjUwODQwMWNkY2I5Yjk0NDI2MzA5NDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4582b591-af2d-42f7-9ea0-f257330e5a4b","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a77897ab-7d92-4120-9e8b-a60f837b5107","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"78d5ee5e-a191-406f-afea-8298a8c91fa7","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"83b593cf-227f-48c0-b867-a72cbbb9fc45","artifactVersion":"2","generatedFromUUID":"a77897ab-7d92-4120-9e8b-a60f837b5107"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzhlN2MzMzkzMWNiOGUyNWI0YTk1ZTFhZjQ3ZjQzMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7452d61e-d7ae-43eb-a737-98a733a7f428","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTgxMWRmYzg0MTU1NTdlYmUwYjEzNGY2MzU0ZmU0YzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3636d42d-6393-46b4-a70c-fffdc8d31576","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-14T08:25:45.655Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:25:45.655Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:25:45.655Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:25:45.655Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:25:46.656Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:25:46.657Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:25:46.657Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:25:46.658Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:25:47.659Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:25:47.660Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:25:47.660Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:25:47.660Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:25:48.664Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:25:48.664Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:25:48.664Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:25:48.665Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:25:49.209Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:25:49.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.218Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363021396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.224Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.226Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363027288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.226Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363023006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.227Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363021396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.227Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363023006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363027288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-14T08:25:49.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363021396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:25:49.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363027288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-14T08:25:49.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363023006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363031211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:25:49.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363023006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363027288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363027288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-14T08:25:49.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.235Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363023006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363033308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363033483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:25:49.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.237Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363027288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.238Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363023006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.239Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363033308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.239Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.239Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363034495,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:25:49.280Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 24f23d9d-4bae-4482-8a12-9efc84a98bb4
2023-02-14T08:25:49.280Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24f23d9d-4bae-4482-8a12-9efc84a98bb4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:25:49.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.306Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363027288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:25:49.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.307Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363023006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:25:49.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.308Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363033308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.308Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363036409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:25:49.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.309Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363036469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:25:49.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.309Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363033308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.309Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363037413,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:25:49.361Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f
2023-02-14T08:25:49.362Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f 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-02-14T08:25:49.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.385Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363037584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:25:49.385Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.386Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363033308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.386Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.386Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363033308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.386Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.387Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363038782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:25:49.387Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.387Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363033308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.395Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363039795,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:25:49.412Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f
2023-02-14T08:25:49.413Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:25:49.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.438Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363033308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.439Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.439Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363040798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-14T08:25:49.439Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.439Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363033308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:25:49.455Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.456Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363042415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:25:49.457Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.457Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363051396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.463Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.464Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363053089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:25:49.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.464Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363051396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.465Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363054091,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:25:49.483Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 24f23d9d-4bae-4482-8a12-9efc84a98bb4
2023-02-14T08:25:49.483Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24f23d9d-4bae-4482-8a12-9efc84a98bb4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:25:49.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.502Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363051396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.502Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363033308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.503Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363051396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.503Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363033308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.504Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363051396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.504Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363033308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.505Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363051396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.505Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363033308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.506Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.506Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363051396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:25:49.507Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.507Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363033308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.508Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.509Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363059221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:25:49.511Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.511Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363033308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.511Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.512Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363033308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:25:49.512Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.512Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363061488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:25:49.513Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.513Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363062185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:25:49.513Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.513Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363062492,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:25:49.532Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f
2023-02-14T08:25:49.532Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:25:49.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.587Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c9a8a26c-a9c0-44a0-a056-7066f0ba9163",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363070606,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-14T08:25:49.588Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.588Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.588Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.588Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.589Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.589Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363072181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:25:49.590Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.590Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.590Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.590Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363073183,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:25:49.617Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f
2023-02-14T08:25:49.617Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:25:49.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.648Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.651Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.651Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.651Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/resourceInstances/pnf99b97c12b0790/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.652Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.652Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:25:49.652Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.652Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:25:49.653Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.653Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363079924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:25:49.654Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:25:49.654Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363083077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ei4onblmd4l3xt5pnck/1.0/artifacts/service-DemoPnf3ei4onblmd4l3xt5pnck-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:25:49.654Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:25:49.667Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:25:49.667Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:25:49.667Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:25:49.667Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:25:50.670Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:25:50.671Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:25:50.671Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:25:50.671Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:25:51.672Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:25:51.673Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:25:51.673Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:25:51.673Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:25:52.678Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:25:52.678Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:25:52.679Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:25:52.679Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:25:53.680Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:25:53.681Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:25:53.682Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:25:53.683Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:25:54.689Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "6d04a29a-1213-4cec-aa78-6593d001f894",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d188a9d2-ef87-4ab8-b772-b2cea6f7ca30",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "f730560a-7c89-4822-b9ef-d5c645e74a95",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "63df9828-601a-4ea0-8f2c-5c11292913d0",
      "resourceInvariantUUID": "83eea2da-76d7-42ff-acf2-be77d4571cdc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "60b06c31-1470-46c6-8ebf-a8ca08f34703",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "830ff87a-830b-4b53-8ac9-4c8baaba06d7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "NzU3MGVlMzg1NjUwODQwMWNkY2I5Yjk0NDI2MzA5NDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4582b591-af2d-42f7-9ea0-f257330e5a4b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a77897ab-7d92-4120-9e8b-a60f837b5107",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "83b593cf-227f-48c0-b867-a72cbbb9fc45",
            "generatedFromUUID": "a77897ab-7d92-4120-9e8b-a60f837b5107"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "83b593cf-227f-48c0-b867-a72cbbb9fc45",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MTgxMWRmYzg0MTU1NTdlYmUwYjEzNGY2MzU0ZmU0YzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3636d42d-6393-46b4-a70c-fffdc8d31576"
    }
  ],
  "workloadContext": "Production"
}
2023-02-14T08:25:54.690Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-14T08:25:54.690Z|340a29db-4fe7-480d-8bbc-6737b882cc31|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6d04a29a-1213-4cec-aa78-6593d001f894 ASDC
2023-02-14T08:25:54.691Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:24f23d9d-4bae-4482-8a12-9efc84a98bb4
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:6d04a29a-1213-4cec-aa78-6593d001f894
ServiceInvariantUUID:d188a9d2-ef87-4ab8-b772-b2cea6f7ca30
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:3636d42d-6393-46b4-a70c-fffdc8d31576
ArtifactChecksum:MTgxMWRmYzg0MTU1NTdlYmUwYjEzNGY2MzU0ZmU0YzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:f730560a-7c89-4822-b9ef-d5c645e74a95
ResourceInvariantUUID:83eea2da-76d7-42ff-acf2-be77d4571cdc
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:63df9828-601a-4ea0-8f2c-5c11292913d0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:60b06c31-1470-46c6-8ebf-a8ca08f34703
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:830ff87a-830b-4b53-8ac9-4c8baaba06d7
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:4582b591-af2d-42f7-9ea0-f257330e5a4b
ArtifactChecksum:NzU3MGVlMzg1NjUwODQwMWNkY2I5Yjk0NDI2MzA5NDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:a77897ab-7d92-4120-9e8b-a60f837b5107
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:83b593cf-227f-48c0-b867-a72cbbb9fc45
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:83b593cf-227f-48c0-b867-a72cbbb9fc45
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-14T08:25:54.691Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d04a29a-1213-4cec-aa78-6593d001f894 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-14T08:25:54.758Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T08:25:54.759Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-14T08:25:54.759Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-14T08:25:54.759Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3636d42d-6393-46b4-a70c-fffdc8d31576 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-14T08:25:54.759Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-14T08:25:54.761Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-14T08:25:54.941Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-14T08:25:54.948Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3636d42d-6393-46b4-a70c-fffdc8d31576 73996
2023-02-14T08:25:54.948Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-14T08:25:54.949Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-14T08:25:54.949Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:25:54.949Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:25:54.949Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:25:54.949Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363154948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:25:55.952Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T08:25:55.953Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-14T08:25:55.954Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3636d42d-6393-46b4-a70c-fffdc8d31576, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-14T08:25:55.954Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-02-14T08:25:55.955Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-14T08:25:55.956Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-14T08:25:56.238Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13201389423686893946/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2023-02-14T08:25:58.313Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-14T08:25:58.314Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-14T08:25:58.314Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-14T08:25:58.314Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-14T08:25:58.314Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-14T08:25:58.315Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-14T08:25:58.315Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-14T08:25:58.315Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|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-BasicCnf-csar.csar
2023-02-14T08:25:58.315Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-14T08:25:58.315Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:25:58.315Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:25:58.315Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-14T08:25:58.316Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-14T08:25:58.316Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T08:25:58.316Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:25:58.316Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:25:58.317Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-14T08:25:58.317Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-14T08:25:58.317Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T08:25:58.317Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:25:58.317Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:25:58.319Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:25:58.319Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-14T08:25:58.319Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-02-14T08:25:58.319Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2023-02-14T08:25:58.320Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-14T08:25:58.320Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:25:58.320Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-14T08:25:58.320Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:25:58.321Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-14T08:25:58.321Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:25:58.321Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:25:58.322Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-14T08:25:58.322Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:25:58.322Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:25:58.322Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-14T08:25:58.322Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:25:58.323Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:25:58.323Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-14T08:25:58.323Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-14T08:25:58.323Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cb45474a-1d36-4f52-8171-e8db46d5c240
2023-02-14T08:25:58.324Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:25:58.324Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:25:58.324Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:25:58.324Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:25:58.325Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:25:58.325Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:25:58.325Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:25:58.325Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:25:58.325Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:6d04a29a-1213-4cec-aa78-6593d001f894
Model Version:NULL
Model InvariantUuid:d188a9d2-ef87-4ab8-b772-b2cea6f7ca30
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:17763e08-4b23-4db4-a6e5-c947ece4a7af
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:83eea2da-76d7-42ff-acf2-be77d4571cdc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f730560a-7c89-4822-b9ef-d5c645e74a95
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:59824f66-ab41-4840-a38f-568f936bfe08
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:5c90a238-97ee-490e-9fe0-b557ef570628
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cb45474a-1d36-4f52-8171-e8db46d5c240
ModelInvariantUuid:bef0391e-7e02-4a02-9acb-b2b580a7f988
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:87bb3300-8933-4a45-a28e-f42db9773296
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:be710c2f-9ed5-49a9-b38a-a7fc3472b5ce
ModelInvariantUuid:51a90694-947c-469c-8baf-a73164553c36
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:f64816be-ab59-4355-9fa3-f70051e81b74
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-14T08:25:58.337Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 63df9828-601a-4ea0-8f2c-5c11292913d0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T08:25:58.342Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||basic_cnf 0
2023-02-14T08:25:58.343Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 63df9828-601a-4ea0-8f2c-5c11292913d0
2023-02-14T08:25:58.343Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 60b06c31-1470-46c6-8ebf-a8ca08f34703 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-14T08:25:58.343Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-14T08:25:58.343Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-14T08:25:58.444Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-14T08:25:58.445Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 60b06c31-1470-46c6-8ebf-a8ca08f34703 12
2023-02-14T08:25:58.446Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-14T08:25:58.454Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-14T08:25:58.455Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:25:58.455Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:25:58.455Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:25:58.455Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363158446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:25:59.459Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 830ff87a-830b-4b53-8ac9-4c8baaba06d7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-14T08:25:59.460Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-14T08:25:59.460Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-14T08:25:59.836Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-14T08:25:59.836Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 830ff87a-830b-4b53-8ac9-4c8baaba06d7 2688
2023-02-14T08:25:59.837Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-14T08:25:59.837Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-14T08:25:59.837Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:25:59.838Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:25:59.838Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:25:59.838Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363159837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:00.841Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4582b591-af2d-42f7-9ea0-f257330e5a4b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-14T08:26:00.842Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-14T08:26:00.842Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-14T08:26:01.002Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-14T08:26:01.003Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 4582b591-af2d-42f7-9ea0-f257330e5a4b 828
2023-02-14T08:26:01.003Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-14T08:26:01.004Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-14T08:26:01.005Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:26:01.005Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:01.005Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:01.006Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363161003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:02.010Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "59824f66-ab41-4840-a38f-568f936bfe08",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5c90a238-97ee-490e-9fe0-b557ef570628",
    "vfModuleModelCustomizationUUID": "149ea731-a304-4386-96d4-21d1c1bdd94e",
    "isBase": true,
    "artifacts": [
      "a77897ab-7d92-4120-9e8b-a60f837b5107",
      "830ff87a-830b-4b53-8ac9-4c8baaba06d7",
      "83b593cf-227f-48c0-b867-a72cbbb9fc45"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-14T08:26:02.019Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5c90a238-97ee-490e-9fe0-b557ef570628
VfModuleModelInvariantUUID:59824f66-ab41-4840-a38f-568f936bfe08
VfModuleModelDescription:NULL
Artifacts UUID List:{
a77897ab-7d92-4120-9e8b-a60f837b5107
,
830ff87a-830b-4b53-8ac9-4c8baaba06d7
,
83b593cf-227f-48c0-b867-a72cbbb9fc45

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

isBase:true


}

2023-02-14T08:26:02.023Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "59824f66-ab41-4840-a38f-568f936bfe08",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5c90a238-97ee-490e-9fe0-b557ef570628",
    "vfModuleModelCustomizationUUID": "149ea731-a304-4386-96d4-21d1c1bdd94e",
    "isBase": true,
    "artifacts": [
      "a77897ab-7d92-4120-9e8b-a60f837b5107",
      "830ff87a-830b-4b53-8ac9-4c8baaba06d7",
      "83b593cf-227f-48c0-b867-a72cbbb9fc45"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-14T08:26:02.024Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5c90a238-97ee-490e-9fe0-b557ef570628
VfModuleModelInvariantUUID:59824f66-ab41-4840-a38f-568f936bfe08
VfModuleModelDescription:NULL
Artifacts UUID List:{
a77897ab-7d92-4120-9e8b-a60f837b5107
,
830ff87a-830b-4b53-8ac9-4c8baaba06d7
,
83b593cf-227f-48c0-b867-a72cbbb9fc45

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

isBase:true


}

2023-02-14T08:26:02.024Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a77897ab-7d92-4120-9e8b-a60f837b5107 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-14T08:26:02.024Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-14T08:26:02.025Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-14T08:26:02.407Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-14T08:26:02.408Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a77897ab-7d92-4120-9e8b-a60f837b5107 1164
2023-02-14T08:26:02.408Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-14T08:26:02.408Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-14T08:26:02.408Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:26:02.409Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:02.409Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:02.409Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363162408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:03.412Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 83b593cf-227f-48c0-b867-a72cbbb9fc45 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-14T08:26:03.413Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-14T08:26:03.413Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-14T08:26:03.495Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-14T08:26:03.496Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 83b593cf-227f-48c0-b867-a72cbbb9fc45 200
2023-02-14T08:26:03.497Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-14T08:26:03.497Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-14T08:26:03.497Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:26:03.497Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:03.497Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:03.498Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363163496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:04.501Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6d04a29a-1213-4cec-aa78-6593d001f894
2023-02-14T08:26:04.501Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 63df9828-601a-4ea0-8f2c-5c11292913d0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2023-02-14T08:26:04.526Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T08:26:04.539Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a863ca9, org.onap.sdc.toscaparser.api.parameters.Input@10f5db9e, org.onap.sdc.toscaparser.api.parameters.Input@184c2f1e, org.onap.sdc.toscaparser.api.parameters.Input@c0f9f1, org.onap.sdc.toscaparser.api.parameters.Input@5bf8fe34]
2023-02-14T08:26:04.541Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:04.541Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:26:04.541Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-02-14T08:26:04.542Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= f730560a-7c89-4822-b9ef-d5c645e74a95
2023-02-14T08:26:04.542Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f730560a-7c89-4822-b9ef-d5c645e74a95 matches Tosca VF Customization UUID: f730560a-7c89-4822-b9ef-d5c645e74a95
2023-02-14T08:26:04.542Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: f730560a-7c89-4822-b9ef-d5c645e74a95  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-14T08:26:04.547Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:04.547Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:26:04.548Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id f730560a-7c89-4822-b9ef-d5c645e74a95: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-14T08:26:04.549Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1baa7d96
2023-02-14T08:26:04.549Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:04.549Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-14T08:26:04.549Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 149ea731-a304-4386-96d4-21d1c1bdd94e
2023-02-14T08:26:04.550Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 149ea731-a304-4386-96d4-21d1c1bdd94e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-14T08:26:04.553Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:04.554Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-14T08:26:04.554Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:26:04.554Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:04.555Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-14T08:26:04.555Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:26:04.556Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:04.556Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-14T08:26:04.556Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-14T08:26:04.556Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cb45474a-1d36-4f52-8171-e8db46d5c240
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-14T08:26:04.562Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:04.565Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-14T08:26:04.565Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:26:04.566Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:04.566Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-14T08:26:04.566Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=f730560a-7c89-4822-b9ef-d5c645e74a95
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T08:26:04.569Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:04.569Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:26:04.569Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6d04a29a-1213-4cec-aa78-6593d001f894: basic_cnf
2023-02-14T08:26:04.569Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:04.570Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:26:04.570Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:04.570Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:26:04.570Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:04.571Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:26:04.571Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:04.571Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:26:04.571Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:04.573Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:26:04.573Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:26:04.803Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 63df9828-601a-4ea0-8f2c-5c11292913d0 1 ASDC deployResourceStructure
2023-02-14T08:26:04.808Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-14T08:26:04.809Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2023-02-14T08:26:04.809Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-14T08:26:04.810Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:04.810Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:04.810Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363164804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:05.814Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-14T08:26:05.815Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-14T08:26:05.815Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-14T08:26:05.816Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:05.816Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:05.816Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363165814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:06.819Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-14T08:26:06.819Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-14T08:26:06.819Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T08:26:06.820Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:06.820Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:06.820Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363166819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:07.824Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-14T08:26:07.824Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-14T08:26:07.824Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T08:26:07.824Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:07.824Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:07.825Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363167823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:08.827Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-14T08:26:08.828Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-14T08:26:08.828Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T08:26:08.828Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:08.828Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:08.828Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363168827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:09.830Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-14T08:26:09.830Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-14T08:26:09.831Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T08:26:09.831Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:09.831Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:09.831Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363169830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:10.837Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24f23d9d-4bae-4482-8a12-9efc84a98bb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:26:10.857Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24f23d9d-4bae-4482-8a12-9efc84a98bb4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:26:10.863Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:26:10.863Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-14T08:26:10.864Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-14T08:26:10.865Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-14T08:26:10.865Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:26:10.866Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:26:10.867Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:26:10.867Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:26:10.868Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:26:10.868Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|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-02-14T08:26:10.876Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-14T08:26:40.876Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 24f23d9d-4bae-4482-8a12-9efc84a98bb4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-14T08:26:40.885Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 24f23d9d-4bae-4482-8a12-9efc84a98bb4 and serviceModelVersionId: 6d04a29a-1213-4cec-aa78-6593d001f894
2023-02-14T08:26:40.885Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d188a9d2-ef87-4ab8-b772-b2cea6f7ca30
2023-02-14T08:26:40.886Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d188a9d2-ef87-4ab8-b772-b2cea6f7ca30/model-vers/model-ver/6d04a29a-1213-4cec-aa78-6593d001f894?depth=0
2023-02-14T08:26:40.892Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-02-14T08:26:40.963Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|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/d188a9d2-ef87-4ab8-b772-b2cea6f7ca30/model-vers/model-ver/6d04a29a-1213-4cec-aa78-6593d001f894?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-14T08:26:40.965Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d188a9d2-ef87-4ab8-b772-b2cea6f7ca30/model-vers/model-ver/6d04a29a-1213-4cec-aa78-6593d001f894?depth=0|INFO|500||Invoke
2023-02-14T08:26:40.977Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d188a9d2-ef87-4ab8-b772-b2cea6f7ca30/model-vers/model-ver/6d04a29a-1213-4cec-aa78-6593d001f894?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-14T08:26:41.161Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d188a9d2-ef87-4ab8-b772-b2cea6f7ca30/model-vers/model-ver/6d04a29a-1213-4cec-aa78-6593d001f894?depth=0|INFO|500||InvokeReturn
2023-02-14T08:26:41.162Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|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/d188a9d2-ef87-4ab8-b772-b2cea6f7ca30/model-vers/model-ver/6d04a29a-1213-4cec-aa78-6593d001f894?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Feb 2023 08:26:39 GMT], content-length=[0], vertex-id=[192560], x-aai-txid=[1-aai-resources-230214-08:26:39:812-62213], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-14T08:26:41.167Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-02-14T08:26:41.168Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-14T08:26:41.168Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|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-02-14T08:26:41.177Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|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-02-14T08:26:41.178Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 24f23d9d-4bae-4482-8a12-9efc84a98bb4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-14T08:26:41.179Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-14T08:26:41.180Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:41.181Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:41.181Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363201178,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-14T08:26:42.203Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-14T08:26:42.203Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"bf1c1005-0884-44a5-94c9-c5c10c218c92","serviceDescription":"service","serviceInvariantUUID":"3b1e1eb2-7ff7-4d85-8bc3-ee6ce016b542","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5502cef2-6dd8-4ec9-8671-a13318378299","resourceInvariantUUID":"e2f28317-94e9-41b0-acbe-59b7395fcf8f","resourceCustomizationUUID":"3d8892e1-9730-46f6-8c36-6a6793eca973","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":"ZDdlYTdjZjIzM2JhZGQzNWU5Mjg4NzRiN2QyMGJhNmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"11a2686c-5767-4619-853c-1e4ec55eff7e","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":"NzhlNzRjYzRkMjJiZjI5Mzg2NTM0YTU5ZjM5MWFjNmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"83299357-abd9-478d-826c-30e60e9969d8","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":"054aa9e5-567c-4d68-8d80-9d1d899e0ac6","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":"ee517ddd-3f2d-40dc-9fcc-0a9b5a93c7f8","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":"6ab22698-bc5b-4a9a-b90c-ac6aee164b4d","artifactVersion":"2","generatedFromUUID":"054aa9e5-567c-4d68-8d80-9d1d899e0ac6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OGRlNjUyMDEyYWJlZTY0MzRiMjc0ODJlZmM4ZGEwMGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0307cc9b-a4b1-427d-9f98-b60720b7a929","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZmU0NWE2ZTJlNTg5NGYxOWM2YmVhZGYwMWMyOWI2MWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02b63cc6-3103-4222-8903-de908adc0cc9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-14T08:26:42.204Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:26:42.204Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:42.205Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:42.205Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:43.207Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:26:43.208Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:43.208Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:43.209Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:44.211Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:26:44.212Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:44.212Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:44.212Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:45.215Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:26:45.216Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:45.216Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:45.216Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:46.219Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:26:46.220Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:46.220Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:46.221Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:47.223Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:26:47.224Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:47.224Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:47.224Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:48.231Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:26:48.232Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:48.233Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:48.233Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:49.210Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:49.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:26:49.213Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "340a29db-4fe7-480d-8bbc-6737b882cc31",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363144627,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-14T08:26:49.215Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:26:49.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:26:49.215Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:26:49.215Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:26:49.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:26:49.215Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-14T08:26:49.216Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:26:49.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:26:49.216Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-14T08:26:49.216Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:26:49.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:26:49.216Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-14T08:26:49.217Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:26:49.236Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "bf1c1005-0884-44a5-94c9-c5c10c218c92",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3b1e1eb2-7ff7-4d85-8bc3-ee6ce016b542",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "3d8892e1-9730-46f6-8c36-6a6793eca973",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5502cef2-6dd8-4ec9-8671-a13318378299",
      "resourceInvariantUUID": "e2f28317-94e9-41b0-acbe-59b7395fcf8f",
      "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": "NzhlNzRjYzRkMjJiZjI5Mzg2NTM0YTU5ZjM5MWFjNmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "83299357-abd9-478d-826c-30e60e9969d8",
          "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": "054aa9e5-567c-4d68-8d80-9d1d899e0ac6",
          "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": "6ab22698-bc5b-4a9a-b90c-ac6aee164b4d",
            "generatedFromUUID": "054aa9e5-567c-4d68-8d80-9d1d899e0ac6"
          },
          "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": "6ab22698-bc5b-4a9a-b90c-ac6aee164b4d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZmU0NWE2ZTJlNTg5NGYxOWM2YmVhZGYwMWMyOWI2MWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "02b63cc6-3103-4222-8903-de908adc0cc9"
    }
  ],
  "workloadContext": "Production"
}
2023-02-14T08:26:49.236Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-14T08:26:49.236Z|24f23d9d-4bae-4482-8a12-9efc84a98bb4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bf1c1005-0884-44a5-94c9-c5c10c218c92 ASDC
2023-02-14T08:26:49.237Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:bf1c1005-0884-44a5-94c9-c5c10c218c92
ServiceInvariantUUID:3b1e1eb2-7ff7-4d85-8bc3-ee6ce016b542
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:02b63cc6-3103-4222-8903-de908adc0cc9
ArtifactChecksum:ZmU0NWE2ZTJlNTg5NGYxOWM2YmVhZGYwMWMyOWI2MWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:3d8892e1-9730-46f6-8c36-6a6793eca973
ResourceInvariantUUID:e2f28317-94e9-41b0-acbe-59b7395fcf8f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:5502cef2-6dd8-4ec9-8671-a13318378299
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:83299357-abd9-478d-826c-30e60e9969d8
ArtifactChecksum:NzhlNzRjYzRkMjJiZjI5Mzg2NTM0YTU5ZjM5MWFjNmE=
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:054aa9e5-567c-4d68-8d80-9d1d899e0ac6
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:6ab22698-bc5b-4a9a-b90c-ac6aee164b4d
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:6ab22698-bc5b-4a9a-b90c-ac6aee164b4d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-14T08:26:49.237Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf1c1005-0884-44a5-94c9-c5c10c218c92 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-14T08:26:49.288Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T08:26:49.289Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-14T08:26:49.290Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-14T08:26:49.290Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 02b63cc6-3103-4222-8903-de908adc0cc9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-14T08:26:49.290Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-14T08:26:49.291Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:49.391Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-14T08:26:49.394Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 02b63cc6-3103-4222-8903-de908adc0cc9 75203
2023-02-14T08:26:49.394Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:49.394Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:49.395Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:26:49.395Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:49.395Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:49.395Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363209394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:50.398Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T08:26:50.401Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-14T08:26:50.402Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 02b63cc6-3103-4222-8903-de908adc0cc9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-14T08:26:50.405Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-02-14T08:26:50.407Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-14T08:26:50.407Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-02-14T08:26:50.586Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16331387220073528319/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-02-14T08:26:52.650Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-14T08:26:52.651Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-14T08:26:52.651Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-14T08:26:52.651Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-14T08:26:52.652Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:52.652Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:52.652Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:52.652Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:52.652Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:52.652Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:52.652Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:52.653Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-14T08:26:52.653Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:52.655Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:52.656Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-14T08:26:52.656Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-14T08:26:52.656Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T08:26:52.656Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:52.657Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:26:52.657Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-14T08:26:52.657Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-14T08:26:52.657Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T08:26:52.658Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:52.658Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:26:52.658Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:52.659Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-14T08:26:52.659Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-14T08:26:52.659Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-14T08:26:52.660Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-14T08:26:52.660Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-14T08:26:52.660Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-14T08:26:52.660Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:52.660Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:52.661Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:52.661Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-14T08:26:52.661Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:26:52.663Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:52.663Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-14T08:26:52.663Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:26:52.663Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:52.664Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-14T08:26:52.664Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:26:52.664Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:52.664Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-14T08:26:52.664Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-14T08:26:52.665Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-14T08:26:52.665Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6e84fe96-5fe1-4985-a09f-544d9c948196
2023-02-14T08:26:52.665Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:52.665Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:26:52.665Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:52.666Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:26:52.666Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:52.666Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:26:52.666Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:52.666Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:26:52.666Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:bf1c1005-0884-44a5-94c9-c5c10c218c92
Model Version:NULL
Model InvariantUuid:3b1e1eb2-7ff7-4d85-8bc3-ee6ce016b542
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:a49d39e7-2053-4cb5-b6c0-91b7c3674c48
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e2f28317-94e9-41b0-acbe-59b7395fcf8f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3d8892e1-9730-46f6-8c36-6a6793eca973
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:85eab789-3370-45a2-83f6-95a6630f26af
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:4ab75e64-4028-402e-8671-2231c8919113
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6e84fe96-5fe1-4985-a09f-544d9c948196
ModelInvariantUuid:9c737200-e195-4b44-93be-65678dc279c8
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:4fc3263f-cca2-4c33-9ee9-0ec379d11b3f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a0fcf14a-cc9d-4745-9d2b-a8b68a9d4d83
ModelInvariantUuid:1999da93-03fc-4df4-9c29-9c53c71b9a0e
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:7fd2d0f0-74dc-4b3a-b5fd-1c1b1d4f6a6e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-14T08:26:52.676Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 5502cef2-6dd8-4ec9-8671-a13318378299
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T08:26:52.682Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||basic_vm 0
2023-02-14T08:26:52.682Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5502cef2-6dd8-4ec9-8671-a13318378299
2023-02-14T08:26:52.682Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 83299357-abd9-478d-826c-30e60e9969d8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-14T08:26:52.682Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-14T08:26:52.683Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:52.781Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-14T08:26:52.782Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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 83299357-abd9-478d-826c-30e60e9969d8 787
2023-02-14T08:26:52.782Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:52.782Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:52.782Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:26:52.782Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:52.783Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:52.783Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363212782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:53.784Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "85eab789-3370-45a2-83f6-95a6630f26af",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4ab75e64-4028-402e-8671-2231c8919113",
    "vfModuleModelCustomizationUUID": "0f3968bc-7fee-407e-aefd-fd3940680dbb",
    "isBase": true,
    "artifacts": [
      "054aa9e5-567c-4d68-8d80-9d1d899e0ac6",
      "6ab22698-bc5b-4a9a-b90c-ac6aee164b4d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-14T08:26:53.787Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ab75e64-4028-402e-8671-2231c8919113
VfModuleModelInvariantUUID:85eab789-3370-45a2-83f6-95a6630f26af
VfModuleModelDescription:NULL
Artifacts UUID List:{
054aa9e5-567c-4d68-8d80-9d1d899e0ac6
,
6ab22698-bc5b-4a9a-b90c-ac6aee164b4d

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

isBase:true


}

2023-02-14T08:26:53.792Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "85eab789-3370-45a2-83f6-95a6630f26af",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4ab75e64-4028-402e-8671-2231c8919113",
    "vfModuleModelCustomizationUUID": "0f3968bc-7fee-407e-aefd-fd3940680dbb",
    "isBase": true,
    "artifacts": [
      "054aa9e5-567c-4d68-8d80-9d1d899e0ac6",
      "6ab22698-bc5b-4a9a-b90c-ac6aee164b4d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-14T08:26:53.792Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ab75e64-4028-402e-8671-2231c8919113
VfModuleModelInvariantUUID:85eab789-3370-45a2-83f6-95a6630f26af
VfModuleModelDescription:NULL
Artifacts UUID List:{
054aa9e5-567c-4d68-8d80-9d1d899e0ac6
,
6ab22698-bc5b-4a9a-b90c-ac6aee164b4d

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

isBase:true


}

2023-02-14T08:26:53.792Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 054aa9e5-567c-4d68-8d80-9d1d899e0ac6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-14T08:26:53.793Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-14T08:26:53.793Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:53.849Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-14T08:26:53.849Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 054aa9e5-567c-4d68-8d80-9d1d899e0ac6 5033
2023-02-14T08:26:53.850Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:53.850Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:53.850Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:26:53.850Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:53.850Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:53.850Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363213850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:54.851Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6ab22698-bc5b-4a9a-b90c-ac6aee164b4d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-14T08:26:54.852Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-14T08:26:54.853Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:54.908Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-14T08:26:54.909Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6ab22698-bc5b-4a9a-b90c-ac6aee164b4d 903
2023-02-14T08:26:54.909Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:54.909Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:54.910Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:26:54.910Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:54.910Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:54.911Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363214909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:55.912Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: bf1c1005-0884-44a5-94c9-c5c10c218c92
2023-02-14T08:26:55.913Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 5502cef2-6dd8-4ec9-8671-a13318378299 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T08:26:55.943Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b584d8c, org.onap.sdc.toscaparser.api.parameters.Input@5945ae86, org.onap.sdc.toscaparser.api.parameters.Input@4c086a17, org.onap.sdc.toscaparser.api.parameters.Input@3429e757, org.onap.sdc.toscaparser.api.parameters.Input@6d44e873]
2023-02-14T08:26:55.945Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:55.946Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:26:55.946Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-02-14T08:26:55.946Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 3d8892e1-9730-46f6-8c36-6a6793eca973
2023-02-14T08:26:55.947Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3d8892e1-9730-46f6-8c36-6a6793eca973 matches Tosca VF Customization UUID: 3d8892e1-9730-46f6-8c36-6a6793eca973
2023-02-14T08:26:55.947Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 3d8892e1-9730-46f6-8c36-6a6793eca973  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-14T08:26:55.950Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:55.950Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:26:55.951Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 3d8892e1-9730-46f6-8c36-6a6793eca973: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-14T08:26:55.951Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6d3e9de4
2023-02-14T08:26:55.951Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:55.952Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:55.952Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f3968bc-7fee-407e-aefd-fd3940680dbb
2023-02-14T08:26:55.952Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f3968bc-7fee-407e-aefd-fd3940680dbb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-14T08:26:55.955Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:55.956Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-14T08:26:55.956Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:26:55.957Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:55.957Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-14T08:26:55.958Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:26:55.958Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:55.958Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-14T08:26:55.959Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-14T08:26:55.959Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-14T08:26:55.959Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6e84fe96-5fe1-4985-a09f-544d9c948196
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-14T08:26:55.962Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:55.963Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-14T08:26:55.963Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T08:26:55.963Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:55.964Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-14T08:26:55.964Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=3d8892e1-9730-46f6-8c36-6a6793eca973
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T08:26:55.966Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:55.967Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:26:55.967Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid bf1c1005-0884-44a5-94c9-c5c10c218c92: basic_vm
2023-02-14T08:26:55.967Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:55.967Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:26:55.968Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:55.968Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:26:55.968Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:55.968Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:26:55.969Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:55.969Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:55.969Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:26:55.970Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:26:55.970Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:56.116Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 5502cef2-6dd8-4ec9-8671-a13318378299 1 ASDC deployResourceStructure
2023-02-14T08:26:56.117Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:56.117Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:56.118Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T08:26:56.118Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:56.121Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:56.122Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363216117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:57.124Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:57.124Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:57.125Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T08:26:57.125Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:57.125Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:57.126Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363217124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:58.128Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:58.129Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:58.130Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T08:26:58.131Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:58.132Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:58.132Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363218128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:26:59.133Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:59.134Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:26:59.135Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T08:26:59.136Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:26:59.136Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:26:59.136Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363219133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:27:00.143Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:27:00.218Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:27:00.233Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:27:00.234Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-14T08:27:00.234Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-14T08:27:00.234Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-14T08:27:00.234Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:27:00.234Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:27:00.234Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:27:00.234Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:27:00.235Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:27:00.235Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:27:00.251Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-14T08:27:30.255Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-14T08:27:30.286Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f and serviceModelVersionId: bf1c1005-0884-44a5-94c9-c5c10c218c92
2023-02-14T08:27:30.287Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b1e1eb2-7ff7-4d85-8bc3-ee6ce016b542
2023-02-14T08:27:30.288Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b1e1eb2-7ff7-4d85-8bc3-ee6ce016b542/model-vers/model-ver/bf1c1005-0884-44a5-94c9-c5c10c218c92?depth=0
2023-02-14T08:27:30.298Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-02-14T08:27:30.393Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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/3b1e1eb2-7ff7-4d85-8bc3-ee6ce016b542/model-vers/model-ver/bf1c1005-0884-44a5-94c9-c5c10c218c92?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-14T08:27:30.395Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3b1e1eb2-7ff7-4d85-8bc3-ee6ce016b542/model-vers/model-ver/bf1c1005-0884-44a5-94c9-c5c10c218c92?depth=0|INFO|500||Invoke
2023-02-14T08:27:30.458Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3b1e1eb2-7ff7-4d85-8bc3-ee6ce016b542/model-vers/model-ver/bf1c1005-0884-44a5-94c9-c5c10c218c92?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-14T08:27:30.807Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3b1e1eb2-7ff7-4d85-8bc3-ee6ce016b542/model-vers/model-ver/bf1c1005-0884-44a5-94c9-c5c10c218c92?depth=0|INFO|500||InvokeReturn
2023-02-14T08:27:30.809Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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/3b1e1eb2-7ff7-4d85-8bc3-ee6ce016b542/model-vers/model-ver/bf1c1005-0884-44a5-94c9-c5c10c218c92?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Feb 2023 08:27:29 GMT], content-length=[0], vertex-id=[245832], x-aai-txid=[0-aai-resources-230214-08:27:29:297-78130], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-14T08:27:30.809Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-02-14T08:27:30.810Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-14T08:27:30.810Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:27:30.836Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|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-02-14T08:27:30.837Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-14T08:27:30.837Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-14T08:27:30.838Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:27:30.838Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:27:30.838Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363250837,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-14T08:27:31.857Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:27:49.209Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:27:49.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.213Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-14T08:27:49.214Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.214Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:27:49.215Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.223Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-14T08:27:49.223Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.223Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:27:49.224Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.224Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:27:49.224Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.225Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363154948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:27:49.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.225Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363158446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:27:49.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.225Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363159837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:27:49.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.226Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363161003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:27:49.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.226Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363162408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:27:49.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.226Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363163496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:27:49.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.226Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363164804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-14T08:27:49.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.226Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363165814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-14T08:27:49.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.227Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363166819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-14T08:27:49.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363167823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-02-14T08:27:49.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363168827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-02-14T08:27:49.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.240Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363169830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:27:49.240Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.244Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24f23d9d-4bae-4482-8a12-9efc84a98bb4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363201178,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-14T08:27:49.244Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.245Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:27:49.245Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.245Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-14T08:27:49.245Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.245Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-14T08:27:49.245Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.246Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:27:49.246Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-14T08:27:49.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:27:49.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:27:49.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:27:49.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363071650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:27:49.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:28:31.858Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:28:49.209Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:28:49.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:28:49.212Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363209394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:28:49.214Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:28:49.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:28:49.214Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363212782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:28:49.214Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:28:49.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:28:49.214Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363213850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:28:49.214Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:28:49.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:28:49.215Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363214909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:28:49.215Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:28:49.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:28:49.215Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363216117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-14T08:28:49.215Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:28:49.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:28:49.215Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363217124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-14T08:28:49.215Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:28:49.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:28:49.216Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363218128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-14T08:28:49.216Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:28:49.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:28:49.216Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363219133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:28:49.216Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:28:49.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-14T08:28:49.216Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363250837,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-14T08:28:49.216Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:29:31.860Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:29:49.209Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:30:31.861Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:30:49.213Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:31:31.864Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:31:49.214Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:32:31.867Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:32:49.216Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:33:31.869Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:33:49.218Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:34:31.871Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:34:49.219Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:35:31.874Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:35:49.221Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:36:31.875Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:36:49.224Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:36:51.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:36:51.305Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"c02cdf0a-359f-4c43-b8c3-4dd22103b2bb","serviceName":"Demo_pNF_vs5YjRhq2kwjxsznNHjc","serviceVersion":"1.0","serviceUUID":"4d5626d0-7dd7-4eee-bfe5-9ddcc8123f5b","serviceDescription":"catalog service description","serviceInvariantUUID":"28c8eee0-16bc-4a87-b12e-90e94f217b38","resources":[{"resourceInstanceName":"pNF 5c7f1b4b-a8ad 0","resourceName":"pNF 5c7f1b4b-a8ad","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ec8f2da6-8749-40b7-ab73-b881724a4eed","resourceInvariantUUID":"9a8503e7-b149-401d-9ad8-3f640815ef0d","resourceCustomizationUUID":"ca7cf884-30df-480b-b372-e7e3bcebde28","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/vf-license-model.xml","artifactChecksum":"Yzg0NTE4MWE0MWZiMzE4YjU3ZTRmMjBlZGZmNjBjY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"34d1fc7f-1688-40f4-bb59-be4820d9ed4b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/pNF.csar","artifactChecksum":"OTAxNTRjYTU5NzQ3ZWRlMWZhZmEwN2ZiZDQ3ZGUxYTU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e9f97f64-6346-43ed-9ed5-c59a5e2cd1a3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ff825120-9afa-4682-8748-21071673b2cd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2ZjOGZjOGMxOGM0MDA5NGE5OGQwZDg1MzUyYjUzNzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"576caee6-773a-46ef-b5f7-d427df5d64f7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2286b92c-943e-448e-8fc0-838beb020a38","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b7ba9889-1753-47c9-b20b-942608c28643","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVs5yjrhq2kwjxsznnhjc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-template.yml","artifactChecksum":"Yzg0YjlkMTczMWViMDk1YzkwZWVhODA0MjcxZWQwYmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22737693-5fc4-4976-a6e7-c7567b50026a","artifactVersion":"1"},{"artifactName":"service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar","artifactChecksum":"ZTZiNzI4YmUzMGFjMjEzNjBmZTZjM2VjYzMxNGUzZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f96534f-d712-4e22-87c6-2f04629fd564","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-14T08:36:51.310Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:36:51.311Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:36:51.311Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:36:51.311Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363791875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:36:51.333Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:36:51.333Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363758428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:36:51.340Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:36:52.320Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:36:52.321Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:36:52.321Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:36:52.321Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363791875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:36:53.322Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:36:53.323Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:36:53.323Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:36:53.324Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363791875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:36:54.324Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:36:54.325Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:36:54.325Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:36:54.325Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363791875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:36:55.327Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:36:55.328Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:36:55.329Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:36:55.329Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363791875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:36:56.330Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:36:56.331Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:36:56.331Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:36:56.331Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363791875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:36:57.332Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:36:57.333Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:36:57.333Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:36:57.333Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363791875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:36:58.335Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:36:58.335Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:36:58.336Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:36:58.351Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363791875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:36:59.353Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "serviceName": "Demo_pNF_vs5YjRhq2kwjxsznNHjc",
  "serviceVersion": "1.0",
  "serviceUUID": "4d5626d0-7dd7-4eee-bfe5-9ddcc8123f5b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "28c8eee0-16bc-4a87-b12e-90e94f217b38",
  "resources": [
    {
      "resourceInstanceName": "pNF 5c7f1b4b-a8ad 0",
      "resourceCustomizationUUID": "ca7cf884-30df-480b-b372-e7e3bcebde28",
      "resourceName": "pNF 5c7f1b4b-a8ad",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ec8f2da6-8749-40b7-ab73-b881724a4eed",
      "resourceInvariantUUID": "9a8503e7-b149-401d-9ad8-3f640815ef0d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar",
      "artifactChecksum": "ZTZiNzI4YmUzMGFjMjEzNjBmZTZjM2VjYzMxNGUzZjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0f96534f-d712-4e22-87c6-2f04629fd564"
    }
  ],
  "workloadContext": "Production"
}
2023-02-14T08:36:59.353Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-14T08:36:59.354Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4d5626d0-7dd7-4eee-bfe5-9ddcc8123f5b ASDC
2023-02-14T08:36:59.355Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:c02cdf0a-359f-4c43-b8c3-4dd22103b2bb
ServiceName:Demo_pNF_vs5YjRhq2kwjxsznNHjc
ServiceVersion:1.0
ServiceUUID:4d5626d0-7dd7-4eee-bfe5-9ddcc8123f5b
ServiceInvariantUUID:28c8eee0-16bc-4a87-b12e-90e94f217b38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar
ArtifactUUID:0f96534f-d712-4e22-87c6-2f04629fd564
ArtifactChecksum:ZTZiNzI4YmUzMGFjMjEzNjBmZTZjM2VjYzMxNGUzZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5c7f1b4b-a8ad 0
ResourceCustomizationUUID:ca7cf884-30df-480b-b372-e7e3bcebde28
ResourceInvariantUUID:9a8503e7-b149-401d-9ad8-3f640815ef0d
ResourceName:pNF 5c7f1b4b-a8ad
ResourceType:PNF
ResourceUUID:ec8f2da6-8749-40b7-ab73-b881724a4eed
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-14T08:36:59.356Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d5626d0-7dd7-4eee-bfe5-9ddcc8123f5b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:36:59.420Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T08:36:59.422Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-14T08:36:59.422Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-14T08:36:59.422Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0f96534f-d712-4e22-87c6-2f04629fd564 from URL: /sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar
2023-02-14T08:36:59.422Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-14T08:36:59.423Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar
2023-02-14T08:36:59.497Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-14T08:36:59.502Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar 0f96534f-d712-4e22-87c6-2f04629fd564 88013
2023-02-14T08:36:59.503Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar ASDC sendASDCNotification
2023-02-14T08:36:59.503Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar
2023-02-14T08:36:59.503Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:36:59.503Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:36:59.503Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:36:59.504Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363819503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:37:00.504Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T08:37:00.507Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-14T08:37:00.508Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 0f96534f-d712-4e22-87c6-2f04629fd564, URL: /sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar to file: /app/ASDC/1/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar
2023-02-14T08:37:00.509Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar
2023-02-14T08:37:00.512Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar
2023-02-14T08:37:00.512Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar
2023-02-14T08:37:00.800Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10557392938358577881/Definitions/service-DemoPnfVs5yjrhq2kwjxsznnhjc-template.yml
2023-02-14T08:37:02.142Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-14T08:37:02.144Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-14T08:37:02.144Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar
2023-02-14T08:37:02.144Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-14T08:37:02.144Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||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-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar
2023-02-14T08:37:02.144Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar
2023-02-14T08:37:02.145Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||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-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar
2023-02-14T08:37:02.145Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|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-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar
2023-02-14T08:37:02.145Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|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-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar
2023-02-14T08:37:02.145Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5c7f1b4b-a8ad 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-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar
2023-02-14T08:37:02.145Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|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-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar
2023-02-14T08:37:02.146Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-14T08:37:02.147Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:37:02.147Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_vs5YjRhq2kwjxsznNHjc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:37:02.147Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Node template pNF 5c7f1b4b-a8ad 0 is matching search criteria
2023-02-14T08:37:02.148Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-14T08:37:02.148Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 5c7f1b4b-a8ad 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T08:37:02.148Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:37:02.148Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_vs5YjRhq2kwjxsznNHjc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:37:02.149Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Node template pNF 5c7f1b4b-a8ad 0 is matching search criteria
2023-02-14T08:37:02.149Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-14T08:37:02.150Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 5c7f1b4b-a8ad 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T08:37:02.150Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:37:02.150Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_vs5YjRhq2kwjxsznNHjc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:37:02.150Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:37:02.150Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_vs5YjRhq2kwjxsznNHjc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:37:02.152Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:37:02.152Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_vs5YjRhq2kwjxsznNHjc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:37:02.152Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:37:02.152Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_vs5YjRhq2kwjxsznNHjc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:37:02.153Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:37:02.153Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_vs5YjRhq2kwjxsznNHjc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:37:02.154Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_vs5YjRhq2kwjxsznNHjc
Description:catalog service description
Model UUID:4d5626d0-7dd7-4eee-bfe5-9ddcc8123f5b
Model Version:NULL
Model InvariantUuid:28c8eee0-16bc-4a87-b12e-90e94f217b38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-14T08:37:02.187Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: ec8f2da6-8749-40b7-ab73-b881724a4eed
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T08:37:02.204Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||pNF 5c7f1b4b-a8ad 0
2023-02-14T08:37:02.204Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ec8f2da6-8749-40b7-ab73-b881724a4eed
2023-02-14T08:37:02.207Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 4d5626d0-7dd7-4eee-bfe5-9ddcc8123f5b
2023-02-14T08:37:02.208Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4d5626d0-7dd7-4eee-bfe5-9ddcc8123f5b
2023-02-14T08:37:02.208Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5c7f1b4b-a8ad 0 ec8f2da6-8749-40b7-ab73-b881724a4eed ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T08:37:02.227Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@275e2972, org.onap.sdc.toscaparser.api.parameters.Input@1a667c34, org.onap.sdc.toscaparser.api.parameters.Input@355874fa, org.onap.sdc.toscaparser.api.parameters.Input@610d559, org.onap.sdc.toscaparser.api.parameters.Input@50d37950]
2023-02-14T08:37:02.227Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:37:02.228Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_vs5YjRhq2kwjxsznNHjc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:37:02.228Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4d5626d0-7dd7-4eee-bfe5-9ddcc8123f5b: pNF 5c7f1b4b-a8ad
2023-02-14T08:37:02.228Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Processing PNF resource: ec8f2da6-8749-40b7-ab73-b881724a4eed
2023-02-14T08:37:02.228Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:37:02.229Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_vs5YjRhq2kwjxsznNHjc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:37:02.229Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Resource customization UUID: ca7cf884-30df-480b-b372-e7e3bcebde28 is the same as notified resource customizationUUID: ca7cf884-30df-480b-b372-e7e3bcebde28
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-14T08:37:02.333Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5c7f1b4b-a8ad ec8f2da6-8749-40b7-ab73-b881724a4eed 0 ASDC deployResourceStructure
2023-02-14T08:37:02.333Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar ASDC sendASDCNotification
2023-02-14T08:37:02.334Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar
2023-02-14T08:37:02.334Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T08:37:02.335Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:37:02.335Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:37:02.335Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363822333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:37:03.340Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c02cdf0a-359f-4c43-b8c3-4dd22103b2bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:37:03.358Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c02cdf0a-359f-4c43-b8c3-4dd22103b2bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:37:03.360Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:37:03.360Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-14T08:37:03.361Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-14T08:37:33.361Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c02cdf0a-359f-4c43-b8c3-4dd22103b2bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:37:33.378Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c02cdf0a-359f-4c43-b8c3-4dd22103b2bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:37:33.380Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:37:33.382Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-14T08:37:33.382Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-14T08:37:49.209Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:37:49.211Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:37:49.212Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363791831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:37:49.213Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:03.382Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c02cdf0a-359f-4c43-b8c3-4dd22103b2bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:38:03.406Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c02cdf0a-359f-4c43-b8c3-4dd22103b2bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:38:03.413Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:38:03.413Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-14T08:38:03.413Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-14T08:38:33.414Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c02cdf0a-359f-4c43-b8c3-4dd22103b2bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:38:33.429Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c02cdf0a-359f-4c43-b8c3-4dd22103b2bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:38:33.435Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:38:33.436Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-14T08:38:33.436Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-14T08:38:49.209Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:38:49.214Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.214Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363791875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.215Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.215Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.215Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363801396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.215Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.215Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.215Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363758428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.215Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.216Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.216Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363791831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.216Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.216Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.216Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363791875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.216Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.217Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.217Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363801396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.217Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.217Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.217Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363758428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.217Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.217Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.218Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363791875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.218Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.218Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.218Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363791831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.218Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.219Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.219Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363801396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.219Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.219Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.219Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363758428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.219Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.220Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.220Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363791875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.220Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.220Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.220Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363791831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.220Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.220Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.221Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363813309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.221Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.221Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.221Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363801396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.221Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.221Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.222Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363758428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.222Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.222Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.222Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363791875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.222Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.222Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.222Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363791831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.223Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.223Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.223Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363813309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.224Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.224Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.224Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363801396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.224Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.224Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.224Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363758428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.224Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.224Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.224Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363791875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.224Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.225Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.225Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363791831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.225Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.225Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.225Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363813309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.225Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.225Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.225Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363801396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.225Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.225Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.225Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363758428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.225Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.226Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.226Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363791875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.226Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.226Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.226Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363791831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.226Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.226Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.226Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363813309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.226Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.227Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.227Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363801396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.227Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.227Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.227Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363758428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:38:49.227Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.227Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.227Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676363791831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:38:49.227Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.228Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.228Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363791875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:38:49.228Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.228Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.228Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363813309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.228Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.228Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.228Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363801396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:38:49.228Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.228Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.228Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363818551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:38:49.229Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.229Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.229Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363813309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/resourceInstances/pnf5c7f1b4ba8ad0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.229Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.229Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.229Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363819503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:38:49.229Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.229Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.229Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363818814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:38:49.229Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.230Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.230Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676363819556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-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-02-14T08:38:49.240Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c02cdf0a-359f-4c43-b8c3-4dd22103b2bb
2023-02-14T08:38:49.240Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c02cdf0a-359f-4c43-b8c3-4dd22103b2bb 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-02-14T08:38:49.255Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.255Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363813309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:38:49.256Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.256Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.256Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363813309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:38:49.257Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.257Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.257Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363820822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:38:49.257Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.257Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.257Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363822333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:38:49.258Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.258Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.258Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363821482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:38:49.258Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.258Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.258Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676363821826,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:38:49.266Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c02cdf0a-359f-4c43-b8c3-4dd22103b2bb
2023-02-14T08:38:49.266Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c02cdf0a-359f-4c43-b8c3-4dd22103b2bb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:38:49.277Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.277Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363828876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVs5yjrhq2kwjxsznnhjc/1.0/artifacts/service-DemoPnfVs5yjrhq2kwjxsznnhjc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:38:49.278Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:38:49.278Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T08:38:49.278Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676363829879,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:38:49.284Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c02cdf0a-359f-4c43-b8c3-4dd22103b2bb
2023-02-14T08:38:49.284Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c02cdf0a-359f-4c43-b8c3-4dd22103b2bb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:39:03.437Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c02cdf0a-359f-4c43-b8c3-4dd22103b2bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:39:03.457Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c02cdf0a-359f-4c43-b8c3-4dd22103b2bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:39:03.462Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:39:03.462Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-14T08:39:03.462Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-14T08:39:03.463Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-14T08:39:03.463Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:39:03.464Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:39:03.464Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:39:03.464Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:39:03.464Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|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-02-14T08:39:03.474Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-14T08:39:33.475Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c02cdf0a-359f-4c43-b8c3-4dd22103b2bb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-14T08:39:33.488Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c02cdf0a-359f-4c43-b8c3-4dd22103b2bb and serviceModelVersionId: 4d5626d0-7dd7-4eee-bfe5-9ddcc8123f5b
2023-02-14T08:39:33.488Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28c8eee0-16bc-4a87-b12e-90e94f217b38
2023-02-14T08:39:33.490Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28c8eee0-16bc-4a87-b12e-90e94f217b38/model-vers/model-ver/4d5626d0-7dd7-4eee-bfe5-9ddcc8123f5b?depth=0
2023-02-14T08:39:33.500Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-02-14T08:39:33.607Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28c8eee0-16bc-4a87-b12e-90e94f217b38/model-vers/model-ver/4d5626d0-7dd7-4eee-bfe5-9ddcc8123f5b?depth=0|INFO|500||Invoke
2023-02-14T08:39:33.608Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28c8eee0-16bc-4a87-b12e-90e94f217b38/model-vers/model-ver/4d5626d0-7dd7-4eee-bfe5-9ddcc8123f5b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28c8eee0-16bc-4a87-b12e-90e94f217b38/model-vers/model-ver/4d5626d0-7dd7-4eee-bfe5-9ddcc8123f5b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c02cdf0a-359f-4c43-b8c3-4dd22103b2bb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4dfad56c-76ae-45f7-b0fe-1ecc404fb243], X-ECOMP-RequestID=[c02cdf0a-359f-4c43-b8c3-4dd22103b2bb], X-TransactionId=[], X-ONAP-RequestID=[c02cdf0a-359f-4c43-b8c3-4dd22103b2bb], Content-Type=[application/merge-patch+json]}
2023-02-14T08:39:33.615Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28c8eee0-16bc-4a87-b12e-90e94f217b38/model-vers/model-ver/4d5626d0-7dd7-4eee-bfe5-9ddcc8123f5b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-14T08:39:33.818Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28c8eee0-16bc-4a87-b12e-90e94f217b38/model-vers/model-ver/4d5626d0-7dd7-4eee-bfe5-9ddcc8123f5b?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/28c8eee0-16bc-4a87-b12e-90e94f217b38/model-vers/model-ver/4d5626d0-7dd7-4eee-bfe5-9ddcc8123f5b?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Feb 2023 08:39:32 GMT], content-length=[0], vertex-id=[225392], x-aai-txid=[1-aai-resources-230214-08:39:32:464-31760], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-14T08:39:33.819Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28c8eee0-16bc-4a87-b12e-90e94f217b38/model-vers/model-ver/4d5626d0-7dd7-4eee-bfe5-9ddcc8123f5b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-14T08:39:33.820Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28c8eee0-16bc-4a87-b12e-90e94f217b38/model-vers/model-ver/4d5626d0-7dd7-4eee-bfe5-9ddcc8123f5b?depth=0|INFO|500||InvokeReturn
2023-02-14T08:39:33.820Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-14T08:39:33.821Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|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-02-14T08:39:33.830Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|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-02-14T08:39:33.831Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c02cdf0a-359f-4c43-b8c3-4dd22103b2bb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-14T08:39:33.831Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-14T08:39:33.832Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:39:33.832Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:39:33.832Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363973831,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-14T08:39:34.891Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:39:49.209Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:39:49.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-14T08:39:49.215Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c02cdf0a-359f-4c43-b8c3-4dd22103b2bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676363973831,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-14T08:39:49.217Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:40:34.894Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:40:49.209Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:41:34.896Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:41:49.210Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:42:34.907Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:42:49.211Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:43:34.907Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:43:49.212Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:44:34.907Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:44:49.214Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:45:34.911Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:45:49.215Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:46:34.913Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:46:49.217Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:47:34.914Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:47:49.218Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:48:34.920Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:48:49.221Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:49:34.922Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:49:49.222Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:50:34.928Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:50:49.222Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:51:34.930Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:51:49.224Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:52:34.931Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:52:49.241Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:53:11.737Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-14T08:53:11.738Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"c393c19c-8ec2-4d1c-bc42-a173d2804a96","serviceName":"Demo_pNF_DBvGfTNAh8iSePpbtUzs","serviceVersion":"1.0","serviceUUID":"2aa1c903-7927-4f3c-96b7-405acb6d847d","serviceDescription":"catalog service description","serviceInvariantUUID":"9d97bb8f-1b6b-4651-8308-41d3cb5f71d2","resources":[{"resourceInstanceName":"pNF 9231563b-2e86 0","resourceName":"pNF 9231563b-2e86","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d39c3529-37e2-4a68-9e98-22c84dba98a2","resourceInvariantUUID":"4960a2dd-0e93-4517-8f23-685890726130","resourceCustomizationUUID":"4b337834-ddfd-41e1-b210-450548358ee4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/vf-license-model.xml","artifactChecksum":"ZjhmODU5MTY0MWMzMDRhZmY5YzE3YWI5NmU2MmM2NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5179ade7-2387-483e-974e-c718590bde0a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/pNF.csar","artifactChecksum":"OTAxNTRjYTU5NzQ3ZWRlMWZhZmEwN2ZiZDQ3ZGUxYTU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c4fa1552-fb01-4c12-91bd-f588d4a1abf8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"842dc29a-41d7-4337-97be-1b715adc1eae","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/vendor-license-model.xml","artifactChecksum":"MGM3YjZiNTE3Y2NmYWZkNjcyZjg5MDUxMDZmMjQwYzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ca2135c9-bf77-4919-b4d4-99959128197b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a3a17919-193a-4b86-a51a-4e459c57561e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"14a3b35a-48da-4300-a998-2b65c9fcfc63","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDbvgftnah8iseppbtuzs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-template.yml","artifactChecksum":"NWJhNmY4MjFiZGVkNDU0NTBlOWMwNTQ3MGRjMzk5YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0447645-047a-44dc-ae4d-4a0b2c0c2dc3","artifactVersion":"1"},{"artifactName":"service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar","artifactChecksum":"MDg2OThlM2VjOTg3ODEwODk1YTA5MTY5YzAwNTZlNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c118e54-8783-424e-a771-7220b861a990","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-14T08:53:11.742Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:53:11.743Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:53:11.743Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:53:11.744Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364754931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:53:11.747Z||kafka-producer-network-thread | SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T08:53:11.748Z||kafka-producer-network-thread | SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T08:53:11.748Z||kafka-producer-network-thread | SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T08:53:11.748Z||kafka-producer-network-thread | SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T08:53:11.748Z||kafka-producer-network-thread | SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T08:53:11.748Z||kafka-producer-network-thread | SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T08:53:11.766Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:53:11.767Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676364780579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:53:11.768Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:53:12.752Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:53:12.753Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:53:12.753Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:53:12.753Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364754931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:53:13.756Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:53:13.757Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:53:13.758Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:53:13.766Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364754931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:53:14.772Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:53:14.773Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:53:14.774Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:53:14.774Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364754931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:53:15.779Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:53:15.780Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:53:15.781Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:53:15.782Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364754931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:53:16.785Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:53:16.787Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:53:16.788Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:53:16.788Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364754931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:53:17.793Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:53:17.794Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:53:17.794Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:53:17.794Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364754931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:53:18.796Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T08:53:18.796Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:53:18.796Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:53:18.797Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364754931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:53:19.798Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "serviceName": "Demo_pNF_DBvGfTNAh8iSePpbtUzs",
  "serviceVersion": "1.0",
  "serviceUUID": "2aa1c903-7927-4f3c-96b7-405acb6d847d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9d97bb8f-1b6b-4651-8308-41d3cb5f71d2",
  "resources": [
    {
      "resourceInstanceName": "pNF 9231563b-2e86 0",
      "resourceCustomizationUUID": "4b337834-ddfd-41e1-b210-450548358ee4",
      "resourceName": "pNF 9231563b-2e86",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d39c3529-37e2-4a68-9e98-22c84dba98a2",
      "resourceInvariantUUID": "4960a2dd-0e93-4517-8f23-685890726130",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar",
      "artifactChecksum": "MDg2OThlM2VjOTg3ODEwODk1YTA5MTY5YzAwNTZlNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1c118e54-8783-424e-a771-7220b861a990"
    }
  ],
  "workloadContext": "Production"
}
2023-02-14T08:53:19.799Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-14T08:53:19.800Z|9d779c9a-6cf8-4ecd-975c-d23ad3a6f32f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2aa1c903-7927-4f3c-96b7-405acb6d847d ASDC
2023-02-14T08:53:19.803Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c393c19c-8ec2-4d1c-bc42-a173d2804a96
ServiceName:Demo_pNF_DBvGfTNAh8iSePpbtUzs
ServiceVersion:1.0
ServiceUUID:2aa1c903-7927-4f3c-96b7-405acb6d847d
ServiceInvariantUUID:9d97bb8f-1b6b-4651-8308-41d3cb5f71d2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar
ArtifactUUID:1c118e54-8783-424e-a771-7220b861a990
ArtifactChecksum:MDg2OThlM2VjOTg3ODEwODk1YTA5MTY5YzAwNTZlNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9231563b-2e86 0
ResourceCustomizationUUID:4b337834-ddfd-41e1-b210-450548358ee4
ResourceInvariantUUID:4960a2dd-0e93-4517-8f23-685890726130
ResourceName:pNF 9231563b-2e86
ResourceType:PNF
ResourceUUID:d39c3529-37e2-4a68-9e98-22c84dba98a2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-14T08:53:19.806Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2aa1c903-7927-4f3c-96b7-405acb6d847d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:53:19.925Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T08:53:19.927Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-14T08:53:19.927Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-14T08:53:19.927Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1c118e54-8783-424e-a771-7220b861a990 from URL: /sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar
2023-02-14T08:53:19.928Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-14T08:53:19.928Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar
2023-02-14T08:53:20.081Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-14T08:53:20.097Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar 1c118e54-8783-424e-a771-7220b861a990 88019
2023-02-14T08:53:20.098Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar ASDC sendASDCNotification
2023-02-14T08:53:20.098Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar
2023-02-14T08:53:20.098Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T08:53:20.099Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:53:20.099Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:53:20.099Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364800098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:53:21.101Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T08:53:21.102Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-14T08:53:21.103Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1c118e54-8783-424e-a771-7220b861a990, URL: /sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar to file: /app/ASDC/1/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar
2023-02-14T08:53:21.103Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar
2023-02-14T08:53:21.104Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar
2023-02-14T08:53:21.104Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar
2023-02-14T08:53:21.387Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6284611137718161463/Definitions/service-DemoPnfDbvgftnah8iseppbtuzs-template.yml
2023-02-14T08:53:22.947Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-14T08:53:22.948Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-14T08:53:22.948Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar
2023-02-14T08:53:22.948Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-14T08:53:22.948Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|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-DemoPnfDbvgftnah8iseppbtuzs-csar.csar
2023-02-14T08:53:22.949Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|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-DemoPnfDbvgftnah8iseppbtuzs-csar.csar
2023-02-14T08:53:22.949Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|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-DemoPnfDbvgftnah8iseppbtuzs-csar.csar
2023-02-14T08:53:22.949Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|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-DemoPnfDbvgftnah8iseppbtuzs-csar.csar
2023-02-14T08:53:22.949Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|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-DemoPnfDbvgftnah8iseppbtuzs-csar.csar
2023-02-14T08:53:22.949Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9231563b-2e86 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-DemoPnfDbvgftnah8iseppbtuzs-csar.csar
2023-02-14T08:53:22.949Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|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-DemoPnfDbvgftnah8iseppbtuzs-csar.csar
2023-02-14T08:53:22.949Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-14T08:53:22.949Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:53:22.950Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_DBvGfTNAh8iSePpbtUzs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:53:22.950Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Node template pNF 9231563b-2e86 0 is matching search criteria
2023-02-14T08:53:22.950Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-14T08:53:22.950Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 9231563b-2e86 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T08:53:22.951Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:53:22.951Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_DBvGfTNAh8iSePpbtUzs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:53:22.951Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Node template pNF 9231563b-2e86 0 is matching search criteria
2023-02-14T08:53:22.952Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-14T08:53:22.952Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 9231563b-2e86 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T08:53:22.952Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:53:22.952Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_DBvGfTNAh8iSePpbtUzs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:53:22.952Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:53:22.952Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_DBvGfTNAh8iSePpbtUzs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:53:22.953Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:53:22.953Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_DBvGfTNAh8iSePpbtUzs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:53:22.953Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:53:22.960Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_DBvGfTNAh8iSePpbtUzs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:53:22.961Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:53:22.961Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_DBvGfTNAh8iSePpbtUzs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:53:22.961Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_DBvGfTNAh8iSePpbtUzs
Description:catalog service description
Model UUID:2aa1c903-7927-4f3c-96b7-405acb6d847d
Model Version:NULL
Model InvariantUuid:9d97bb8f-1b6b-4651-8308-41d3cb5f71d2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-14T08:53:22.991Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: d39c3529-37e2-4a68-9e98-22c84dba98a2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T08:53:22.998Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||pNF 9231563b-2e86 0
2023-02-14T08:53:22.999Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d39c3529-37e2-4a68-9e98-22c84dba98a2
2023-02-14T08:53:22.999Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 2aa1c903-7927-4f3c-96b7-405acb6d847d
2023-02-14T08:53:22.999Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2aa1c903-7927-4f3c-96b7-405acb6d847d
2023-02-14T08:53:22.999Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9231563b-2e86 0 d39c3529-37e2-4a68-9e98-22c84dba98a2 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T08:53:23.028Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ef21cd6, org.onap.sdc.toscaparser.api.parameters.Input@4cbc121f, org.onap.sdc.toscaparser.api.parameters.Input@c912c03, org.onap.sdc.toscaparser.api.parameters.Input@64c36434, org.onap.sdc.toscaparser.api.parameters.Input@a39d0d6]
2023-02-14T08:53:23.029Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:53:23.029Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_DBvGfTNAh8iSePpbtUzs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:53:23.033Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2aa1c903-7927-4f3c-96b7-405acb6d847d: pNF 9231563b-2e86
2023-02-14T08:53:23.033Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Processing PNF resource: d39c3529-37e2-4a68-9e98-22c84dba98a2
2023-02-14T08:53:23.033Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T08:53:23.034Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_DBvGfTNAh8iSePpbtUzs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T08:53:23.035Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Resource customization UUID: 4b337834-ddfd-41e1-b210-450548358ee4 is the same as notified resource customizationUUID: 4b337834-ddfd-41e1-b210-450548358ee4
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-14T08:53:23.157Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9231563b-2e86 d39c3529-37e2-4a68-9e98-22c84dba98a2 0 ASDC deployResourceStructure
2023-02-14T08:53:23.158Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar ASDC sendASDCNotification
2023-02-14T08:53:23.158Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar
2023-02-14T08:53:23.158Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T08:53:23.158Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:53:23.158Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:53:23.159Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364803158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:53:24.160Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c393c19c-8ec2-4d1c-bc42-a173d2804a96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:53:24.177Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c393c19c-8ec2-4d1c-bc42-a173d2804a96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:53:24.187Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:53:24.187Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-14T08:53:24.187Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-14T08:53:49.209Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:53:49.212Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:53:49.212Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676364778537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:53:49.213Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:53:49.213Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:53:49.214Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364754931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:53:49.214Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:53:49.215Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:53:49.215Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "aai-model-loader",
  "timestamp": 1676364773308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:53:49.215Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:53:54.188Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c393c19c-8ec2-4d1c-bc42-a173d2804a96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:53:54.203Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c393c19c-8ec2-4d1c-bc42-a173d2804a96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:53:54.206Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:53:54.207Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-14T08:53:54.207Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-14T08:54:24.208Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c393c19c-8ec2-4d1c-bc42-a173d2804a96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:54:24.221Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c393c19c-8ec2-4d1c-bc42-a173d2804a96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:54:24.223Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:54:24.223Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-14T08:54:24.224Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-14T08:54:49.209Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:54:49.213Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.213Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676364780579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.214Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.214Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.215Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676364778537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.215Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.215Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.215Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "aai-model-loader",
  "timestamp": 1676364773308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.216Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.216Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.216Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364754931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.216Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.217Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.217Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676364791396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.217Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.218Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.218Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676364780579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.218Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.218Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.219Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676364778537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.219Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.219Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.220Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "aai-model-loader",
  "timestamp": 1676364773308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.220Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.220Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.221Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364754931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.221Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.221Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.222Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676364791396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.222Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.222Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.223Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676364780579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.223Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.223Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.223Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676364778537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.224Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.224Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.224Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "aai-model-loader",
  "timestamp": 1676364773308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.224Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.225Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.225Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364754931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.225Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.225Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.226Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676364791396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.226Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.226Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.226Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676364780579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.227Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.227Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.227Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676364778537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.227Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.228Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.228Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "aai-model-loader",
  "timestamp": 1676364773308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.228Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.228Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.229Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364754931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.229Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.229Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.229Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676364791396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.230Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.230Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.230Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676364780579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.230Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.231Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.231Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676364778537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.231Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.231Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.232Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "aai-model-loader",
  "timestamp": 1676364773308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.232Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.232Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.233Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364754931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.233Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.233Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.233Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676364791396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.234Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.234Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.234Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676364780579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.235Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.235Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.235Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676364778537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.236Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.237Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.237Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "aai-model-loader",
  "timestamp": 1676364773308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.237Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.237Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.238Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364754931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.238Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.238Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.238Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676364791396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/resourceInstances/pnf9231563b2e860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.239Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.239Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.239Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676364780579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:54:49.240Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.240Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.240Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676364778537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:54:49.240Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.240Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.241Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "aai-model-loader",
  "timestamp": 1676364773308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:54:49.241Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.241Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.241Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364754931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:54:49.242Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.242Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.242Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676364791396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T08:54:49.242Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.243Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.243Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676364798984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:54:49.243Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.244Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.244Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "aai-model-loader",
  "timestamp": 1676364798704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:54:49.244Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.245Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.245Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364800098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:54:49.245Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.246Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.246Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676364791396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T08:54:49.246Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.246Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.247Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676364799989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-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-02-14T08:54:49.258Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c393c19c-8ec2-4d1c-bc42-a173d2804a96
2023-02-14T08:54:49.259Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c393c19c-8ec2-4d1c-bc42-a173d2804a96 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-02-14T08:54:49.275Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.275Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676364800171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T08:54:49.276Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.276Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.280Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364803158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:54:49.281Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.282Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.283Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676364802156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:54:49.284Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.284Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.284Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676364803161,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:54:49.294Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c393c19c-8ec2-4d1c-bc42-a173d2804a96
2023-02-14T08:54:49.295Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c393c19c-8ec2-4d1c-bc42-a173d2804a96 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:54:49.306Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.307Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "aai-model-loader",
  "timestamp": 1676364806602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDbvgftnah8iseppbtuzs/1.0/artifacts/service-DemoPnfDbvgftnah8iseppbtuzs-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T08:54:49.307Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:54:49.307Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:54:49.308Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "aai-model-loader",
  "timestamp": 1676364807604,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T08:54:49.329Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c393c19c-8ec2-4d1c-bc42-a173d2804a96
2023-02-14T08:54:49.330Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c393c19c-8ec2-4d1c-bc42-a173d2804a96 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T08:54:54.224Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c393c19c-8ec2-4d1c-bc42-a173d2804a96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:54:54.247Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c393c19c-8ec2-4d1c-bc42-a173d2804a96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T08:54:54.253Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T08:54:54.253Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-14T08:54:54.253Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-14T08:54:54.253Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-14T08:54:54.253Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:54:54.253Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:54:54.253Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:54:54.253Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T08:54:54.254Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|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-02-14T08:54:54.269Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-14T08:55:24.270Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c393c19c-8ec2-4d1c-bc42-a173d2804a96 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-14T08:55:24.279Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c393c19c-8ec2-4d1c-bc42-a173d2804a96 and serviceModelVersionId: 2aa1c903-7927-4f3c-96b7-405acb6d847d
2023-02-14T08:55:24.280Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d97bb8f-1b6b-4651-8308-41d3cb5f71d2
2023-02-14T08:55:24.281Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d97bb8f-1b6b-4651-8308-41d3cb5f71d2/model-vers/model-ver/2aa1c903-7927-4f3c-96b7-405acb6d847d?depth=0
2023-02-14T08:55:24.288Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-02-14T08:55:24.368Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d97bb8f-1b6b-4651-8308-41d3cb5f71d2/model-vers/model-ver/2aa1c903-7927-4f3c-96b7-405acb6d847d?depth=0|INFO|500||Invoke
2023-02-14T08:55:24.369Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d97bb8f-1b6b-4651-8308-41d3cb5f71d2/model-vers/model-ver/2aa1c903-7927-4f3c-96b7-405acb6d847d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d97bb8f-1b6b-4651-8308-41d3cb5f71d2/model-vers/model-ver/2aa1c903-7927-4f3c-96b7-405acb6d847d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c393c19c-8ec2-4d1c-bc42-a173d2804a96], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[caa5754b-eb03-4651-999a-b569549f30d2], X-ECOMP-RequestID=[c393c19c-8ec2-4d1c-bc42-a173d2804a96], X-TransactionId=[], X-ONAP-RequestID=[c393c19c-8ec2-4d1c-bc42-a173d2804a96], Content-Type=[application/merge-patch+json]}
2023-02-14T08:55:24.378Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d97bb8f-1b6b-4651-8308-41d3cb5f71d2/model-vers/model-ver/2aa1c903-7927-4f3c-96b7-405acb6d847d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-14T08:55:24.526Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d97bb8f-1b6b-4651-8308-41d3cb5f71d2/model-vers/model-ver/2aa1c903-7927-4f3c-96b7-405acb6d847d?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/9d97bb8f-1b6b-4651-8308-41d3cb5f71d2/model-vers/model-ver/2aa1c903-7927-4f3c-96b7-405acb6d847d?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Feb 2023 08:55:23 GMT], content-length=[0], vertex-id=[233584], x-aai-txid=[1-aai-resources-230214-08:55:23:245-33824], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-14T08:55:24.527Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d97bb8f-1b6b-4651-8308-41d3cb5f71d2/model-vers/model-ver/2aa1c903-7927-4f3c-96b7-405acb6d847d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-14T08:55:24.528Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d97bb8f-1b6b-4651-8308-41d3cb5f71d2/model-vers/model-ver/2aa1c903-7927-4f3c-96b7-405acb6d847d?depth=0|INFO|500||InvokeReturn
2023-02-14T08:55:24.530Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-14T08:55:24.531Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|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-02-14T08:55:24.540Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|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-02-14T08:55:24.540Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c393c19c-8ec2-4d1c-bc42-a173d2804a96 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-14T08:55:24.540Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-14T08:55:24.542Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-14T08:55:24.542Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T08:55:24.542Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364924540,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-14T08:55:25.578Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:55:49.209Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:55:49.214Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-14T08:55:49.214Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c393c19c-8ec2-4d1c-bc42-a173d2804a96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676364924540,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-14T08:55:49.215Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T08:56:25.578Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:56:49.209Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:57:25.579Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:57:49.210Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:58:25.581Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:58:49.212Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T08:59:25.581Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T08:59:49.213Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:00:25.583Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:00:49.216Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:01:25.584Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:01:49.217Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:02:25.590Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:02:49.218Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:03:25.592Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:03:49.219Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:04:25.594Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:04:49.221Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:05:25.594Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:05:49.223Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:06:25.597Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:06:49.225Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:07:25.599Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:07:49.226Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:08:25.603Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:08:49.228Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:09:25.605Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:09:49.230Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:10:25.606Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:10:49.230Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:11:25.610Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:11:49.232Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:12:25.611Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:12:49.234Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:13:25.613Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:13:49.236Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:14:25.623Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:14:49.239Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:15:25.632Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:15:49.240Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:16:25.634Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:16:49.241Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:17:25.636Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:17:49.241Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:18:25.638Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:18:49.243Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:19:25.639Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:19:49.247Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:20:25.642Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:20:49.251Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:21:25.644Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:21:34.348Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-14T09:21:34.349Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"abbd1869-675d-4d95-9f11-69ae7bec8b1f","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"ae714ed7-1e94-48c0-8913-a5c2de271c2d","serviceDescription":"service","serviceInvariantUUID":"9dbd4edf-5626-468f-a4ef-93aea80f00d0","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1db85d11-4a6c-43de-b907-cce9fb1f0494","resourceInvariantUUID":"5955997c-7b1a-4dec-bebb-5baf7c4e4eec","resourceCustomizationUUID":"722b91bb-cc64-430e-b0d6-29c7c21ff75a","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":"YWVlMTljMzU3NzBkNmQwZmY0ZjJiN2MzZjYyMzEyN2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0e8b8e54-5a79-409b-935f-94aadaf2ec39","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":"M2Y1ZWRkOTRjZDdkZjBmZGI3YTI3MjhlN2VhOWUyYzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4bb0e504-11b1-494c-ab21-4edb3b3a4255","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":"44eb6af2-8c3f-4ac4-a98b-c0eaad17ade7","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":"29c1453e-c2c6-439a-a449-2734a14487d0","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":"4af983af-d689-40fb-853e-9e35f2d8460f","artifactVersion":"2","generatedFromUUID":"44eb6af2-8c3f-4ac4-a98b-c0eaad17ade7"},{"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":"OWUwMmQ1ODBlZjNlYTY1YjgwMWNjOGFhNzAwZjkxNWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"dc0f9c20-53fb-45ce-8ac4-3a68526ced48","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":"MTQ3M2ZlY2ZhNmE2NWQzNjM4ZDVlNzJhOWUwMGVmMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"487cc531-8a34-4f1b-a02b-c60feaab7228","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODM3YzhhMTlhMjE4YzNmZjQ4OGMyZGE4NTQ3MDBiM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a71572a7-38c8-4e53-bc64-1cbc2f04feb4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-14T09:21:34.354Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:21:34.356Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:21:34.356Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:21:34.356Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366485644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:21:34.359Z||kafka-producer-network-thread | SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T09:21:34.360Z||kafka-producer-network-thread | SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T09:21:34.360Z||kafka-producer-network-thread | SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T09:21:34.360Z||kafka-producer-network-thread | SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T09:21:34.360Z||kafka-producer-network-thread | SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T09:21:34.360Z||kafka-producer-network-thread | SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c1e6c333-cef8-4cd9-ae70-4f09b419b853] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to OZi53rGtRpGLjtxgt3ZbGA
2023-02-14T09:21:34.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:21:34.372Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366481023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:21:34.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:21:35.365Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:21:35.366Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:21:35.366Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:21:35.367Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366485644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:21:36.371Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:21:36.372Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:21:36.372Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:21:36.372Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366485644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:21:37.374Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:21:37.375Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:21:37.375Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:21:37.375Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366485644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:21:38.378Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:21:38.378Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:21:38.378Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:21:38.379Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366485644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:21:39.381Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:21:39.382Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:21:39.383Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:21:39.384Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366485644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:21:40.385Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:21:40.386Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:21:40.386Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:21:40.386Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366485644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:21:41.388Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:21:41.389Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:21:41.389Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:21:41.390Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366485644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:21:42.393Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ae714ed7-1e94-48c0-8913-a5c2de271c2d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9dbd4edf-5626-468f-a4ef-93aea80f00d0",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "722b91bb-cc64-430e-b0d6-29c7c21ff75a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1db85d11-4a6c-43de-b907-cce9fb1f0494",
      "resourceInvariantUUID": "5955997c-7b1a-4dec-bebb-5baf7c4e4eec",
      "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": "M2Y1ZWRkOTRjZDdkZjBmZGI3YTI3MjhlN2VhOWUyYzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4bb0e504-11b1-494c-ab21-4edb3b3a4255",
          "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": "44eb6af2-8c3f-4ac4-a98b-c0eaad17ade7",
          "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": "4af983af-d689-40fb-853e-9e35f2d8460f",
            "generatedFromUUID": "44eb6af2-8c3f-4ac4-a98b-c0eaad17ade7"
          },
          "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": "4af983af-d689-40fb-853e-9e35f2d8460f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODM3YzhhMTlhMjE4YzNmZjQ4OGMyZGE4NTQ3MDBiM2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a71572a7-38c8-4e53-bc64-1cbc2f04feb4"
    }
  ],
  "workloadContext": "Production"
}
2023-02-14T09:21:42.396Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-14T09:21:42.396Z|8a55c5cc-1f10-41cd-bde7-34bc3f0f14f0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ae714ed7-1e94-48c0-8913-a5c2de271c2d ASDC
2023-02-14T09:21:42.397Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:abbd1869-675d-4d95-9f11-69ae7bec8b1f
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:ae714ed7-1e94-48c0-8913-a5c2de271c2d
ServiceInvariantUUID:9dbd4edf-5626-468f-a4ef-93aea80f00d0
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:a71572a7-38c8-4e53-bc64-1cbc2f04feb4
ArtifactChecksum:ODM3YzhhMTlhMjE4YzNmZjQ4OGMyZGE4NTQ3MDBiM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:722b91bb-cc64-430e-b0d6-29c7c21ff75a
ResourceInvariantUUID:5955997c-7b1a-4dec-bebb-5baf7c4e4eec
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:1db85d11-4a6c-43de-b907-cce9fb1f0494
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:4bb0e504-11b1-494c-ab21-4edb3b3a4255
ArtifactChecksum:M2Y1ZWRkOTRjZDdkZjBmZGI3YTI3MjhlN2VhOWUyYzU=
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:44eb6af2-8c3f-4ac4-a98b-c0eaad17ade7
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:4af983af-d689-40fb-853e-9e35f2d8460f
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:4af983af-d689-40fb-853e-9e35f2d8460f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-14T09:21:42.398Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae714ed7-1e94-48c0-8913-a5c2de271c2d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T09:21:42.481Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T09:21:42.482Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-14T09:21:42.482Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-14T09:21:42.482Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a71572a7-38c8-4e53-bc64-1cbc2f04feb4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-14T09:21:42.483Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-14T09:21:42.483Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-14T09:21:42.580Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-14T09:21:42.583Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a71572a7-38c8-4e53-bc64-1cbc2f04feb4 83006
2023-02-14T09:21:42.584Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-14T09:21:42.584Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-14T09:21:42.584Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T09:21:42.585Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:21:42.585Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:21:42.585Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366502583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:21:43.587Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T09:21:43.588Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-14T09:21:43.589Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a71572a7-38c8-4e53-bc64-1cbc2f04feb4, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-14T09:21:43.589Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-02-14T09:21:43.590Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-14T09:21:43.591Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-14T09:21:43.997Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11871465035924774148/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-02-14T09:21:46.404Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-14T09:21:46.405Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-14T09:21:46.406Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-14T09:21:46.406Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-14T09:21:46.406Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-14T09:21:46.406Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-14T09:21:46.406Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-14T09:21:46.407Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-14T09:21:46.407Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-14T09:21:46.407Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-14T09:21:46.407Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-14T09:21:46.407Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-14T09:21:46.408Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:46.408Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:21:46.408Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-14T09:21:46.409Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-14T09:21:46.409Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T09:21:46.409Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:46.410Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:21:46.410Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-14T09:21:46.410Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-14T09:21:46.411Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T09:21:46.411Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:46.413Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:21:46.414Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:46.414Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-14T09:21:46.414Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-14T09:21:46.414Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-14T09:21:46.415Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-14T09:21:46.415Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-14T09:21:46.417Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-14T09:21:46.417Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:46.418Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-14T09:21:46.418Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:46.418Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-14T09:21:46.419Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T09:21:46.421Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:46.421Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-14T09:21:46.422Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T09:21:46.422Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:46.422Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-14T09:21:46.422Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T09:21:46.427Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:46.431Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-14T09:21:46.431Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-14T09:21:46.431Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-14T09:21:46.431Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=93bb9292-843d-47d6-9062-193e54813c95
2023-02-14T09:21:46.432Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:46.432Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:21:46.432Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:46.433Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:21:46.433Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:46.434Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:21:46.434Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:46.434Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:21:46.434Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:ae714ed7-1e94-48c0-8913-a5c2de271c2d
Model Version:NULL
Model InvariantUuid:9dbd4edf-5626-468f-a4ef-93aea80f00d0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:8524970b-1b56-41c9-ab76-1c45973e211b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5955997c-7b1a-4dec-bebb-5baf7c4e4eec
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:722b91bb-cc64-430e-b0d6-29c7c21ff75a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8f909f00-180d-4b34-a484-cd8f70c3d3ad
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:9b1a3cd4-1c1a-4ac8-8e8d-c16a6009ef35
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93bb9292-843d-47d6-9062-193e54813c95
ModelInvariantUuid:3ebf9489-d0fa-4c2c-beed-243ad1f623f8
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:c965d357-ab9e-43a9-831d-8bec183df9ca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:2af00abd-0757-4020-b2aa-57ce8e11a3af
ModelInvariantUuid:9f990e61-bb2c-4061-aa6a-73c861ac849e
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:3e2e1c89-cac7-4a16-b77d-a647f018784c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-14T09:21:46.476Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 1db85d11-4a6c-43de-b907-cce9fb1f0494
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T09:21:46.486Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2023-02-14T09:21:46.486Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1db85d11-4a6c-43de-b907-cce9fb1f0494
2023-02-14T09:21:46.487Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4bb0e504-11b1-494c-ab21-4edb3b3a4255 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-14T09:21:46.487Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-14T09:21:46.487Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-14T09:21:46.569Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-14T09:21:46.574Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 4bb0e504-11b1-494c-ab21-4edb3b3a4255 792
2023-02-14T09:21:46.574Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-14T09:21:46.574Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-14T09:21:46.575Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T09:21:46.575Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:21:46.575Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:21:46.575Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366506574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:21:47.585Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8f909f00-180d-4b34-a484-cd8f70c3d3ad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9b1a3cd4-1c1a-4ac8-8e8d-c16a6009ef35",
    "vfModuleModelCustomizationUUID": "d88ace80-27b7-4dbf-b765-bbfdca0caabf",
    "isBase": true,
    "artifacts": [
      "44eb6af2-8c3f-4ac4-a98b-c0eaad17ade7",
      "4af983af-d689-40fb-853e-9e35f2d8460f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-14T09:21:47.593Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b1a3cd4-1c1a-4ac8-8e8d-c16a6009ef35
VfModuleModelInvariantUUID:8f909f00-180d-4b34-a484-cd8f70c3d3ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
44eb6af2-8c3f-4ac4-a98b-c0eaad17ade7
,
4af983af-d689-40fb-853e-9e35f2d8460f

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

isBase:true


}

2023-02-14T09:21:47.599Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8f909f00-180d-4b34-a484-cd8f70c3d3ad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9b1a3cd4-1c1a-4ac8-8e8d-c16a6009ef35",
    "vfModuleModelCustomizationUUID": "d88ace80-27b7-4dbf-b765-bbfdca0caabf",
    "isBase": true,
    "artifacts": [
      "44eb6af2-8c3f-4ac4-a98b-c0eaad17ade7",
      "4af983af-d689-40fb-853e-9e35f2d8460f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-14T09:21:47.600Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b1a3cd4-1c1a-4ac8-8e8d-c16a6009ef35
VfModuleModelInvariantUUID:8f909f00-180d-4b34-a484-cd8f70c3d3ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
44eb6af2-8c3f-4ac4-a98b-c0eaad17ade7
,
4af983af-d689-40fb-853e-9e35f2d8460f

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

isBase:true


}

2023-02-14T09:21:47.600Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 44eb6af2-8c3f-4ac4-a98b-c0eaad17ade7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-14T09:21:47.600Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-14T09:21:47.601Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-14T09:21:47.664Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-14T09:21:47.665Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 44eb6af2-8c3f-4ac4-a98b-c0eaad17ade7 5033
2023-02-14T09:21:47.665Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-14T09:21:47.665Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-14T09:21:47.666Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T09:21:47.666Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:21:47.667Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:21:47.667Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366507665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:21:48.668Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4af983af-d689-40fb-853e-9e35f2d8460f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-14T09:21:48.669Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-14T09:21:48.669Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-14T09:21:48.721Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-14T09:21:48.722Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 4af983af-d689-40fb-853e-9e35f2d8460f 903
2023-02-14T09:21:48.722Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-14T09:21:48.722Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-14T09:21:48.722Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T09:21:48.723Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:21:48.723Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:21:48.723Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366508722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:21:49.209Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:21:49.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:21:49.211Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366483308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:21:49.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:21:49.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:21:49.214Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366478970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:21:49.214Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:21:49.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:21:49.214Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366485644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:21:49.214Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:21:49.725Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: ae714ed7-1e94-48c0-8913-a5c2de271c2d
2023-02-14T09:21:49.726Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 1db85d11-4a6c-43de-b907-cce9fb1f0494 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T09:21:49.753Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1bfaf1c5, org.onap.sdc.toscaparser.api.parameters.Input@49c074f7, org.onap.sdc.toscaparser.api.parameters.Input@2f7101ea, org.onap.sdc.toscaparser.api.parameters.Input@4b0493f2, org.onap.sdc.toscaparser.api.parameters.Input@73c278e]
2023-02-14T09:21:49.757Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:49.762Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:21:49.763Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-02-14T09:21:49.764Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 722b91bb-cc64-430e-b0d6-29c7c21ff75a
2023-02-14T09:21:49.764Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 722b91bb-cc64-430e-b0d6-29c7c21ff75a matches Tosca VF Customization UUID: 722b91bb-cc64-430e-b0d6-29c7c21ff75a
2023-02-14T09:21:49.765Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 722b91bb-cc64-430e-b0d6-29c7c21ff75a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-14T09:21:49.769Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:49.769Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:21:49.777Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 722b91bb-cc64-430e-b0d6-29c7c21ff75a: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2023-02-14T09:21:49.777Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5bc2ff3
2023-02-14T09:21:49.778Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:49.778Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-14T09:21:49.779Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d88ace80-27b7-4dbf-b765-bbfdca0caabf
2023-02-14T09:21:49.779Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d88ace80-27b7-4dbf-b765-bbfdca0caabf
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-14T09:21:49.787Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:49.788Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-14T09:21:49.789Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T09:21:49.790Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:49.790Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-14T09:21:49.790Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T09:21:49.791Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:49.791Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-14T09:21:49.792Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-14T09:21:49.792Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-14T09:21:49.792Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=93bb9292-843d-47d6-9062-193e54813c95
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-14T09:21:49.800Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:49.800Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-14T09:21:49.801Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T09:21:49.801Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:49.802Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-14T09:21:49.802Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=722b91bb-cc64-430e-b0d6-29c7c21ff75a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T09:21:49.830Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:49.832Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:21:49.832Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid ae714ed7-1e94-48c0-8913-a5c2de271c2d: basic_vm_macro
2023-02-14T09:21:49.833Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:49.833Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:21:49.833Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:49.834Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:21:49.834Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:49.834Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:21:49.834Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:49.835Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:21:49.835Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:21:49.835Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:21:49.837Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T09:21:50.142Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 1db85d11-4a6c-43de-b907-cce9fb1f0494 1 ASDC deployResourceStructure
2023-02-14T09:21:50.145Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-14T09:21:50.145Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-14T09:21:50.145Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T09:21:50.146Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:21:50.146Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:21:50.146Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366510145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:21:51.161Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-14T09:21:51.162Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-14T09:21:51.162Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T09:21:51.164Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:21:51.164Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:21:51.164Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366511161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:21:52.169Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-14T09:21:52.170Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-14T09:21:52.172Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T09:21:52.174Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:21:52.174Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:21:52.175Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366512169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:21:53.176Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-14T09:21:53.177Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-14T09:21:53.177Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T09:21:53.177Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:21:53.178Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:21:53.178Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366513176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:21:54.179Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: abbd1869-675d-4d95-9f11-69ae7bec8b1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T09:21:54.200Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: abbd1869-675d-4d95-9f11-69ae7bec8b1f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T09:21:54.206Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T09:21:54.207Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-14T09:21:54.207Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-14T09:22:24.208Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: abbd1869-675d-4d95-9f11-69ae7bec8b1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T09:22:24.224Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: abbd1869-675d-4d95-9f11-69ae7bec8b1f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T09:22:24.227Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T09:22:24.227Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-14T09:22:24.227Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-14T09:22:49.209Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:22:49.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.213Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366481023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.214Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.215Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366483308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.216Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.216Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366478970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-14T09:22:49.216Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.216Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366485644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-14T09:22:49.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.217Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366481023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.217Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366483308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.218Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.218Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366478970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-14T09:22:49.218Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.218Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366485644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-14T09:22:49.219Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.220Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366481023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.220Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366483308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.220Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366478970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.221Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366485644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.221Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.221Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366481023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.221Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.221Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366483308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.221Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.221Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366478970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-14T09:22:49.222Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.222Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366485644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-14T09:22:49.222Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.222Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366481023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.222Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.222Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366483308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.222Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.223Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366478970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.223Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366485644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.223Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366481023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.224Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366483308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.224Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.224Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366478970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.224Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.224Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366485644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.224Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366481023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T09:22:49.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366483308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T09:22:49.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366478970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T09:22:49.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366485644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T09:22:49.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.226Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366501603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:22:49.226Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.226Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366501301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:22:49.226Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.226Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366501609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:22:49.226Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.226Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366502583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:22:49.226Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.227Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366501396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.227Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.227Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366502691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:22:49.227Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.227Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366501396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.227Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.227Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366503754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:22:49.228Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.228Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366501396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.228Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.228Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366504787,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T09:22:49.243Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of abbd1869-675d-4d95-9f11-69ae7bec8b1f
2023-02-14T09:22:49.244Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId abbd1869-675d-4d95-9f11-69ae7bec8b1f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T09:22:49.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.259Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366504962,
  "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=?
2023-02-14T09:22:49.269Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of abbd1869-675d-4d95-9f11-69ae7bec8b1f
2023-02-14T09:22:49.270Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId abbd1869-675d-4d95-9f11-69ae7bec8b1f 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-02-14T09:22:49.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.283Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366501396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.283Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.283Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366506574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:22:49.284Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.284Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366505791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-14T09:22:49.284Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.284Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366505964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.284Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.285Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366501396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.285Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.285Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366507665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:22:49.285Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.285Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366506796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.285Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.285Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366505964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.285Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.285Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366501396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.286Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.286Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366506796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-14T09:22:49.286Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.286Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366508722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:22:49.286Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:49.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:22:49.286Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366505964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:22:49.286Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:22:54.227Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: abbd1869-675d-4d95-9f11-69ae7bec8b1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T09:22:54.259Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: abbd1869-675d-4d95-9f11-69ae7bec8b1f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T09:22:54.265Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T09:22:54.266Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-14T09:22:54.266Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-14T09:23:24.266Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: abbd1869-675d-4d95-9f11-69ae7bec8b1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T09:23:24.283Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: abbd1869-675d-4d95-9f11-69ae7bec8b1f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T09:23:24.288Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T09:23:24.288Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-14T09:23:24.288Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-14T09:23:49.209Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:23:49.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.216Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366501396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.217Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366506796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-14T09:23:49.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.217Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366505964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.218Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366510145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-14T09:23:49.218Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.218Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366501396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T09:23:49.218Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.218Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366506796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.218Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.218Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366505964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.219Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.219Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366511161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-14T09:23:49.219Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.219Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366510211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:23:49.219Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.219Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366506796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-14T09:23:49.219Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.220Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366505964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.220Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366512169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-14T09:23:49.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.220Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366506796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-14T09:23:49.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.221Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366505964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.221Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.221Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366513176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T09:23:49.221Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.221Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366512104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T09:23:49.221Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.222Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366506796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-14T09:23:49.222Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.222Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366505964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.222Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.222Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366512628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T09:23:49.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.223Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366513106,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T09:23:49.255Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of abbd1869-675d-4d95-9f11-69ae7bec8b1f
2023-02-14T09:23:49.255Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId abbd1869-675d-4d95-9f11-69ae7bec8b1f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T09:23:49.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.276Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366506796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.286Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.286Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366505964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.287Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.287Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366513640,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T09:23:49.307Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of abbd1869-675d-4d95-9f11-69ae7bec8b1f
2023-02-14T09:23:49.307Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId abbd1869-675d-4d95-9f11-69ae7bec8b1f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T09:23:49.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.333Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366514107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.333Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.333Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366506796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.334Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.334Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366505964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T09:23:49.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.335Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366501396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.336Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366514107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.336Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366506796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T09:23:49.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.337Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366516162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:23:49.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.337Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366501396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.342Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.345Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366514107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.346Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.348Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366517018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:23:49.357Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.358Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366501396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.358Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.358Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366514107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.358Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.359Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366517891,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T09:23:49.392Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b93f59e6-8228-4e8e-a21d-4b7e6480cb5d
2023-02-14T09:23:49.393Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b93f59e6-8228-4e8e-a21d-4b7e6480cb5d 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-02-14T09:23:49.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.438Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366518151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:23:49.440Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.441Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366501396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.442Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366514107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.448Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.449Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366501396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.451Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.451Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366519317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:23:49.452Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.452Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366514107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.452Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.452Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366501396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.452Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.453Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366514107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.453Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366520517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:23:49.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.453Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366501396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.454Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366514107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.454Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.454Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366521564,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T09:23:49.475Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b93f59e6-8228-4e8e-a21d-4b7e6480cb5d
2023-02-14T09:23:49.475Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b93f59e6-8228-4e8e-a21d-4b7e6480cb5d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T09:23:49.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.495Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366501396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.497Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.497Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366514107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.498Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366522567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-14T09:23:49.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.498Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366501396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:23:49.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.498Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366514107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T09:23:49.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.499Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366501396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T09:23:49.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.499Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366524234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:23:49.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.500Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366524814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:23:49.500Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.500Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366527083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T09:23:49.501Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.501Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366528086,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T09:23:49.538Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b93f59e6-8228-4e8e-a21d-4b7e6480cb5d
2023-02-14T09:23:49.539Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b93f59e6-8228-4e8e-a21d-4b7e6480cb5d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T09:23:49.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.572Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366535388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T09:23:49.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:23:49.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:23:49.572Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366536390,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T09:23:49.647Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b93f59e6-8228-4e8e-a21d-4b7e6480cb5d
2023-02-14T09:23:49.648Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b93f59e6-8228-4e8e-a21d-4b7e6480cb5d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T09:23:54.288Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: abbd1869-675d-4d95-9f11-69ae7bec8b1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T09:23:54.319Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: abbd1869-675d-4d95-9f11-69ae7bec8b1f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T09:23:54.325Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T09:23:54.326Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-14T09:23:54.326Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-14T09:23:54.326Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-14T09:23:54.326Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T09:23:54.327Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T09:23:54.327Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T09:23:54.327Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T09:23:54.327Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T09:23:54.328Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T09:23:54.340Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-14T09:24:24.341Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: abbd1869-675d-4d95-9f11-69ae7bec8b1f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-14T09:24:24.350Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: abbd1869-675d-4d95-9f11-69ae7bec8b1f and serviceModelVersionId: ae714ed7-1e94-48c0-8913-a5c2de271c2d
2023-02-14T09:24:24.351Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9dbd4edf-5626-468f-a4ef-93aea80f00d0
2023-02-14T09:24:24.353Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9dbd4edf-5626-468f-a4ef-93aea80f00d0/model-vers/model-ver/ae714ed7-1e94-48c0-8913-a5c2de271c2d?depth=0
2023-02-14T09:24:24.359Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-14T09:24:24.431Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9dbd4edf-5626-468f-a4ef-93aea80f00d0/model-vers/model-ver/ae714ed7-1e94-48c0-8913-a5c2de271c2d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-14T09:24:24.434Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9dbd4edf-5626-468f-a4ef-93aea80f00d0/model-vers/model-ver/ae714ed7-1e94-48c0-8913-a5c2de271c2d?depth=0|INFO|500||Invoke
2023-02-14T09:24:24.450Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9dbd4edf-5626-468f-a4ef-93aea80f00d0/model-vers/model-ver/ae714ed7-1e94-48c0-8913-a5c2de271c2d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-14T09:24:24.567Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9dbd4edf-5626-468f-a4ef-93aea80f00d0/model-vers/model-ver/ae714ed7-1e94-48c0-8913-a5c2de271c2d?depth=0|INFO|500||InvokeReturn
2023-02-14T09:24:24.568Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9dbd4edf-5626-468f-a4ef-93aea80f00d0/model-vers/model-ver/ae714ed7-1e94-48c0-8913-a5c2de271c2d?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Feb 2023 09:24:23 GMT], content-length=[0], vertex-id=[274512], x-aai-txid=[1-aai-resources-230214-09:24:23:351-47933], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-14T09:24:24.569Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-02-14T09:24:24.569Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-14T09:24:24.569Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T09:24:24.584Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-14T09:24:24.585Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID abbd1869-675d-4d95-9f11-69ae7bec8b1f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-14T09:24:24.585Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-14T09:24:24.585Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:24.585Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:24.586Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366664585,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-14T09:24:25.609Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:24:25.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-14T09:24:25.619Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"b93f59e6-8228-4e8e-a21d-4b7e6480cb5d","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"b215536a-315e-43cf-bdc3-da5b634c3d50","serviceDescription":"service","serviceInvariantUUID":"7f327e23-ce5f-4a58-819b-358fa9d97772","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e73ff480-574f-4316-ac95-cd7757e70c2b","resourceInvariantUUID":"85f4cac1-31a0-493c-9f7e-603cd2b92af9","resourceCustomizationUUID":"837b11df-7adf-41ba-ba9d-5d485925fb4e","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":"MjY3ZGYyMTg5YmU1Y2M2MzJlOTkxYzkyNmMxYWNjMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fbefb629-9acf-415a-b0f7-eedcd5a29a25","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":"NmFmMjM3OWIwZmY0MjY4ZTc3ZThkZDkzYTg5MjkxNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"196725bc-e953-4d2f-a571-1d3261b911c9","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":"004acd56-3e75-485c-8053-ca17f4c33329","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":"033a1491-2403-429a-8159-ee858711309c","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":"24eeac34-35f4-4dc9-aec0-b45b595d8636","artifactVersion":"2","generatedFromUUID":"a2528379-0800-4869-80f8-1e327bb4d662"},{"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":"16ed6230-ed1f-43cc-a51b-c3ea82eeed9c","artifactVersion":"2","generatedFromUUID":"004acd56-3e75-485c-8053-ca17f4c33329"},{"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":"a2528379-0800-4869-80f8-1e327bb4d662","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":"ba305dbc-5ff9-4e92-9c4a-2bcde49bc92f","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":"NzhiMTEwOWVkNWRjNWRmN2I0N2I5ODdlZmIxMGMwN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2f2bf3f1-b7d6-4854-8ed0-139e1ab657e4","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Yjg4OTc4MTI2MmU5OTBjZTRhY2Q4MzM4NjNjMDBiNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"62cc2bfb-47cb-479f-a4a5-5399f03eec7f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-14T09:24:25.622Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:24:25.623Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:25.623Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:25.623Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:26.624Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:24:26.625Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:26.625Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:26.625Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:27.627Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:24:27.627Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:27.627Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:27.628Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:28.630Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:24:28.630Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:28.631Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:28.631Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:29.635Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:24:29.635Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:29.635Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:29.636Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:30.636Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:24:30.637Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:30.637Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:30.638Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:31.639Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:24:31.639Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:31.639Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:31.639Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:32.640Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:24:32.641Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:32.641Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:32.643Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:33.644Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:24:33.644Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:33.645Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:33.645Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:34.646Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:24:34.647Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:34.647Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:34.647Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:35.649Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b215536a-315e-43cf-bdc3-da5b634c3d50",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7f327e23-ce5f-4a58-819b-358fa9d97772",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "837b11df-7adf-41ba-ba9d-5d485925fb4e",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e73ff480-574f-4316-ac95-cd7757e70c2b",
      "resourceInvariantUUID": "85f4cac1-31a0-493c-9f7e-603cd2b92af9",
      "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": "NmFmMjM3OWIwZmY0MjY4ZTc3ZThkZDkzYTg5MjkxNzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "196725bc-e953-4d2f-a571-1d3261b911c9",
          "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": "004acd56-3e75-485c-8053-ca17f4c33329",
          "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": "16ed6230-ed1f-43cc-a51b-c3ea82eeed9c",
            "generatedFromUUID": "004acd56-3e75-485c-8053-ca17f4c33329"
          },
          "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": "24eeac34-35f4-4dc9-aec0-b45b595d8636",
          "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": "16ed6230-ed1f-43cc-a51b-c3ea82eeed9c",
          "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": "a2528379-0800-4869-80f8-1e327bb4d662",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Yjg4OTc4MTI2MmU5OTBjZTRhY2Q4MzM4NjNjMDBiNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "62cc2bfb-47cb-479f-a4a5-5399f03eec7f"
    }
  ],
  "workloadContext": "Production"
}
2023-02-14T09:24:35.649Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-14T09:24:35.649Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b215536a-315e-43cf-bdc3-da5b634c3d50 ASDC
2023-02-14T09:24:35.650Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:b93f59e6-8228-4e8e-a21d-4b7e6480cb5d
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:b215536a-315e-43cf-bdc3-da5b634c3d50
ServiceInvariantUUID:7f327e23-ce5f-4a58-819b-358fa9d97772
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:62cc2bfb-47cb-479f-a4a5-5399f03eec7f
ArtifactChecksum:Yjg4OTc4MTI2MmU5OTBjZTRhY2Q4MzM4NjNjMDBiNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:837b11df-7adf-41ba-ba9d-5d485925fb4e
ResourceInvariantUUID:85f4cac1-31a0-493c-9f7e-603cd2b92af9
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:e73ff480-574f-4316-ac95-cd7757e70c2b
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:196725bc-e953-4d2f-a571-1d3261b911c9
ArtifactChecksum:NmFmMjM3OWIwZmY0MjY4ZTc3ZThkZDkzYTg5MjkxNzI=
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:004acd56-3e75-485c-8053-ca17f4c33329
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:16ed6230-ed1f-43cc-a51b-c3ea82eeed9c
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:24eeac34-35f4-4dc9-aec0-b45b595d8636
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:16ed6230-ed1f-43cc-a51b-c3ea82eeed9c
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:a2528379-0800-4869-80f8-1e327bb4d662
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-14T09:24:35.652Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b215536a-315e-43cf-bdc3-da5b634c3d50 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-14T09:24:35.746Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T09:24:35.746Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-14T09:24:35.746Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-14T09:24:35.747Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 62cc2bfb-47cb-479f-a4a5-5399f03eec7f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-14T09:24:35.747Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-14T09:24:35.747Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-14T09:24:35.895Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-14T09:24:35.900Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 62cc2bfb-47cb-479f-a4a5-5399f03eec7f 163276
2023-02-14T09:24:35.901Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-14T09:24:35.901Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-14T09:24:35.901Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T09:24:35.902Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:35.902Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:35.902Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366675901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:36.904Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T09:24:36.905Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-14T09:24:36.905Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 62cc2bfb-47cb-479f-a4a5-5399f03eec7f, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-14T09:24:36.906Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-02-14T09:24:36.907Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-14T09:24:36.907Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-14T09:24:37.104Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2892494980748496093/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-02-14T09:24:39.230Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-14T09:24:39.231Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-14T09:24:39.231Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-14T09:24:39.231Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-14T09:24:39.232Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-14T09:24:39.232Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-14T09:24:39.232Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-14T09:24:39.232Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-14T09:24:39.233Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-14T09:24:39.233Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:39.233Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:24:39.234Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-14T09:24:39.234Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-14T09:24:39.234Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T09:24:39.235Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:39.235Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:24:39.235Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-14T09:24:39.236Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-14T09:24:39.236Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T09:24:39.236Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:39.239Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:24:39.240Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:39.240Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-14T09:24:39.240Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-02-14T09:24:39.241Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-02-14T09:24:39.241Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-14T09:24:39.241Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:39.241Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-14T09:24:39.241Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:39.242Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-14T09:24:39.242Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T09:24:39.243Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:39.243Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-14T09:24:39.244Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T09:24:39.245Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:39.245Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-14T09:24:39.245Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T09:24:39.246Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:39.246Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-14T09:24:39.246Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T09:24:39.246Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:39.247Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-14T09:24:39.247Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-02-14T09:24:39.247Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=907a6779-c343-4cad-89aa-b1fb39f0840f
2023-02-14T09:24:39.247Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:39.248Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:24:39.248Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:39.248Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:24:39.248Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:39.249Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:24:39.249Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:39.249Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:24:39.249Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:b215536a-315e-43cf-bdc3-da5b634c3d50
Model Version:NULL
Model InvariantUuid:7f327e23-ce5f-4a58-819b-358fa9d97772
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:884c16c6-6bce-49e1-9f33-79ab940f03ef
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:85f4cac1-31a0-493c-9f7e-603cd2b92af9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:837b11df-7adf-41ba-ba9d-5d485925fb4e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:daca6140-b889-464d-a0c4-710f75e7dd9d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:a36e04ef-e507-454d-81bb-40a5834dbd9c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:02999bcb-0f27-449c-81bb-7657c57389a7
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:a02dded6-5436-4063-9556-3082677fb444
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:907a6779-c343-4cad-89aa-b1fb39f0840f
ModelInvariantUuid:0fd1c324-9143-4d61-9883-1b3d5bec5717
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:766563e5-9066-4cc5-bba6-ee9141c76ffb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:9f2435f1-d2c6-4326-bcac-51c9c3c60ec8
ModelInvariantUuid:2b5f57d5-8ad9-491b-9dfa-1b6b63864efc
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:981090a6-14aa-444c-83d4-6ce6decc10f7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-14T09:24:39.261Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e73ff480-574f-4316-ac95-cd7757e70c2b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T09:24:39.265Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2023-02-14T09:24:39.265Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e73ff480-574f-4316-ac95-cd7757e70c2b
2023-02-14T09:24:39.265Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 196725bc-e953-4d2f-a571-1d3261b911c9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-14T09:24:39.265Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-14T09:24:39.266Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-14T09:24:39.357Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-14T09:24:39.358Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 196725bc-e953-4d2f-a571-1d3261b911c9 1565
2023-02-14T09:24:39.359Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-14T09:24:39.359Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-14T09:24:39.359Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T09:24:39.360Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:39.360Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:39.360Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366679359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:40.364Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "02999bcb-0f27-449c-81bb-7657c57389a7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a02dded6-5436-4063-9556-3082677fb444",
    "vfModuleModelCustomizationUUID": "9cedeca0-65d1-43fc-8dfb-aa9596b3e15a",
    "isBase": true,
    "artifacts": [
      "004acd56-3e75-485c-8053-ca17f4c33329",
      "16ed6230-ed1f-43cc-a51b-c3ea82eeed9c"
    ],
    "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": "daca6140-b889-464d-a0c4-710f75e7dd9d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a36e04ef-e507-454d-81bb-40a5834dbd9c",
    "vfModuleModelCustomizationUUID": "847fe120-eb56-4e76-9bb2-ae3e53e853a0",
    "isBase": false,
    "artifacts": [
      "a2528379-0800-4869-80f8-1e327bb4d662"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-14T09:24:40.380Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a02dded6-5436-4063-9556-3082677fb444
VfModuleModelInvariantUUID:02999bcb-0f27-449c-81bb-7657c57389a7
VfModuleModelDescription:NULL
Artifacts UUID List:{
004acd56-3e75-485c-8053-ca17f4c33329
,
16ed6230-ed1f-43cc-a51b-c3ea82eeed9c

}
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:a36e04ef-e507-454d-81bb-40a5834dbd9c
VfModuleModelInvariantUUID:daca6140-b889-464d-a0c4-710f75e7dd9d
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2528379-0800-4869-80f8-1e327bb4d662

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

isBase:false


}

2023-02-14T09:24:40.384Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "02999bcb-0f27-449c-81bb-7657c57389a7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a02dded6-5436-4063-9556-3082677fb444",
    "vfModuleModelCustomizationUUID": "9cedeca0-65d1-43fc-8dfb-aa9596b3e15a",
    "isBase": true,
    "artifacts": [
      "004acd56-3e75-485c-8053-ca17f4c33329",
      "16ed6230-ed1f-43cc-a51b-c3ea82eeed9c"
    ],
    "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": "daca6140-b889-464d-a0c4-710f75e7dd9d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a36e04ef-e507-454d-81bb-40a5834dbd9c",
    "vfModuleModelCustomizationUUID": "847fe120-eb56-4e76-9bb2-ae3e53e853a0",
    "isBase": false,
    "artifacts": [
      "a2528379-0800-4869-80f8-1e327bb4d662"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-14T09:24:40.386Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a02dded6-5436-4063-9556-3082677fb444
VfModuleModelInvariantUUID:02999bcb-0f27-449c-81bb-7657c57389a7
VfModuleModelDescription:NULL
Artifacts UUID List:{
004acd56-3e75-485c-8053-ca17f4c33329
,
16ed6230-ed1f-43cc-a51b-c3ea82eeed9c

}
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:a36e04ef-e507-454d-81bb-40a5834dbd9c
VfModuleModelInvariantUUID:daca6140-b889-464d-a0c4-710f75e7dd9d
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2528379-0800-4869-80f8-1e327bb4d662

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

isBase:false


}

2023-02-14T09:24:40.387Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 004acd56-3e75-485c-8053-ca17f4c33329 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-14T09:24:40.388Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-14T09:24:40.388Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-14T09:24:40.447Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-14T09:24:40.450Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 004acd56-3e75-485c-8053-ca17f4c33329 914
2023-02-14T09:24:40.450Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-14T09:24:40.450Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-14T09:24:40.450Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T09:24:40.451Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:40.451Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:40.451Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366680450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:41.452Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 24eeac34-35f4-4dc9-aec0-b45b595d8636 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-14T09:24:41.452Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-14T09:24:41.453Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-14T09:24:41.551Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-14T09:24:41.552Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 24eeac34-35f4-4dc9-aec0-b45b595d8636 12
2023-02-14T09:24:41.552Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-14T09:24:41.552Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-14T09:24:41.552Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T09:24:41.553Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:41.553Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:41.553Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366681552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:42.554Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 16ed6230-ed1f-43cc-a51b-c3ea82eeed9c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-14T09:24:42.555Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-14T09:24:42.555Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-14T09:24:42.609Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-14T09:24:42.610Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 16ed6230-ed1f-43cc-a51b-c3ea82eeed9c 96
2023-02-14T09:24:42.610Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-14T09:24:42.610Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-14T09:24:42.610Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T09:24:42.611Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:42.611Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:42.611Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366682610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:43.612Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a2528379-0800-4869-80f8-1e327bb4d662 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-14T09:24:43.612Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-14T09:24:43.613Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-14T09:24:43.680Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-14T09:24:43.681Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz a2528379-0800-4869-80f8-1e327bb4d662 20206
2023-02-14T09:24:43.681Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-14T09:24:43.681Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-14T09:24:43.682Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T09:24:43.682Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:43.682Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:43.682Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366683681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:44.689Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b215536a-315e-43cf-bdc3-da5b634c3d50
2023-02-14T09:24:44.690Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 e73ff480-574f-4316-ac95-cd7757e70c2b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T09:24:44.719Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@722c8cd3, org.onap.sdc.toscaparser.api.parameters.Input@5f45307f, org.onap.sdc.toscaparser.api.parameters.Input@20f593f7, org.onap.sdc.toscaparser.api.parameters.Input@11c7bd6b, org.onap.sdc.toscaparser.api.parameters.Input@79be194]
2023-02-14T09:24:44.721Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:44.721Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:24:44.722Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-02-14T09:24:44.722Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 837b11df-7adf-41ba-ba9d-5d485925fb4e
2023-02-14T09:24:44.722Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 837b11df-7adf-41ba-ba9d-5d485925fb4e matches Tosca VF Customization UUID: 837b11df-7adf-41ba-ba9d-5d485925fb4e
2023-02-14T09:24:44.723Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 837b11df-7adf-41ba-ba9d-5d485925fb4e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-14T09:24:44.726Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:44.727Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:24:44.728Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 837b11df-7adf-41ba-ba9d-5d485925fb4e: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2023-02-14T09:24:44.728Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@51cd660e
2023-02-14T09:24:44.729Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:44.729Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-14T09:24:44.729Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 847fe120-eb56-4e76-9bb2-ae3e53e853a0
2023-02-14T09:24:44.730Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 847fe120-eb56-4e76-9bb2-ae3e53e853a0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-14T09:24:44.735Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:44.735Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-14T09:24:44.736Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T09:24:44.736Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:44.737Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-14T09:24:44.738Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-14T09:24:44.738Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:44.739Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-14T09:24:44.739Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=837b11df-7adf-41ba-ba9d-5d485925fb4e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T09:24:44.754Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:44.755Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:24:44.756Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b215536a-315e-43cf-bdc3-da5b634c3d50: basic_cnf_macro
2023-02-14T09:24:44.757Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:44.757Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:24:44.758Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:44.758Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:24:44.758Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:44.759Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:24:44.759Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:44.759Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:24:44.760Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:24:44.760Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:24:44.760Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T09:24:44.853Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro e73ff480-574f-4316-ac95-cd7757e70c2b 2 ASDC deployResourceStructure
2023-02-14T09:24:44.854Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-14T09:24:44.855Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-14T09:24:44.855Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T09:24:44.856Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:44.856Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:44.856Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366684854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:45.857Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-14T09:24:45.858Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-14T09:24:45.859Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T09:24:45.859Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:45.859Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:45.861Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366685857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:46.865Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-14T09:24:46.865Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-02-14T09:24:46.866Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-14T09:24:46.866Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:46.866Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:46.867Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366686864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:47.868Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-14T09:24:47.869Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-14T09:24:47.869Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T09:24:47.870Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:47.870Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:47.870Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366687868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:48.872Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-14T09:24:48.872Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-14T09:24:48.872Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-14T09:24:48.873Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:48.873Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:48.877Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366688871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:49.209Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:49.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.214Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366613575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.215Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366603308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.216Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366578893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.216Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.216Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366613575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.216Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.217Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366603308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.221Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366578893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.221Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.222Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366603308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.222Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.222Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366578893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.222Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.222Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366613575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.224Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366613575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366603308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.236Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366578893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.238Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366613575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.238Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366603308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.239Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366578893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.240Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366613575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.241Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366578893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.241Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366603308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.242Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.242Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366613575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.242Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.245Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366578893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.246Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366603308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.246Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366613575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.246Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366578893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.247Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366603308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.249Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676366613575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T09:24:49.249Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.249Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366578893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T09:24:49.249Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.249Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366603308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T09:24:49.250Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.250Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366621396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.250Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.250Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366621396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.251Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.251Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366623437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:24:49.251Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.251Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366623745,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:24:49.251Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.251Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366621396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.252Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.252Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676366625280,
  "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-02-14T09:24:49.290Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 505a78ec-4395-462a-81af-d6e9d0387d77
2023-02-14T09:24:49.291Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 505a78ec-4395-462a-81af-d6e9d0387d77 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-02-14T09:24:49.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.317Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366621396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.317Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.318Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366621396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.318Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:24:49.319Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366621396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:24:49.319Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:24:49.879Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-14T09:24:49.879Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-14T09:24:49.879Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T09:24:49.880Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:24:49.880Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:24:49.880Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366689879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:24:50.882Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b93f59e6-8228-4e8e-a21d-4b7e6480cb5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T09:24:50.899Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b93f59e6-8228-4e8e-a21d-4b7e6480cb5d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T09:24:50.905Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T09:24:50.905Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-14T09:24:50.905Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-14T09:24:50.905Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-14T09:24:50.905Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T09:24:50.905Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T09:24:50.906Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T09:24:50.906Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T09:24:50.906Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T09:24:50.906Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T09:24:50.914Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-14T09:25:20.915Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b93f59e6-8228-4e8e-a21d-4b7e6480cb5d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-14T09:25:20.924Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b93f59e6-8228-4e8e-a21d-4b7e6480cb5d and serviceModelVersionId: b215536a-315e-43cf-bdc3-da5b634c3d50
2023-02-14T09:25:20.924Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f327e23-ce5f-4a58-819b-358fa9d97772
2023-02-14T09:25:20.930Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f327e23-ce5f-4a58-819b-358fa9d97772/model-vers/model-ver/b215536a-315e-43cf-bdc3-da5b634c3d50?depth=0
2023-02-14T09:25:20.940Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-02-14T09:25:21.018Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f327e23-ce5f-4a58-819b-358fa9d97772/model-vers/model-ver/b215536a-315e-43cf-bdc3-da5b634c3d50?depth=0|INFO|500||Invoke
2023-02-14T09:25:21.019Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f327e23-ce5f-4a58-819b-358fa9d97772/model-vers/model-ver/b215536a-315e-43cf-bdc3-da5b634c3d50?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f327e23-ce5f-4a58-819b-358fa9d97772/model-vers/model-ver/b215536a-315e-43cf-bdc3-da5b634c3d50?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b93f59e6-8228-4e8e-a21d-4b7e6480cb5d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[57444ce6-a803-4c9d-bd5e-8b9e95eaf1f8], X-ECOMP-RequestID=[b93f59e6-8228-4e8e-a21d-4b7e6480cb5d], X-TransactionId=[], X-ONAP-RequestID=[b93f59e6-8228-4e8e-a21d-4b7e6480cb5d], Content-Type=[application/merge-patch+json]}
2023-02-14T09:25:21.030Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f327e23-ce5f-4a58-819b-358fa9d97772/model-vers/model-ver/b215536a-315e-43cf-bdc3-da5b634c3d50?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-14T09:25:21.133Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f327e23-ce5f-4a58-819b-358fa9d97772/model-vers/model-ver/b215536a-315e-43cf-bdc3-da5b634c3d50?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/7f327e23-ce5f-4a58-819b-358fa9d97772/model-vers/model-ver/b215536a-315e-43cf-bdc3-da5b634c3d50?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Feb 2023 09:25:19 GMT], content-length=[0], vertex-id=[250080], x-aai-txid=[2-aai-resources-230214-09:25:19:933-15062], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-14T09:25:21.133Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f327e23-ce5f-4a58-819b-358fa9d97772/model-vers/model-ver/b215536a-315e-43cf-bdc3-da5b634c3d50?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-14T09:25:21.134Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f327e23-ce5f-4a58-819b-358fa9d97772/model-vers/model-ver/b215536a-315e-43cf-bdc3-da5b634c3d50?depth=0|INFO|500||InvokeReturn
2023-02-14T09:25:21.135Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-14T09:25:21.135Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T09:25:21.144Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-14T09:25:21.145Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b93f59e6-8228-4e8e-a21d-4b7e6480cb5d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-14T09:25:21.146Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-14T09:25:21.147Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:25:21.147Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:25:21.148Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366721146,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-14T09:25:22.180Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-14T09:25:22.180Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"505a78ec-4395-462a-81af-d6e9d0387d77","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a7415fb1-4877-4639-831c-cb51037771a7","serviceDescription":"service","serviceInvariantUUID":"4b26894c-1da7-46f2-be9a-afd660b9ee52","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dd7fe9f4-e4fa-47be-9417-d52b63e631f8","resourceInvariantUUID":"448f1a86-ac98-4705-92b1-553e35386aca","resourceCustomizationUUID":"4111f01b-de88-4bd8-89b1-81b4a24870da","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":"YjFhNmI5ZDE0ZTMwZmUyNjg3ZjQzNzQ2OWMyNjk0ZDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"335bd367-3d87-4f9e-becf-969e432755f0","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":"07f8226f-06b6-40f5-8d93-acec1c254a61","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":"265ca8dc-aa38-42c9-99a6-4469373747dc","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":"NjJkYzk4MjgwNzg4YTQ3ZDFiMTI3NTgzNzJhMDRlYmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"80043200-6829-467e-8539-858a18d90d2d","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":"4ad0db1d-68c3-4648-b5ca-ca5571407921","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":"de69ba88-3ee2-473d-acfe-c14cf3a83b22","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":"ff277d43-e3c6-4f2f-a83d-9fbafc9a9317","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":"MGE4ODdjOTUwN2M1YzIzYmVjMTVjMGZhYWNiMWNlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"37f9cd12-7c87-4045-9122-9eb429b9516c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NTkwMTg5NzYyNDQ1ZjA2NjgyNzgxNzFlMzM5ZDgyODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"46e6ee06-7e02-4835-af97-0f61354e612c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-14T09:25:22.181Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:25:22.181Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:25:22.182Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:25:22.182Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:25:23.185Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:25:23.185Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:25:23.185Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:25:23.186Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:25:24.188Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:25:24.188Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:25:24.188Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:25:24.189Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:25:25.190Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:25:25.190Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:25:25.191Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:25:25.191Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:25:26.192Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:25:26.193Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:25:26.193Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:25:26.193Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:25:27.194Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:25:27.195Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:25:27.195Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:25:27.196Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:25:28.196Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:25:28.197Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:25:28.198Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:25:28.198Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:25:29.199Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:25:29.200Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:25:29.200Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:25:29.201Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:25:30.202Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-14T09:25:30.203Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:25:30.203Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:25:30.203Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:25:31.205Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a7415fb1-4877-4639-831c-cb51037771a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4b26894c-1da7-46f2-be9a-afd660b9ee52",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "4111f01b-de88-4bd8-89b1-81b4a24870da",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "dd7fe9f4-e4fa-47be-9417-d52b63e631f8",
      "resourceInvariantUUID": "448f1a86-ac98-4705-92b1-553e35386aca",
      "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": "NTkwMTg5NzYyNDQ1ZjA2NjgyNzgxNzFlMzM5ZDgyODQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "46e6ee06-7e02-4835-af97-0f61354e612c"
    }
  ],
  "workloadContext": "Production"
}
2023-02-14T09:25:31.206Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-14T09:25:31.206Z|b93f59e6-8228-4e8e-a21d-4b7e6480cb5d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a7415fb1-4877-4639-831c-cb51037771a7 ASDC
2023-02-14T09:25:31.207Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:505a78ec-4395-462a-81af-d6e9d0387d77
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a7415fb1-4877-4639-831c-cb51037771a7
ServiceInvariantUUID:4b26894c-1da7-46f2-be9a-afd660b9ee52
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:46e6ee06-7e02-4835-af97-0f61354e612c
ArtifactChecksum:NTkwMTg5NzYyNDQ1ZjA2NjgyNzgxNzFlMzM5ZDgyODQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:4111f01b-de88-4bd8-89b1-81b4a24870da
ResourceInvariantUUID:448f1a86-ac98-4705-92b1-553e35386aca
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:dd7fe9f4-e4fa-47be-9417-d52b63e631f8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-14T09:25:31.207Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7415fb1-4877-4639-831c-cb51037771a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-14T09:25:31.274Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T09:25:31.275Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-14T09:25:31.275Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-14T09:25:31.275Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 46e6ee06-7e02-4835-af97-0f61354e612c from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-14T09:25:31.275Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-14T09:25:31.277Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-14T09:25:31.354Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-14T09:25:31.359Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 46e6ee06-7e02-4835-af97-0f61354e612c 111105
2023-02-14T09:25:31.360Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-14T09:25:31.360Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-14T09:25:31.360Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-14T09:25:31.361Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:25:31.361Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:25:31.361Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366731360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:25:32.365Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-14T09:25:32.366Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-14T09:25:32.367Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 46e6ee06-7e02-4835-af97-0f61354e612c, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-14T09:25:32.367Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-02-14T09:25:32.367Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-14T09:25:32.367Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-14T09:25:32.624Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11156390184931169298/Definitions/service-TestPnfMacro-template.yml
2023-02-14T09:25:34.438Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-14T09:25:34.439Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-14T09:25:34.439Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-14T09:25:34.439Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-14T09:25:34.439Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-14T09:25:34.439Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-14T09:25:34.439Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-14T09:25:34.439Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-14T09:25:34.440Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-14T09:25:34.440Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-14T09:25:34.440Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-14T09:25:34.440Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-14T09:25:34.440Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:25:34.441Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:25:34.441Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-14T09:25:34.441Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-14T09:25:34.442Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T09:25:34.442Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:25:34.442Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:25:34.442Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-14T09:25:34.442Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-14T09:25:34.443Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-14T09:25:34.443Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:25:34.443Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:25:34.443Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:25:34.444Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:25:34.444Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:25:34.444Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:25:34.444Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:25:34.444Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:25:34.445Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:25:34.445Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:25:34.445Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:a7415fb1-4877-4639-831c-cb51037771a7
Model Version:NULL
Model InvariantUuid:4b26894c-1da7-46f2-be9a-afd660b9ee52
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-14T09:25:34.459Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: dd7fe9f4-e4fa-47be-9417-d52b63e631f8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T09:25:34.465Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-02-14T09:25:34.465Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dd7fe9f4-e4fa-47be-9417-d52b63e631f8
2023-02-14T09:25:34.466Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||No resources found for Service: a7415fb1-4877-4639-831c-cb51037771a7
2023-02-14T09:25:34.466Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a7415fb1-4877-4639-831c-cb51037771a7
2023-02-14T09:25:34.466Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 dd7fe9f4-e4fa-47be-9417-d52b63e631f8 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T09:25:34.478Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f4b4f5f, org.onap.sdc.toscaparser.api.parameters.Input@55dd1b83, org.onap.sdc.toscaparser.api.parameters.Input@5978d977, org.onap.sdc.toscaparser.api.parameters.Input@75b9579f, org.onap.sdc.toscaparser.api.parameters.Input@708dcfc0]
2023-02-14T09:25:34.479Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:25:34.479Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:25:34.480Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid a7415fb1-4877-4639-831c-cb51037771a7: test-pnf
2023-02-14T09:25:34.480Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Processing PNF resource: dd7fe9f4-e4fa-47be-9417-d52b63e631f8
2023-02-14T09:25:34.480Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-14T09:25:34.480Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-14T09:25:34.481Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Resource customization UUID: 4111f01b-de88-4bd8-89b1-81b4a24870da is the same as notified resource customizationUUID: 4111f01b-de88-4bd8-89b1-81b4a24870da
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-14T09:25:34.590Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf dd7fe9f4-e4fa-47be-9417-d52b63e631f8 0 ASDC deployResourceStructure
2023-02-14T09:25:34.591Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-14T09:25:34.592Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-14T09:25:34.592Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-14T09:25:34.593Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:25:34.593Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:25:34.593Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366734591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:25:35.597Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 505a78ec-4395-462a-81af-d6e9d0387d77
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T09:25:35.611Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 505a78ec-4395-462a-81af-d6e9d0387d77
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T09:25:35.616Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T09:25:35.616Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-14T09:25:35.616Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-14T09:25:49.209Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:25:49.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.213Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366621396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:25:49.214Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.215Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366621396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:25:49.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.215Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366621396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T09:25:49.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.216Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366631122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T09:25:49.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.217Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366631223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:25:49.218Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.218Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "aai-model-loader",
  "timestamp": 1676366632124,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T09:25:49.233Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 505a78ec-4395-462a-81af-d6e9d0387d77
2023-02-14T09:25:49.233Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 505a78ec-4395-462a-81af-d6e9d0387d77 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T09:25:49.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.247Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366633085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T09:25:49.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.247Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676366634090,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T09:25:49.254Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 505a78ec-4395-462a-81af-d6e9d0387d77
2023-02-14T09:25:49.254Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 505a78ec-4395-462a-81af-d6e9d0387d77 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-14T09:25:49.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.266Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "abbd1869-675d-4d95-9f11-69ae7bec8b1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366664585,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-14T09:25:49.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:25:49.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-14T09:25:49.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-14T09:25:49.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.269Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:25:49.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.269Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-14T09:25:49.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.270Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-14T09:25:49.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.270Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-14T09:25:49.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.270Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:25:49.271Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.272Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:25:49.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.272Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T09:25:49.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.273Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366675901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:25:49.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.273Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366679359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:25:49.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.273Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366680450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:25:49.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366681552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:25:49.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366682610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:25:49.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366683681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:25:49.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.277Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366684854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-14T09:25:49.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.277Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366685857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-02-14T09:25:49.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.279Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366686864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-14T09:25:49.279Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.279Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366687868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-02-14T09:25:49.280Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:25:49.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-14T09:25:49.280Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366688871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-14T09:25:49.280Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:26:05.630Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 505a78ec-4395-462a-81af-d6e9d0387d77
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T09:26:05.654Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 505a78ec-4395-462a-81af-d6e9d0387d77
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-14T09:26:05.658Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-14T09:26:05.658Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-14T09:26:05.658Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-14T09:26:05.658Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-14T09:26:05.659Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T09:26:05.660Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T09:26:05.660Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T09:26:05.660Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-14T09:26:05.660Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-14T09:26:05.668Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-14T09:26:35.668Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 505a78ec-4395-462a-81af-d6e9d0387d77 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-14T09:26:35.705Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 505a78ec-4395-462a-81af-d6e9d0387d77 and serviceModelVersionId: a7415fb1-4877-4639-831c-cb51037771a7
2023-02-14T09:26:35.706Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4b26894c-1da7-46f2-be9a-afd660b9ee52
2023-02-14T09:26:35.708Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4b26894c-1da7-46f2-be9a-afd660b9ee52/model-vers/model-ver/a7415fb1-4877-4639-831c-cb51037771a7?depth=0
2023-02-14T09:26:35.716Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-02-14T09:26:35.810Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4b26894c-1da7-46f2-be9a-afd660b9ee52/model-vers/model-ver/a7415fb1-4877-4639-831c-cb51037771a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-14T09:26:35.817Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4b26894c-1da7-46f2-be9a-afd660b9ee52/model-vers/model-ver/a7415fb1-4877-4639-831c-cb51037771a7?depth=0|INFO|500||Invoke
2023-02-14T09:26:35.842Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4b26894c-1da7-46f2-be9a-afd660b9ee52/model-vers/model-ver/a7415fb1-4877-4639-831c-cb51037771a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-14T09:26:35.996Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4b26894c-1da7-46f2-be9a-afd660b9ee52/model-vers/model-ver/a7415fb1-4877-4639-831c-cb51037771a7?depth=0|INFO|500||InvokeReturn
2023-02-14T09:26:35.997Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4b26894c-1da7-46f2-be9a-afd660b9ee52/model-vers/model-ver/a7415fb1-4877-4639-831c-cb51037771a7?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Feb 2023 09:26:34 GMT], content-length=[0], vertex-id=[307272], x-aai-txid=[0-aai-resources-230214-09:26:34:749-27952], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-14T09:26:35.997Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-02-14T09:26:36.011Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-14T09:26:36.011Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-14T09:26:36.029Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-14T09:26:36.030Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 505a78ec-4395-462a-81af-d6e9d0387d77 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-14T09:26:36.030Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-14T09:26:36.030Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-14T09:26:36.030Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-14T09:26:36.030Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366796030,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-14T09:26:37.079Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:26:49.209Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:26:49.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-14T09:26:49.213Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366689879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T09:26:49.215Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:26:49.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-14T09:26:49.216Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b93f59e6-8228-4e8e-a21d-4b7e6480cb5d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366721146,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-14T09:26:49.216Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:26:49.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-14T09:26:49.217Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:26:49.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:26:49.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-14T09:26:49.217Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:26:49.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:26:49.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-14T09:26:49.218Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:26:49.218Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:26:49.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-14T09:26:49.218Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:26:49.218Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:26:49.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-14T09:26:49.218Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:26:49.218Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:26:49.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-14T09:26:49.219Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:26:49.219Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:26:49.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-14T09:26:49.219Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:26:49.219Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:26:49.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-14T09:26:49.219Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-14T09:26:49.219Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:26:49.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-14T09:26:49.219Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366665609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-14T09:26:49.220Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:26:49.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-14T09:26:49.220Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366731360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-14T09:26:49.220Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:26:49.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-14T09:26:49.220Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366734591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-14T09:26:49.220Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:27:37.079Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:27:49.209Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:27:49.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-14T09:27:49.215Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "505a78ec-4395-462a-81af-d6e9d0387d77",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676366796030,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-14T09:27:49.221Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-14T09:28:37.085Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:28:49.209Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:29:37.086Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:29:49.212Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:30:37.088Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:30:49.214Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:31:37.089Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:31:49.216Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:32:37.090Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:32:49.217Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:33:37.093Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:33:49.219Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:34:37.095Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:34:49.221Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:35:37.099Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:35:49.222Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:36:37.101Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:36:49.225Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:37:37.101Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:37:49.225Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:38:37.103Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:38:49.227Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:39:37.105Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:39:49.228Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:40:37.106Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:40:49.228Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:41:37.109Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:41:49.230Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:42:37.111Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:42:49.232Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:43:37.113Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:43:49.232Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:44:37.114Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:44:49.234Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:45:37.116Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:45:49.234Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:46:37.118Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:46:49.236Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:47:37.120Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:47:49.237Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:48:37.121Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:48:49.239Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:49:37.128Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:49:49.240Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:50:37.129Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:50:49.241Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:51:37.130Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:51:49.243Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:52:37.132Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:52:49.245Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:53:37.132Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:53:49.245Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:54:37.136Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:54:49.247Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:55:37.139Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:55:49.248Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:56:37.144Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:56:49.250Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:57:37.146Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:57:49.251Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:58:37.148Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:58:49.252Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T09:59:37.150Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T09:59:49.254Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:00:37.152Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:00:49.257Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:01:37.154Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:01:49.258Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:02:37.155Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:02:49.260Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:03:37.157Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:03:49.261Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:04:37.157Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:04:49.262Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:05:37.159Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:05:49.263Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:06:37.161Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:06:49.265Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:07:37.162Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:07:49.266Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:08:37.166Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:08:49.267Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:09:37.170Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:09:49.268Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:10:37.174Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:10:49.269Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:11:37.176Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:11:49.271Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:12:37.177Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:12:49.273Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:13:37.179Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:13:49.273Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:14:37.185Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:14:49.275Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:15:37.186Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:15:49.277Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:16:37.187Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:16:49.277Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:17:37.187Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:17:49.279Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:18:37.190Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:18:49.284Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:19:37.192Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:19:49.286Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:20:37.195Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:20:49.289Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:21:37.196Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:21:49.292Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:22:37.197Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:22:49.294Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:23:37.199Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:23:49.301Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:24:37.201Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:24:49.302Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:25:37.202Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:25:49.303Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:26:37.203Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:26:49.304Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:27:37.204Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:27:49.306Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:28:37.205Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:28:49.310Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:29:37.206Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:29:49.311Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:30:37.208Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:30:49.313Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:31:37.209Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:31:49.324Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:32:37.210Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:32:49.327Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:33:37.211Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:33:49.332Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:34:37.213Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:34:49.333Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:35:37.215Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:35:49.334Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:36:37.216Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:36:49.335Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:37:37.218Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:37:49.336Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:38:37.220Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:38:49.346Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:39:37.221Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:39:49.347Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:40:37.223Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:40:49.348Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:41:37.224Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:41:49.349Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:42:37.225Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:42:49.350Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:43:37.226Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:43:49.352Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:44:37.228Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:44:49.352Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:45:37.229Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:45:49.354Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:46:37.230Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:46:49.356Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:47:37.233Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:47:49.366Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:48:37.235Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:48:49.368Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:49:37.237Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:49:49.370Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:50:37.239Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:50:49.371Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:51:37.241Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:51:49.373Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:52:37.242Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:52:49.373Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:53:37.244Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:53:49.375Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:54:37.246Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:54:49.376Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:55:37.247Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:55:49.378Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:56:37.249Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:56:49.379Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:57:37.251Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:57:49.380Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:58:37.253Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:58:49.381Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T10:59:37.254Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T10:59:49.385Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:00:37.256Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:00:49.387Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:01:37.259Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:01:49.387Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:02:37.261Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:02:49.388Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:03:37.263Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:03:49.389Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:04:37.264Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:04:49.391Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:05:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:05:49.392Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:06:37.267Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:06:49.393Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:07:37.268Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:07:49.394Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:08:37.270Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:08:49.396Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:09:37.271Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:09:49.396Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:10:37.272Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:10:49.396Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:11:37.274Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:11:49.401Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:12:37.275Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:12:49.402Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:13:37.275Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:13:49.403Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:14:37.277Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:14:49.404Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:15:37.279Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:15:49.406Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:16:37.280Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:16:49.407Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:17:37.280Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:17:49.408Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:18:37.281Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:18:49.409Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:19:37.283Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:19:49.409Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:20:37.284Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:20:49.411Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:21:37.285Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:21:49.412Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:22:37.286Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:22:49.413Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:23:37.287Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:23:49.414Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:24:37.288Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:24:49.415Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:25:37.290Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:25:49.417Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:26:37.290Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:26:49.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:27:37.291Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:27:49.420Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:28:37.293Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:28:49.422Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:29:37.294Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:29:49.427Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:30:37.296Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:30:49.428Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:31:37.297Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:31:49.429Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:32:37.298Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:32:49.430Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:33:37.298Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:33:49.432Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:34:37.299Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:34:49.434Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:35:37.300Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:35:49.435Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:36:37.302Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:36:49.437Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:37:37.303Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:37:49.437Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:38:37.305Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:38:49.439Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:39:37.307Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:39:49.441Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:40:37.308Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:40:49.442Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:41:37.309Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:41:49.442Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:42:37.309Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:42:49.444Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:43:37.311Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:43:49.446Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:44:37.316Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:44:49.447Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:45:37.318Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:45:49.447Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:46:37.318Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:46:49.448Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:47:37.320Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:47:49.450Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:48:37.320Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:48:49.451Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:49:37.322Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:49:49.453Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:50:37.324Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:50:49.454Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:51:37.324Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:51:49.454Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:52:37.327Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:52:49.456Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:53:37.328Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:53:49.456Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:54:37.330Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:54:49.458Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:55:37.332Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:55:49.459Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:56:37.334Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:56:49.460Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:57:37.335Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:57:49.462Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:58:37.336Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:58:49.463Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T11:59:37.339Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T11:59:49.464Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:00:37.341Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:00:49.465Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:01:37.342Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:01:49.466Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:02:37.344Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:02:49.467Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:03:37.344Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:03:49.468Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:04:37.346Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:04:49.470Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:05:37.347Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:05:49.472Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:06:37.350Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:06:49.472Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:07:37.351Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:07:49.477Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:08:37.352Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:08:49.478Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:09:37.353Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:09:49.479Z|abbd1869-675d-4d95-9f11-69ae7bec8b1f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:10:37.354Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:10:49.480Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:11:37.356Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:11:49.504Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:12:37.356Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:12:49.505Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:13:37.357Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:13:49.506Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:14:37.358Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:14:49.506Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:15:37.360Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:15:49.508Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:16:37.361Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:16:49.508Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:17:37.361Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:17:49.509Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:18:37.364Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:18:49.510Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:19:37.366Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:19:49.520Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:20:37.368Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:20:49.532Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:21:37.370Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:21:49.534Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:22:37.372Z|c393c19c-8ec2-4d1c-bc42-a173d2804a96|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:22:49.541Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:23:37.373Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:23:49.545Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:24:37.375Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:24:49.546Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:25:37.377Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:25:49.548Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:26:37.378Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:26:49.549Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:27:37.380Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:27:49.550Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:28:37.381Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:28:49.551Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:29:37.381Z|505a78ec-4395-462a-81af-d6e9d0387d77|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:29:49.552Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:30:37.382Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:30:49.553Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:31:37.383Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:31:49.555Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:32:37.384Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:32:49.556Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:33:37.386Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:33:49.557Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:34:37.388Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:34:49.558Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:35:37.390Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:35:49.560Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:36:37.391Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:36:49.561Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:37:37.393Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:37:49.563Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:38:37.395Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:38:49.563Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:39:37.395Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:39:49.564Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-14T12:40:37.396Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-14T12:40:49.564Z|c02cdf0a-359f-4c43-b8c3-4dd22103b2bb|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO