Results

By type

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

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

2023-05-27T23:39:22.513Z||main|||||INFO|500||The following profiles are active: basic
2023-05-27T23:39:36.362Z||main|||||INFO|500||Starting service [Tomcat]
2023-05-27T23:39:36.362Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-05-27T23:39:36.634Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-05-27T23:39:39.540Z||main|||||INFO|500||catdb-pool - Starting...
2023-05-27T23:39:39.901Z||main|||||INFO|500||catdb-pool - Start completed.
2023-05-27T23:39:40.336Z||main|||||INFO|500||reqdb-pool - Starting...
2023-05-27T23:39:40.376Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-05-27T23:39:40.614Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-05-27T23:39:41.045Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-05-27T23:39:42.285Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-05-27T23:39:45.377Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-27T23:39:47.499Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-27T23:39:47.542Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-05-27T23:39:47.816Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-27T23:39:47.989Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-05-27T23:39:49.004Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-27T23:39:50.217Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2023-05-27T23:39:50.874Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-05-27T23:39:50.875Z||main|||||ERROR|500||(conn=1308) Table 'catalogdb.activity_spec' doesn't exist
2023-05-27T23:39:50.891Z||main|||||WARN|500||Exception on deploying activitySpecs:  could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2023-05-27T23:39:53.033Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-05-27T23:39:54.776Z||main|||||WARN|500||---
2023-05-27T23:39:54.777Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-05-27T23:39:54.777Z||main|||||WARN|500||---
2023-05-27T23:39:55.253Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-05-27T23:39:59.255Z||main|||||INFO|500||Started Application in 44.211 seconds (JVM running for 47.935)
2023-05-27T23:39:59.286Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-05-27T23:39:59.288Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-05-27T23:39:59.297Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-05-27T23:39:59.333Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 972d0ae8-9f36-46e5-ad03-3ddb005fdd51 url= /sdc/v1/artifactTypes
2023-05-27T23:39:59.336Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-05-27T23:39:59.593Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-27T23:39:59.667Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with SDC server
2023-05-27T23:39:59.667Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-05-27T23:39:59.667Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= eac9232b-8867-4f2b-a523-f1890b6cd710 url= /sdc/v1/distributionKafkaData
2023-05-27T23:39:59.668Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-05-27T23:39:59.697Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-27T23:39:59.701Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@712a3a06
2023-05-27T23:39:59.752Z||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-1dbb6397-9486-46fd-9065-2a8da594dd51
	compression.type = none
	connections.max.idle.ms = 540000
	delivery.timeout.ms = 120000
	enable.idempotence = true
	interceptor.classes = []
	key.serializer = class org.apache.kafka.common.serialization.StringSerializer
	linger.ms = 0
	max.block.ms = 60000
	max.in.flight.requests.per.connection = 5
	max.request.size = 1048576
	metadata.max.age.ms = 300000
	metadata.max.idle.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partitioner.adaptive.partitioning.enable = true
	partitioner.availability.timeout.ms = 0
	partitioner.class = null
	partitioner.ignore.keys = false
	receive.buffer.bytes = 32768
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retries = 2147483647
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.timeout.ms = 60000
	transactional.id = null
	value.serializer = class org.apache.kafka.common.serialization.StringSerializer

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

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

2023-05-27T23:40:00.025Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:40:00.030Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-27T23:40:00.030Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-27T23:40:00.031Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1685230800030
2023-05-27T23:40:00.031Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:40:00.034Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:40:00.037Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-05-27T23:40:01.409Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:01.410Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:01.411Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Cluster ID: HjpDQeVqRIGBFpJY0vCvyg
2023-05-27T23:40:01.414Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] ProducerId set to 8 with epoch 0
2023-05-27T23:40:01.409Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 YpfhbShVRSitcQQ5QDYCLw
2023-05-27T23:40:01.414Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 YpfhbShVRSitcQQ5QDYCLw
2023-05-27T23:40:01.411Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:01.414Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 YpfhbShVRSitcQQ5QDYCLw
2023-05-27T23:40:01.415Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 YpfhbShVRSitcQQ5QDYCLw
2023-05-27T23:40:01.415Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 YpfhbShVRSitcQQ5QDYCLw
2023-05-27T23:40:01.416Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 YpfhbShVRSitcQQ5QDYCLw
2023-05-27T23:40:01.415Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:01.416Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:01.417Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:01.419Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Cluster ID: HjpDQeVqRIGBFpJY0vCvyg
2023-05-27T23:40:01.419Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Cluster ID: HjpDQeVqRIGBFpJY0vCvyg
2023-05-27T23:40:01.420Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-05-27T23:40:01.425Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-05-27T23:40:01.452Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] (Re-)joining group
2023-05-27T23:40:01.475Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] (Re-)joining group
2023-05-27T23:40:01.533Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760-8090d6cc-c0b4-4ee4-8251-68f5d4247781
2023-05-27T23:40:01.534Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-05-27T23:40:01.535Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] (Re-)joining group
2023-05-27T23:40:01.572Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4-397ac429-8770-497e-bf0c-faeff006a72f
2023-05-27T23:40:01.573Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-05-27T23:40:01.574Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] (Re-)joining group
2023-05-27T23:40:07.542Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760-8090d6cc-c0b4-4ee4-8251-68f5d4247781', protocol='range'}
2023-05-27T23:40:07.542Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4-397ac429-8770-497e-bf0c-faeff006a72f', protocol='range'}
2023-05-27T23:40:07.607Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:07.607Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:07.607Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:07.607Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:07.607Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:07.608Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, 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 E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27T23:40:07.613Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4-397ac429-8770-497e-bf0c-faeff006a72f=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-f917a59a-5d7a-4dd7-8a28-693a4ee9e760-8090d6cc-c0b4-4ee4-8251-68f5d4247781=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-05-27T23:40:07.658Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4-397ac429-8770-497e-bf0c-faeff006a72f', protocol='range'}
2023-05-27T23:40:07.658Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760-8090d6cc-c0b4-4ee4-8251-68f5d4247781', protocol='range'}
2023-05-27T23:40:07.659Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-05-27T23:40:07.660Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-05-27T23:40:07.665Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-05-27T23:40:07.666Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-05-27T23:40:07.684Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-05-27T23:40:07.684Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-05-27T23:40:07.684Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-05-27T23:40:07.684Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-05-27T23:40:07.685Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-05-27T23:40:07.685Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-05-27T23:40:07.685Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-05-27T23:40:07.685Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-05-27T23:40:07.686Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-05-27T23:40:07.686Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-05-27T23:40:07.686Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-05-27T23:40:07.686Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-05-27T23:40:07.729Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-27T23:40:07.731Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-27T23:40:07.836Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-27T23:40:07.837Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-27T23:40:07.839Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-27T23:40:07.839Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-27T23:40:07.840Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-27T23:40:07.841Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-27T23:40:07.842Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-27T23:40:07.842Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-27T23:40:07.846Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-27T23:40:07.847Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-27T23:41:00.034Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:41:00.035Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:42:00.038Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:42:00.038Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:43:00.040Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:43:00.040Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:44:00.042Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:44:00.043Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:45:00.043Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:45:00.043Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:46:00.044Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:46:00.045Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:47:00.045Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:47:00.046Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:48:00.046Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:48:00.047Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:49:00.046Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:49:00.047Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:49:01.512Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f917a59a-5d7a-4dd7-8a28-693a4ee9e760, groupId=SO] Node -1 disconnected.
2023-05-27T23:49:01.515Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-bdfe956f-01cf-4496-a933-adb6fe3bd3e4, groupId=SO] Node -1 disconnected.
2023-05-27T23:49:01.719Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Node -1 disconnected.
2023-05-27T23:49:23.011Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-05-27T23:50:00.047Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:50:00.048Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:51:00.049Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:51:00.049Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:52:00.051Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:52:00.051Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:53:00.052Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:53:00.053Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:54:00.053Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:54:00.052Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:55:00.055Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:55:00.055Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:56:00.056Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:56:00.058Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:57:00.057Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:57:00.059Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:58:00.059Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:58:00.060Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T23:59:00.060Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T23:59:00.060Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:00:00.060Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:00:00.060Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:01:00.062Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:01:00.067Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:02:00.064Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:02:00.068Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:03:00.065Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:03:00.069Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:04:00.066Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:04:00.070Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:05:00.068Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:05:00.070Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:06:00.068Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:06:00.071Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:07:00.070Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:07:00.072Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:08:00.071Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:08:00.076Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:09:00.074Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:09:00.077Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:10:00.074Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:10:00.078Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:11:00.077Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:11:00.079Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:12:00.078Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:12:00.080Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:13:00.079Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:13:00.086Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:14:00.081Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:14:00.086Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:15:00.081Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:15:00.087Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:16:00.082Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:16:00.088Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:17:00.084Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:17:00.088Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:18:00.084Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:18:00.089Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:19:00.085Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:19:00.091Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:20:00.087Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:20:00.093Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:21:00.090Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:21:00.094Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:22:00.090Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:22:00.094Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:23:00.091Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:23:00.094Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:24:00.092Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:24:00.095Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:25:00.094Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:25:00.095Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:26:00.095Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:26:00.096Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:27:00.096Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:27:00.098Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:28:00.097Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:28:00.098Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:29:00.099Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:29:00.099Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:30:00.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:30:00.101Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:31:00.101Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:31:00.102Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:32:00.102Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:32:00.102Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:33:00.103Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:33:00.104Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:34:00.104Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:34:00.105Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:35:00.104Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:35:00.106Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:36:00.107Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:36:00.106Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:37:00.107Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:37:00.108Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:38:00.108Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:38:00.109Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:39:00.109Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:39:00.109Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:40:00.110Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:40:00.110Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:41:00.112Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:41:00.112Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:42:00.114Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:42:00.115Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:43:00.115Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:43:00.116Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:44:00.117Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:44:00.117Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:45:00.118Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:45:00.119Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:46:00.118Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:46:00.120Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:47:00.120Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:47:00.120Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:48:00.120Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:00.122Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:48:09.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-28T00:48:09.584Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"0fbfbc3d-f671-4e27-8b0c-53e00b4d525d","serviceName":"vFW 2023-05-28 00-46-43","serviceVersion":"1.0","serviceUUID":"2b3d546c-be3b-4b9b-b192-014bf0ed9977","serviceDescription":"catalog service description","serviceInvariantUUID":"44624b3c-d4e1-4515-9e44-fbdd27651851","resources":[{"resourceInstanceName":"vFW 43a367ee-a995 0","resourceName":"vFW 43a367ee-a995","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e2ea271f-1b26-4031-bc30-3fbfa0c29d6f","resourceInvariantUUID":"558767dd-0f3a-4eaa-8fe6-86d0617d0ad7","resourceCustomizationUUID":"f98224ad-37ea-41f5-8e70-f05889b12ff8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vf-license-model.xml","artifactChecksum":"Mjg3MDg0MThiNDQ2NmI0NDhlNDAyYTEwOTNhMDEwY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cbbec9eb-f0dc-4632-aaff-e6ff36e15cff","artifactVersion":"1"},{"artifactName":"vfw43a367eea9950_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json","artifactChecksum":"MGM0YmQ2N2VhMGQ1OGFmYzlkNDk5ODY3ODk3OWRlNDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40e93827-f883-43ef-9489-c0b3fc93163d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0e3be988-6aa0-4351-adc5-c06076d981dd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vendor-license-model.xml","artifactChecksum":"ZTg0ZGMyMmI1NTRlNzQyMzk4YzEwYmFkOWMxNGVjOWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed1e5b90-e82e-4bec-8f63-231bfbe1227d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ec9399d3-2936-4b38-b7e3-f72d898be8a7","artifactVersion":"2","generatedFromUUID":"0e3be988-6aa0-4351-adc5-c06076d981dd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230528004643-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-template.yml","artifactChecksum":"NWVjOTRiZTczZTQzZDFhNmUzZTM2Nzk2NThlNzkzOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dd7ca75c-a9e7-4f11-a8f8-e6537930063d","artifactVersion":"1"},{"artifactName":"service-Vfw20230528004643-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar","artifactChecksum":"M2U2NjkyZjMzYzEzMmI4ZjA4YzBlZDI4Mjc1YTNmZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c0c2a546-11cc-41b7-86cd-be46a46c09bd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-28T00:48:09.603Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:48:09.617Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:09.617Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:09.618Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234880122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:09.629Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T00:48:09.630Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T00:48:09.630Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T00:48:09.630Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T00:48:09.630Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T00:48:09.630Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T00:48:09.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:48:09.717Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685234857155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:48:09.732Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:48:10.664Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:48:10.664Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:10.665Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:10.665Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234880122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:11.667Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:48:11.668Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:11.668Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:11.668Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234880122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:12.670Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:48:12.670Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:12.670Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:12.670Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234880122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:13.671Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:48:13.672Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:13.673Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:13.678Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234880122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:14.680Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:48:14.680Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:14.681Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:14.681Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234880122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:15.681Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:48:15.682Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:15.683Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:15.683Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234880122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:16.686Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "serviceName": "vFW 2023-05-28 00-46-43",
  "serviceVersion": "1.0",
  "serviceUUID": "2b3d546c-be3b-4b9b-b192-014bf0ed9977",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "44624b3c-d4e1-4515-9e44-fbdd27651851",
  "resources": [
    {
      "resourceInstanceName": "vFW 43a367ee-a995 0",
      "resourceCustomizationUUID": "f98224ad-37ea-41f5-8e70-f05889b12ff8",
      "resourceName": "vFW 43a367ee-a995",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e2ea271f-1b26-4031-bc30-3fbfa0c29d6f",
      "resourceInvariantUUID": "558767dd-0f3a-4eaa-8fe6-86d0617d0ad7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw43a367eea9950_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
          "artifactChecksum": "MGM0YmQ2N2VhMGQ1OGFmYzlkNDk5ODY3ODk3OWRlNDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40e93827-f883-43ef-9489-c0b3fc93163d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0e3be988-6aa0-4351-adc5-c06076d981dd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ec9399d3-2936-4b38-b7e3-f72d898be8a7",
            "generatedFromUUID": "0e3be988-6aa0-4351-adc5-c06076d981dd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ec9399d3-2936-4b38-b7e3-f72d898be8a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230528004643-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
      "artifactChecksum": "M2U2NjkyZjMzYzEzMmI4ZjA4YzBlZDI4Mjc1YTNmZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c0c2a546-11cc-41b7-86cd-be46a46c09bd"
    }
  ],
  "workloadContext": "Production"
}
2023-05-28T00:48:16.687Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-28T00:48:16.688Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b3d546c-be3b-4b9b-b192-014bf0ed9977 ASDC
2023-05-28T00:48:16.791Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
ServiceName:vFW 2023-05-28 00-46-43
ServiceVersion:1.0
ServiceUUID:2b3d546c-be3b-4b9b-b192-014bf0ed9977
ServiceInvariantUUID:44624b3c-d4e1-4515-9e44-fbdd27651851
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230528004643-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar
ArtifactUUID:c0c2a546-11cc-41b7-86cd-be46a46c09bd
ArtifactChecksum:M2U2NjkyZjMzYzEzMmI4ZjA4YzBlZDI4Mjc1YTNmZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 43a367ee-a995 0
ResourceCustomizationUUID:f98224ad-37ea-41f5-8e70-f05889b12ff8
ResourceInvariantUUID:558767dd-0f3a-4eaa-8fe6-86d0617d0ad7
ResourceName:vFW 43a367ee-a995
ResourceType:VF
ResourceUUID:e2ea271f-1b26-4031-bc30-3fbfa0c29d6f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw43a367eea9950_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json
ArtifactUUID:40e93827-f883-43ef-9489-c0b3fc93163d
ArtifactChecksum:MGM0YmQ2N2VhMGQ1OGFmYzlkNDk5ODY3ODk3OWRlNDg=
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/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml
ArtifactUUID:0e3be988-6aa0-4351-adc5-c06076d981dd
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/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env
ArtifactUUID:ec9399d3-2936-4b38-b7e3-f72d898be8a7
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/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env
ArtifactUUID:ec9399d3-2936-4b38-b7e3-f72d898be8a7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-28T00:48:16.792Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b3d546c-be3b-4b9b-b192-014bf0ed9977 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T00:48:16.968Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T00:48:16.969Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-28T00:48:16.971Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-28T00:48:16.971Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c0c2a546-11cc-41b7-86cd-be46a46c09bd from URL: /sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:16.972Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-28T00:48:16.972Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:17.142Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-28T00:48:17.179Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar c0c2a546-11cc-41b7-86cd-be46a46c09bd 101506
2023-05-28T00:48:17.180Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar ASDC sendASDCNotification
2023-05-28T00:48:17.180Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:17.181Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T00:48:17.181Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:17.182Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:17.182Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234897179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:18.182Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T00:48:18.183Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-28T00:48:18.184Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c0c2a546-11cc-41b7-86cd-be46a46c09bd, URL: /sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar to file: /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:18.184Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230528004643-csar.csar
2023-05-28T00:48:18.304Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:18.304Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:18.659Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4959379555181624787/Definitions/service-Vfw20230528004643-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-05-28T00:48:20.336Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-28T00:48:20.339Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|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-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|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-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|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-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|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-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 43a367ee-a995 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-Vfw20230528004643-csar.csar
2023-05-28T00:48:20.340Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-28T00:48:20.345Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:20.347Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:20.349Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:20.349Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-28T00:48:20.350Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T00:48:20.351Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:20.351Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:20.351Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:20.351Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-28T00:48:20.351Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T00:48:20.351Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:20.352Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:20.354Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:20.354Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is not matching search criteria
2023-05-28T00:48:20.354Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-28T00:48:20.354Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-28T00:48:20.354Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-28T00:48:20.356Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:20.356Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is not matching search criteria
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-28T00:48:20.357Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=74c28158-9638-47e5-8ffc-6c5cbe569117
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:20.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fedf0a60-b6a1-406d-bfde-fb1aac67979d
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-28T00:48:20.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9b56330f-2e81-4321-8fa5-a795b510d0d7
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:20.360Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-05-28 00-46-43
Description:catalog service description
Model UUID:2b3d546c-be3b-4b9b-b192-014bf0ed9977
Model Version:NULL
Model InvariantUuid:44624b3c-d4e1-4515-9e44-fbdd27651851
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 43a367ee-a995
Model UUID:2f59b352-5a17-4a67-b48a-30ca6851d4f3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:558767dd-0f3a-4eaa-8fe6-86d0617d0ad7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f98224ad-37ea-41f5-8e70-f05889b12ff8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8f2f607e-f63f-49e6-ad0c-8d432d602a63
ModelName:Vfw43a367eeA995..base_vfw..module-0
ModelUuid:abd88466-3baa-4554-ba34-0677e88adcb0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:74c28158-9638-47e5-8ffc-6c5cbe569117
ModelInvariantUuid:1fde2922-d35b-45e1-9497-b7d29312e6ea
ModelName:vFW 43a367ee-a995-nodes.vfwCvfc
ModelUuid:b2cff7c4-d32f-40c5-96b7-59acf325361f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6659a679-0cd8-417c-b4d6-3ea3484ec553
ModelInvariantUuid:6b015bab-8eff-445b-9634-6da81724652a
ModelName:Vfw43a367eeA995.compute.nodes.heat.vfw
ModelUuid:15fb2a72-5a6a-4eff-91cc-f9df073e5c9e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fedf0a60-b6a1-406d-bfde-fb1aac67979d
ModelInvariantUuid:0390c649-a091-492e-b9aa-5b915226b023
ModelName:vFW 43a367ee-a995-nodes.vsnCvfc
ModelUuid:86d587c8-659e-4597-9ed2-4001d9c332b3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f98ee0d0-6146-4c5a-a666-fab49b152656
ModelInvariantUuid:5f37b157-e6a0-4519-a6a3-717c0e2b12ac
ModelName:Vfw43a367eeA995.compute.nodes.heat.vsn
ModelUuid:c4a70fd7-51ab-4767-a9e8-d608f590f5fa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9b56330f-2e81-4321-8fa5-a795b510d0d7
ModelInvariantUuid:b4431fc1-bb3b-44e8-b05e-9ffb3b90092d
ModelName:vFW 43a367ee-a995-nodes.vpgCvfc
ModelUuid:14139e1b-13d6-4516-bb30-a202e0fa20a1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:16e56f93-9dab-4d96-9145-c202036d21e0
ModelInvariantUuid:15fd4530-0ff1-4d2a-88fe-479e470d05ec
ModelName:Vfw43a367eeA995.compute.nodes.heat.vpg
ModelUuid:7b00d36a-1976-4302-9d08-5de026164f9a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-28T00:48:20.397Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e2ea271f-1b26-4031-bc30-3fbfa0c29d6f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T00:48:20.518Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||vFW 43a367ee-a995 0
2023-05-28T00:48:20.532Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e2ea271f-1b26-4031-bc30-3fbfa0c29d6f
2023-05-28T00:48:20.532Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 40e93827-f883-43ef-9489-c0b3fc93163d from URL: /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json
2023-05-28T00:48:20.532Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-28T00:48:20.533Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json
2023-05-28T00:48:20.629Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-28T00:48:20.630Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json 40e93827-f883-43ef-9489-c0b3fc93163d 785
2023-05-28T00:48:20.630Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json ASDC sendASDCNotification
2023-05-28T00:48:20.631Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json
2023-05-28T00:48:20.631Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T00:48:20.631Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:20.631Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:20.631Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234900630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:21.633Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw43a367eeA995..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8f2f607e-f63f-49e6-ad0c-8d432d602a63",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "abd88466-3baa-4554-ba34-0677e88adcb0",
    "vfModuleModelCustomizationUUID": "2461d4fc-6f01-4c56-8af4-be8f466005e6",
    "isBase": true,
    "artifacts": [
      "0e3be988-6aa0-4351-adc5-c06076d981dd",
      "ec9399d3-2936-4b38-b7e3-f72d898be8a7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-05-28T00:48:21.658Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw43a367eeA995..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:abd88466-3baa-4554-ba34-0677e88adcb0
VfModuleModelInvariantUUID:8f2f607e-f63f-49e6-ad0c-8d432d602a63
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e3be988-6aa0-4351-adc5-c06076d981dd
,
ec9399d3-2936-4b38-b7e3-f72d898be8a7

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

isBase:true


}

2023-05-28T00:48:21.663Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw43a367eeA995..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8f2f607e-f63f-49e6-ad0c-8d432d602a63",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "abd88466-3baa-4554-ba34-0677e88adcb0",
    "vfModuleModelCustomizationUUID": "2461d4fc-6f01-4c56-8af4-be8f466005e6",
    "isBase": true,
    "artifacts": [
      "0e3be988-6aa0-4351-adc5-c06076d981dd",
      "ec9399d3-2936-4b38-b7e3-f72d898be8a7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-05-28T00:48:21.664Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw43a367eeA995..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:abd88466-3baa-4554-ba34-0677e88adcb0
VfModuleModelInvariantUUID:8f2f607e-f63f-49e6-ad0c-8d432d602a63
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e3be988-6aa0-4351-adc5-c06076d981dd
,
ec9399d3-2936-4b38-b7e3-f72d898be8a7

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

isBase:true


}

2023-05-28T00:48:21.664Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0e3be988-6aa0-4351-adc5-c06076d981dd from URL: /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml
2023-05-28T00:48:21.664Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-28T00:48:21.670Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml
2023-05-28T00:48:21.757Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-28T00:48:21.758Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml 0e3be988-6aa0-4351-adc5-c06076d981dd 20368
2023-05-28T00:48:21.758Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-05-28T00:48:21.758Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml
2023-05-28T00:48:21.759Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T00:48:21.759Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:21.759Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:21.759Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234901758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:22.760Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ec9399d3-2936-4b38-b7e3-f72d898be8a7 from URL: /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env
2023-05-28T00:48:22.760Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-28T00:48:22.760Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env
2023-05-28T00:48:22.864Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-28T00:48:22.864Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env ec9399d3-2936-4b38-b7e3-f72d898be8a7 2098
2023-05-28T00:48:22.865Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env ASDC sendASDCNotification
2023-05-28T00:48:22.865Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env
2023-05-28T00:48:22.865Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T00:48:22.865Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:22.865Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:22.865Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234902865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:23.866Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2b3d546c-be3b-4b9b-b192-014bf0ed9977
2023-05-28T00:48:23.867Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 43a367ee-a995 0 e2ea271f-1b26-4031-bc30-3fbfa0c29d6f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T00:48:23.947Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bb1d451, org.onap.sdc.toscaparser.api.parameters.Input@4ed22e68, org.onap.sdc.toscaparser.api.parameters.Input@2e5db34d, org.onap.sdc.toscaparser.api.parameters.Input@1bdb6079, org.onap.sdc.toscaparser.api.parameters.Input@4e1d3c0f]
2023-05-28T00:48:23.952Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:23.953Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:23.953Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-05-28T00:48:23.953Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= f98224ad-37ea-41f5-8e70-f05889b12ff8
2023-05-28T00:48:23.953Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f98224ad-37ea-41f5-8e70-f05889b12ff8 matches Tosca VF Customization UUID: f98224ad-37ea-41f5-8e70-f05889b12ff8
2023-05-28T00:48:23.953Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: f98224ad-37ea-41f5-8e70-f05889b12ff8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-05-28T00:48:23.965Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:23.965Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:23.967Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id f98224ad-37ea-41f5-8e70-f05889b12ff8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-28T00:48:23.967Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4fe245f3
2023-05-28T00:48:23.967Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:23.967Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-28T00:48:23.968Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2461d4fc-6f01-4c56-8af4-be8f466005e6
2023-05-28T00:48:23.970Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2461d4fc-6f01-4c56-8af4-be8f466005e6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-05-28T00:48:23.981Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:23.982Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:23.982Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:48:23.983Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:23.983Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:23.983Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:48:23.984Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:23.984Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is not matching search criteria
2023-05-28T00:48:23.984Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-28T00:48:23.984Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-05-28T00:48:23.984Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-28T00:48:23.985Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-28T00:48:23.985Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-28T00:48:23.985Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-28T00:48:23.985Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:23.985Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-28T00:48:23.985Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:23.986Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-28T00:48:23.986Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-28T00:48:23.986Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=74c28158-9638-47e5-8ffc-6c5cbe569117
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-05-28T00:48:24.013Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:24.014Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:24.014Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:48:24.015Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:24.015Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is not matching search criteria
2023-05-28T00:48:24.015Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-28T00:48:24.015Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-28T00:48:24.015Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-28T00:48:24.015Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:24.016Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-28T00:48:24.016Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-28T00:48:24.016Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-28T00:48:24.016Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-05-28T00:48:24.016Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-28T00:48:24.016Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:24.017Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-28T00:48:24.017Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-28T00:48:24.017Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fedf0a60-b6a1-406d-bfde-fb1aac67979d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-05-28T00:48:24.022Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:24.022Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:24.022Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:48:24.026Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:24.027Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is not matching search criteria
2023-05-28T00:48:24.027Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-28T00:48:24.027Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-28T00:48:24.027Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-28T00:48:24.027Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:24.028Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-28T00:48:24.028Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-28T00:48:24.028Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-28T00:48:24.028Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-28T00:48:24.028Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-28T00:48:24.029Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-28T00:48:24.029Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-28T00:48:24.029Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-05-28T00:48:24.029Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9b56330f-2e81-4321-8fa5-a795b510d0d7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-05-28T00:48:24.034Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:24.035Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:24.035Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:48:24.035Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:24.035Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Node template vFW 43a367ee-a995 0 is matching search criteria
2023-05-28T00:48:24.035Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 43a367ee-a995 0] matching following query criteria: sdcType=VF, customizationUUID=f98224ad-37ea-41f5-8e70-f05889b12ff8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T00:48:24.040Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:24.040Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:24.040Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2b3d546c-be3b-4b9b-b192-014bf0ed9977: vFW 43a367ee-a995
2023-05-28T00:48:24.040Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:24.041Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:24.041Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:24.041Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:24.041Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:24.041Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:24.041Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:24.041Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:24.042Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:48:24.042Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-28 00-46-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:48:24.042Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2023-05-28 00-46-43 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T00:48:24.733Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 43a367ee-a995 e2ea271f-1b26-4031-bc30-3fbfa0c29d6f 1 ASDC deployResourceStructure
2023-05-28T00:48:24.733Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json ASDC sendASDCNotification
2023-05-28T00:48:24.733Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json
2023-05-28T00:48:24.733Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T00:48:24.734Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:24.734Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:24.734Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234904733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:25.735Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-05-28T00:48:25.735Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml
2023-05-28T00:48:25.736Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T00:48:25.736Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:25.736Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:25.736Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234905735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:26.738Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env ASDC sendASDCNotification
2023-05-28T00:48:26.738Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env
2023-05-28T00:48:26.738Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T00:48:26.738Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:26.739Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:26.739Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234906738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:27.740Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar ASDC sendASDCNotification
2023-05-28T00:48:27.740Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar
2023-05-28T00:48:27.740Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T00:48:27.741Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:48:27.741Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:48:27.741Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234907740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:48:28.742Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T00:48:28.790Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T00:48:28.796Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T00:48:28.796Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T00:48:28.797Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T00:48:58.797Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T00:48:58.813Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T00:48:58.816Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T00:48:58.816Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T00:48:58.816Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T00:49:00.033Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:49:00.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:49:00.035Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234869055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:49:00.036Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:49:28.817Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T00:49:28.838Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T00:49:28.842Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T00:49:28.843Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T00:49:28.843Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T00:49:58.843Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T00:49:58.862Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T00:49:58.867Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T00:49:58.868Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T00:49:58.868Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T00:50:00.033Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:50:00.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.040Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685234886142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.041Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.041Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234884373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.042Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234880122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.044Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685234880512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.045Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685234857155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.045Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685234886142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.046Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234869055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
  "status": "NOTIFIED"
}
2023-05-28T00:50:00.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234884373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234880122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
  "status": "NOTIFIED"
}
2023-05-28T00:50:00.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.048Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685234880512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685234857155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234869055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-05-28T00:50:00.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685234886142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-05-28T00:50:00.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.051Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234884373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234880122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-05-28T00:50:00.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.053Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685234880512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.054Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685234857155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.054Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234869055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.055Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685234886142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.055Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234884373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.056Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234880122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.056Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.056Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685234880512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.057Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685234857155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.057Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234869055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-05-28T00:50:00.058Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.058Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685234886142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.058Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.058Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234884373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.059Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.059Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234880122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-05-28T00:50:00.059Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.059Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685234880512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.060Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.060Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685234857155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.061Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.061Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234869055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.061Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.061Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685234886142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.062Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.062Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234884373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.062Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.062Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234880122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.062Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.063Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685234880512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.063Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.063Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685234857155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T00:50:00.063Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.064Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234869055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T00:50:00.064Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.064Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685234886142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T00:50:00.064Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.065Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234884373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.065Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234880122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T00:50:00.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.066Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685234880512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T00:50:00.066Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.066Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685234896841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.066Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.067Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234896939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.067Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.067Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685234896840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.067Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.068Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685234896980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.069Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.069Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234897179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.069Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.069Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685234897863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T00:50:00.069Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.069Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685234898000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T00:50:00.088Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
2023-05-28T00:50:00.088Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T00:50:00.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.106Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234898068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.106Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685234898866,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T00:50:00.116Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
2023-05-28T00:50:00.116Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T00:50:00.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.133Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234899175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.134Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.134Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234900320,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T00:50:00.145Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
2023-05-28T00:50:00.145Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-05-28T00:50:00.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.159Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234900630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.159Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.159Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234901324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-28T00:50:00.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.160Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234901758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.160Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685234901299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.160Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234902865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.161Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685234901299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.161Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685234901299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.161Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234904733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-28T00:50:00.162Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.162Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685234901299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.163Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234905735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-05-28T00:50:00.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.163Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685234901299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.164Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234906738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-05-28T00:50:00.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.164Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685234901299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:50:00.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.164Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685234907740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T00:50:00.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685234901299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T00:50:00.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685234909177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:50:00.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685234910586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T00:50:00.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "aai-model-loader",
  "timestamp": 1685234911590,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T00:50:00.176Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
2023-05-28T00:50:00.176Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T00:50:00.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.193Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685234914330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T00:50:00.193Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:50:00.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:50:00.193Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685234915336,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T00:50:00.202Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
2023-05-28T00:50:00.203Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T00:50:28.868Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T00:50:28.885Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T00:50:28.889Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T00:50:28.890Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-28T00:50:28.890Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-28T00:50:28.890Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-28T00:50:28.890Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T00:50:28.890Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T00:50:28.890Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T00:50:28.890Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T00:50:28.890Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T00:50:28.890Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T00:50:28.898Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-28T00:50:58.899Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-28T00:50:58.913Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d and serviceModelVersionId: 2b3d546c-be3b-4b9b-b192-014bf0ed9977
2023-05-28T00:50:58.913Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44624b3c-d4e1-4515-9e44-fbdd27651851
2023-05-28T00:51:00.033Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:00.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.041Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685234959004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.042Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234962331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.042Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234944124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.043Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685234959871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.043Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685234961300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.043Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685234959004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.044Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234944124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.044Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685234959871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.045Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234962331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
  "status": "NOTIFIED"
}
2023-05-28T00:51:00.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.045Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685234961300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.045Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234962331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-28T00:51:00.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.046Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685234959871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-28T00:51:00.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.046Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234944124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685234959004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685234961300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685234959004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.048Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234962331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.048Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234944124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.048Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685234959871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685234961300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685234959004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234962331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-05-28T00:51:00.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685234959871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234944124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.051Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685234961300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685234959004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234962331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234944124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.053Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685234959871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.053Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685234961300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.053Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685234959004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T00:51:00.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.054Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234962331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T00:51:00.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.054Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685234959871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T00:51:00.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.055Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234944124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.055Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685234961300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T00:51:00.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.055Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234969695,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:51:00.056Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.056Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685234969657,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:51:00.056Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.056Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685234969701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:51:00.056Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.057Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685234970303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:51:00.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.057Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "aai-model-loader",
  "timestamp": 1685234970512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.057Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685234970660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T00:51:00.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.058Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685234970709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T00:51:00.081Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3dc9a84-dacb-49d1-a19d-641176e2721e
2023-05-28T00:51:00.081Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3dc9a84-dacb-49d1-a19d-641176e2721e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T00:51:00.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.097Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234970808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:51:00.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.098Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "aai-model-loader",
  "timestamp": 1685234970512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.098Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685234971663,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T00:51:00.111Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3dc9a84-dacb-49d1-a19d-641176e2721e
2023-05-28T00:51:00.111Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3dc9a84-dacb-49d1-a19d-641176e2721e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T00:51:00.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.130Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234971903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:51:00.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "aai-model-loader",
  "timestamp": 1685234970512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685234972807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T00:51:00.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234972976,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T00:51:00.146Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3dc9a84-dacb-49d1-a19d-641176e2721e
2023-05-28T00:51:00.147Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3dc9a84-dacb-49d1-a19d-641176e2721e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-05-28T00:51:00.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.156Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "aai-model-loader",
  "timestamp": 1685234970512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.157Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685234973811,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T00:51:00.167Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3dc9a84-dacb-49d1-a19d-641176e2721e
2023-05-28T00:51:00.167Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3dc9a84-dacb-49d1-a19d-641176e2721e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T00:51:00.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685234973979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-28T00:51:00.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "aai-model-loader",
  "timestamp": 1685234970512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "aai-model-loader",
  "timestamp": 1685234970512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:51:00.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.187Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "aai-model-loader",
  "timestamp": 1685234970512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T00:51:00.188Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.188Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "aai-model-loader",
  "timestamp": 1685234977647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:51:00.189Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.189Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "aai-model-loader",
  "timestamp": 1685234983782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T00:51:00.190Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:51:00.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:51:00.191Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "aai-model-loader",
  "timestamp": 1685234984784,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T00:51:00.198Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c3dc9a84-dacb-49d1-a19d-641176e2721e
2023-05-28T00:51:00.198Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3dc9a84-dacb-49d1-a19d-641176e2721e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T00:51:12.213Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44624b3c-d4e1-4515-9e44-fbdd27651851/model-vers/model-ver/2b3d546c-be3b-4b9b-b192-014bf0ed9977?depth=0
2023-05-28T00:51:12.429Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-05-28T00:51:12.856Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/44624b3c-d4e1-4515-9e44-fbdd27651851/model-vers/model-ver/2b3d546c-be3b-4b9b-b192-014bf0ed9977?depth=0|INFO|500||Invoke
2023-05-28T00:51:12.861Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/44624b3c-d4e1-4515-9e44-fbdd27651851/model-vers/model-ver/2b3d546c-be3b-4b9b-b192-014bf0ed9977?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/44624b3c-d4e1-4515-9e44-fbdd27651851/model-vers/model-ver/2b3d546c-be3b-4b9b-b192-014bf0ed9977?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0fbfbc3d-f671-4e27-8b0c-53e00b4d525d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[870521ec-b461-4e49-9c65-ec1a1152d1fc], X-ECOMP-RequestID=[0fbfbc3d-f671-4e27-8b0c-53e00b4d525d], X-TransactionId=[], X-ONAP-RequestID=[0fbfbc3d-f671-4e27-8b0c-53e00b4d525d], Content-Type=[application/merge-patch+json]}
2023-05-28T00:51:12.882Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/44624b3c-d4e1-4515-9e44-fbdd27651851/model-vers/model-ver/2b3d546c-be3b-4b9b-b192-014bf0ed9977?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-28T00:51:13.222Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/44624b3c-d4e1-4515-9e44-fbdd27651851/model-vers/model-ver/2b3d546c-be3b-4b9b-b192-014bf0ed9977?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/44624b3c-d4e1-4515-9e44-fbdd27651851/model-vers/model-ver/2b3d546c-be3b-4b9b-b192-014bf0ed9977?depth=0 has http status code:200 and response headers:{date=[Sun, 28 May 2023 00:51:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[265], vertex-id=[159984], x-aai-txid=[2-aai-resources-230528-00:51:11:924-57743], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-28T00:51:13.225Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/44624b3c-d4e1-4515-9e44-fbdd27651851/model-vers/model-ver/2b3d546c-be3b-4b9b-b192-014bf0ed9977?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-28T00:51:13.226Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/44624b3c-d4e1-4515-9e44-fbdd27651851/model-vers/model-ver/2b3d546c-be3b-4b9b-b192-014bf0ed9977?depth=0|INFO|500||InvokeReturn
2023-05-28T00:51:13.273Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-28T00:51:13.274Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T00:51:13.297Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-28T00:51:13.304Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0fbfbc3d-f671-4e27-8b0c-53e00b4d525d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-28T00:51:13.305Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-28T00:51:13.306Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:13.306Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:13.306Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235073304,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-28T00:51:14.330Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:51:14.337Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-28T00:51:14.338Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"c3dc9a84-dacb-49d1-a19d-641176e2721e","serviceName":"basic_onboard_lGNTjg","serviceVersion":"1.0","serviceUUID":"c6922d25-0a19-48f3-b3a9-ca40a2d84cc1","serviceDescription":"service","serviceInvariantUUID":"03b7e959-df2b-4b97-b949-f4ac37b4a364","resources":[{"resourceInstanceName":"basic_onboard_lGNTjg 0","resourceName":"basic_onboard_lGNTjg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7ed14066-0767-414e-9959-57a39c498e91","resourceInvariantUUID":"3f1fc3a0-0539-437c-8f41-1a11f1f161b2","resourceCustomizationUUID":"7b4a97f3-7c26-4aec-9fe9-7ec8900f7e3c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vf-license-model.xml","artifactChecksum":"OTk0N2IzNjQ0NDhkNzg3MzgwMzUxMGRhMmY0NDg4ODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb35735c-c820-43e8-9e67-e96095ea3a39","artifactVersion":"1"},{"artifactName":"basic_onboard_lgntjg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json","artifactChecksum":"NmJjODM1NzEwZjE5NTg5ZjVkYjhlNmM2MjA4YTVmYmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cd095dc3-3f7e-4e3b-acb0-c989c1cb872b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4408977b-01cf-4c03-9fb6-bc093e279761","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6a65826c-b1a7-489e-bcd1-0b2a97d2a77c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"79362e4d-9bf0-4a70-9336-9579b1df6d8d","artifactVersion":"2","generatedFromUUID":"4408977b-01cf-4c03-9fb6-bc093e279761"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLgntjg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-template.yml","artifactChecksum":"NDY4MmNiNzg3YmM2ZTExMzZmZmZiYTI3MjhhNzlhYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"388c31ec-b202-45ec-aebe-39563f080cc2","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLgntjg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar","artifactChecksum":"NDdiZmRhMTU1NWM0YTZlNTY2MTNmODJhNzFmMWEzZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cbeba156-5d8f-496f-b77a-4d79b7ea0726","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-28T00:51:14.341Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:51:14.342Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:14.342Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:14.342Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235074330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:15.344Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:51:15.345Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:15.345Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:15.345Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235074330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:16.346Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:51:16.347Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:16.348Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:16.348Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235074330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:17.349Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:51:17.350Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:17.350Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:17.351Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235074330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:18.352Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:51:18.352Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:18.352Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:18.353Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235074330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:19.353Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:51:19.354Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:19.354Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:19.354Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235074330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:20.355Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T00:51:20.356Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:20.356Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:20.356Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235074330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:21.358Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "serviceName": "basic_onboard_lGNTjg",
  "serviceVersion": "1.0",
  "serviceUUID": "c6922d25-0a19-48f3-b3a9-ca40a2d84cc1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "03b7e959-df2b-4b97-b949-f4ac37b4a364",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_lGNTjg 0",
      "resourceCustomizationUUID": "7b4a97f3-7c26-4aec-9fe9-7ec8900f7e3c",
      "resourceName": "basic_onboard_lGNTjg",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7ed14066-0767-414e-9959-57a39c498e91",
      "resourceInvariantUUID": "3f1fc3a0-0539-437c-8f41-1a11f1f161b2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_lgntjg0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
          "artifactChecksum": "NmJjODM1NzEwZjE5NTg5ZjVkYjhlNmM2MjA4YTVmYmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cd095dc3-3f7e-4e3b-acb0-c989c1cb872b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4408977b-01cf-4c03-9fb6-bc093e279761",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "79362e4d-9bf0-4a70-9336-9579b1df6d8d",
            "generatedFromUUID": "4408977b-01cf-4c03-9fb6-bc093e279761"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "79362e4d-9bf0-4a70-9336-9579b1df6d8d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardLgntjg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
      "artifactChecksum": "NDdiZmRhMTU1NWM0YTZlNTY2MTNmODJhNzFmMWEzZTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cbeba156-5d8f-496f-b77a-4d79b7ea0726"
    }
  ],
  "workloadContext": "Production"
}
2023-05-28T00:51:21.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-28T00:51:21.359Z|0fbfbc3d-f671-4e27-8b0c-53e00b4d525d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c6922d25-0a19-48f3-b3a9-ca40a2d84cc1 ASDC
2023-05-28T00:51:21.360Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c3dc9a84-dacb-49d1-a19d-641176e2721e
ServiceName:basic_onboard_lGNTjg
ServiceVersion:1.0
ServiceUUID:c6922d25-0a19-48f3-b3a9-ca40a2d84cc1
ServiceInvariantUUID:03b7e959-df2b-4b97-b949-f4ac37b4a364
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLgntjg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar
ArtifactUUID:cbeba156-5d8f-496f-b77a-4d79b7ea0726
ArtifactChecksum:NDdiZmRhMTU1NWM0YTZlNTY2MTNmODJhNzFmMWEzZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_lGNTjg 0
ResourceCustomizationUUID:7b4a97f3-7c26-4aec-9fe9-7ec8900f7e3c
ResourceInvariantUUID:3f1fc3a0-0539-437c-8f41-1a11f1f161b2
ResourceName:basic_onboard_lGNTjg
ResourceType:VF
ResourceUUID:7ed14066-0767-414e-9959-57a39c498e91
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_lgntjg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json
ArtifactUUID:cd095dc3-3f7e-4e3b-acb0-c989c1cb872b
ArtifactChecksum:NmJjODM1NzEwZjE5NTg5ZjVkYjhlNmM2MjA4YTVmYmM=
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/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4408977b-01cf-4c03-9fb6-bc093e279761
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/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env
ArtifactUUID:79362e4d-9bf0-4a70-9336-9579b1df6d8d
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/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env
ArtifactUUID:79362e4d-9bf0-4a70-9336-9579b1df6d8d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-28T00:51:21.360Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c6922d25-0a19-48f3-b3a9-ca40a2d84cc1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-28T00:51:21.416Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T00:51:21.417Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-28T00:51:21.417Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-28T00:51:21.417Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cbeba156-5d8f-496f-b77a-4d79b7ea0726 from URL: /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:21.418Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-28T00:51:21.418Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:21.505Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-28T00:51:21.507Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar cbeba156-5d8f-496f-b77a-4d79b7ea0726 75649
2023-05-28T00:51:21.507Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar ASDC sendASDCNotification
2023-05-28T00:51:21.507Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:21.507Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T00:51:21.508Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:21.508Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:21.508Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235081507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:22.509Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T00:51:22.509Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-28T00:51:22.510Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: cbeba156-5d8f-496f-b77a-4d79b7ea0726, URL: /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar to file: /app/ASDC/1/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:22.510Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:22.511Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:22.511Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:22.653Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11123086416144793043/Definitions/service-BasicOnboardLgntjg-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lGNTjg 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-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|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-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|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-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|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-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|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-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:23.495Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is matching search criteria
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_lGNTjg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is matching search criteria
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_lGNTjg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is not matching search criteria
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-05-28T00:51:23.496Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-05-28T00:51:23.497Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-28T00:51:23.497Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-28T00:51:23.497Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:23.497Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-28T00:51:23.497Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:23.497Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is matching search criteria
2023-05-28T00:51:23.497Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_lGNTjg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:51:23.498Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:23.498Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is matching search criteria
2023-05-28T00:51:23.498Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_lGNTjg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:51:23.498Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:23.498Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is matching search criteria
2023-05-28T00:51:23.498Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_lGNTjg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:51:23.498Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:23.498Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is not matching search criteria
2023-05-28T00:51:23.498Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6d5d540d-26cc-4580-bf65-bd07ebe2bd5e
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:23.499Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_lGNTjg
Description:service
Model UUID:c6922d25-0a19-48f3-b3a9-ca40a2d84cc1
Model Version:NULL
Model InvariantUuid:03b7e959-df2b-4b97-b949-f4ac37b4a364
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_lGNTjg
Model UUID:85d17990-bf3f-4e88-a932-bf0e262c3785
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3f1fc3a0-0539-437c-8f41-1a11f1f161b2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7b4a97f3-7c26-4aec-9fe9-7ec8900f7e3c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:df34cab8-a405-469e-9cf7-fe7f3a8b4093
ModelName:BasicOnboardLgntjg..base_ubuntu18..module-0
ModelUuid:a6fd52cb-923a-4098-8189-1a74c3f1c90d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6d5d540d-26cc-4580-bf65-bd07ebe2bd5e
ModelInvariantUuid:cff4edb3-e546-49de-8c8b-1824e8db8ea0
ModelName:basic_onboard_lGNTjg-nodes.ubuntu18Cvfc
ModelUuid:448d4bef-bffe-4ee3-b66b-00abc22531f1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d321e655-7bac-4c4f-bf8f-24611e1b22d4
ModelInvariantUuid:40dd9eb7-6deb-4f5d-987b-bfdc0696c3fb
ModelName:BasicOnboardLgntjg.compute.nodes.heat.ubuntu18
ModelUuid:c5dc23b8-a098-4650-b952-d0ceaaf3cce4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-28T00:51:23.520Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7ed14066-0767-414e-9959-57a39c498e91
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T00:51:23.526Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||basic_onboard_lGNTjg 0
2023-05-28T00:51:23.527Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7ed14066-0767-414e-9959-57a39c498e91
2023-05-28T00:51:23.527Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cd095dc3-3f7e-4e3b-acb0-c989c1cb872b from URL: /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json
2023-05-28T00:51:23.527Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-28T00:51:23.527Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json
2023-05-28T00:51:23.642Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-28T00:51:23.642Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json cd095dc3-3f7e-4e3b-acb0-c989c1cb872b 798
2023-05-28T00:51:23.643Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json ASDC sendASDCNotification
2023-05-28T00:51:23.643Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json
2023-05-28T00:51:23.643Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T00:51:23.643Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:23.643Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:23.644Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235083643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:24.644Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLgntjg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "df34cab8-a405-469e-9cf7-fe7f3a8b4093",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a6fd52cb-923a-4098-8189-1a74c3f1c90d",
    "vfModuleModelCustomizationUUID": "d13163fd-6548-491d-965a-c4eef5c03455",
    "isBase": true,
    "artifacts": [
      "4408977b-01cf-4c03-9fb6-bc093e279761",
      "79362e4d-9bf0-4a70-9336-9579b1df6d8d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-05-28T00:51:24.652Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLgntjg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a6fd52cb-923a-4098-8189-1a74c3f1c90d
VfModuleModelInvariantUUID:df34cab8-a405-469e-9cf7-fe7f3a8b4093
VfModuleModelDescription:NULL
Artifacts UUID List:{
4408977b-01cf-4c03-9fb6-bc093e279761
,
79362e4d-9bf0-4a70-9336-9579b1df6d8d

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

isBase:true


}

2023-05-28T00:51:24.656Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLgntjg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "df34cab8-a405-469e-9cf7-fe7f3a8b4093",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a6fd52cb-923a-4098-8189-1a74c3f1c90d",
    "vfModuleModelCustomizationUUID": "d13163fd-6548-491d-965a-c4eef5c03455",
    "isBase": true,
    "artifacts": [
      "4408977b-01cf-4c03-9fb6-bc093e279761",
      "79362e4d-9bf0-4a70-9336-9579b1df6d8d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-05-28T00:51:24.656Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLgntjg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a6fd52cb-923a-4098-8189-1a74c3f1c90d
VfModuleModelInvariantUUID:df34cab8-a405-469e-9cf7-fe7f3a8b4093
VfModuleModelDescription:NULL
Artifacts UUID List:{
4408977b-01cf-4c03-9fb6-bc093e279761
,
79362e4d-9bf0-4a70-9336-9579b1df6d8d

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

isBase:true


}

2023-05-28T00:51:24.656Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4408977b-01cf-4c03-9fb6-bc093e279761 from URL: /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml
2023-05-28T00:51:24.656Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-28T00:51:24.657Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml
2023-05-28T00:51:24.774Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-28T00:51:24.775Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml 4408977b-01cf-4c03-9fb6-bc093e279761 5033
2023-05-28T00:51:24.775Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-28T00:51:24.775Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml
2023-05-28T00:51:24.775Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T00:51:24.776Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:24.776Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:24.776Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235084775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:25.776Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 79362e4d-9bf0-4a70-9336-9579b1df6d8d from URL: /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env
2023-05-28T00:51:25.777Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-28T00:51:25.777Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env
2023-05-28T00:51:25.872Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-28T00:51:25.873Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env 79362e4d-9bf0-4a70-9336-9579b1df6d8d 909
2023-05-28T00:51:25.873Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-28T00:51:25.873Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env
2023-05-28T00:51:25.873Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T00:51:25.874Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:25.874Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:25.874Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235085873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:26.876Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c6922d25-0a19-48f3-b3a9-ca40a2d84cc1
2023-05-28T00:51:26.877Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_lGNTjg 0 7ed14066-0767-414e-9959-57a39c498e91 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T00:51:26.905Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@699edd7, org.onap.sdc.toscaparser.api.parameters.Input@50e62eb6, org.onap.sdc.toscaparser.api.parameters.Input@2754c9b2, org.onap.sdc.toscaparser.api.parameters.Input@431d0d3e, org.onap.sdc.toscaparser.api.parameters.Input@aa3b7df]
2023-05-28T00:51:26.908Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:26.908Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:26.908Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-05-28T00:51:26.908Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 7b4a97f3-7c26-4aec-9fe9-7ec8900f7e3c
2023-05-28T00:51:26.908Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7b4a97f3-7c26-4aec-9fe9-7ec8900f7e3c matches Tosca VF Customization UUID: 7b4a97f3-7c26-4aec-9fe9-7ec8900f7e3c
2023-05-28T00:51:26.909Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 7b4a97f3-7c26-4aec-9fe9-7ec8900f7e3c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-05-28T00:51:26.913Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:26.913Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:26.915Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 7b4a97f3-7c26-4aec-9fe9-7ec8900f7e3c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-28T00:51:26.915Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@411662a8
2023-05-28T00:51:26.915Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:26.916Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-28T00:51:26.916Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d13163fd-6548-491d-965a-c4eef5c03455
2023-05-28T00:51:26.916Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d13163fd-6548-491d-965a-c4eef5c03455
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-05-28T00:51:26.921Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:26.922Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is matching search criteria
2023-05-28T00:51:26.922Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_lGNTjg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:51:26.922Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:26.923Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is matching search criteria
2023-05-28T00:51:26.923Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_lGNTjg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:51:26.923Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:26.924Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is not matching search criteria
2023-05-28T00:51:26.924Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-28T00:51:26.924Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-28T00:51:26.924Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6d5d540d-26cc-4580-bf65-bd07ebe2bd5e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-05-28T00:51:26.928Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:26.929Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is matching search criteria
2023-05-28T00:51:26.929Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_lGNTjg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T00:51:26.929Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:26.930Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_lGNTjg 0 is matching search criteria
2023-05-28T00:51:26.930Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_lGNTjg 0] matching following query criteria: sdcType=VF, customizationUUID=7b4a97f3-7c26-4aec-9fe9-7ec8900f7e3c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T00:51:26.934Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:26.934Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:26.935Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c6922d25-0a19-48f3-b3a9-ca40a2d84cc1: basic_onboard_lGNTjg
2023-05-28T00:51:26.935Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:26.935Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:26.935Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:26.936Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:26.936Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:26.936Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:26.936Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:26.936Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:26.936Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T00:51:26.936Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_lGNTjg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T00:51:26.937Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_lGNTjg 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T00:51:27.126Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_lGNTjg 7ed14066-0767-414e-9959-57a39c498e91 1 ASDC deployResourceStructure
2023-05-28T00:51:27.127Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json ASDC sendASDCNotification
2023-05-28T00:51:27.127Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json
2023-05-28T00:51:27.127Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T00:51:27.127Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:27.127Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:27.127Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235087127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:28.128Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-28T00:51:28.129Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml
2023-05-28T00:51:28.129Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T00:51:28.130Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:28.130Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:28.130Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235088128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:29.132Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-28T00:51:29.132Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env
2023-05-28T00:51:29.132Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T00:51:29.133Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:29.134Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:29.134Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235089132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:30.135Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar ASDC sendASDCNotification
2023-05-28T00:51:30.135Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar
2023-05-28T00:51:30.136Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T00:51:30.136Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:51:30.136Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:51:30.136Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235090135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:51:31.138Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3dc9a84-dacb-49d1-a19d-641176e2721e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T00:51:31.163Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3dc9a84-dacb-49d1-a19d-641176e2721e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T00:51:31.168Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T00:51:31.168Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-28T00:51:31.168Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-28T00:51:31.168Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-28T00:51:31.169Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T00:51:31.169Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T00:51:31.169Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T00:51:31.169Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T00:51:31.169Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T00:51:31.169Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T00:51:31.178Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-28T00:52:00.033Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:52:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.044Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235073304,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-28T00:52:00.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.046Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235074330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:52:00.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235074330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
  "status": "NOTIFIED"
}
2023-05-28T00:52:00.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235074330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-28T00:52:00.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.048Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235074330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:52:00.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235074330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-05-28T00:52:00.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235074330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T00:52:00.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235074330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T00:52:00.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235081507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:52:00.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.051Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235083643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:52:00.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.051Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235084775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:52:00.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235085873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-05-28T00:52:00.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235087127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-28T00:52:00.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.053Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235088128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-05-28T00:52:00.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.053Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235089132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-05-28T00:52:00.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:00.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T00:52:00.053Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235090135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T00:52:00.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:52:01.179Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3dc9a84-dacb-49d1-a19d-641176e2721e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-28T00:52:01.189Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3dc9a84-dacb-49d1-a19d-641176e2721e and serviceModelVersionId: c6922d25-0a19-48f3-b3a9-ca40a2d84cc1
2023-05-28T00:52:01.190Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 03b7e959-df2b-4b97-b949-f4ac37b4a364
2023-05-28T00:52:01.191Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/03b7e959-df2b-4b97-b949-f4ac37b4a364/model-vers/model-ver/c6922d25-0a19-48f3-b3a9-ca40a2d84cc1?depth=0
2023-05-28T00:52:01.200Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-05-28T00:52:01.283Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|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/03b7e959-df2b-4b97-b949-f4ac37b4a364/model-vers/model-ver/c6922d25-0a19-48f3-b3a9-ca40a2d84cc1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-05-28T00:52:01.284Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/03b7e959-df2b-4b97-b949-f4ac37b4a364/model-vers/model-ver/c6922d25-0a19-48f3-b3a9-ca40a2d84cc1?depth=0|INFO|500||Invoke
2023-05-28T00:52:01.293Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/03b7e959-df2b-4b97-b949-f4ac37b4a364/model-vers/model-ver/c6922d25-0a19-48f3-b3a9-ca40a2d84cc1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-28T00:52:01.524Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/03b7e959-df2b-4b97-b949-f4ac37b4a364/model-vers/model-ver/c6922d25-0a19-48f3-b3a9-ca40a2d84cc1?depth=0|INFO|500||InvokeReturn
2023-05-28T00:52:01.525Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|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/03b7e959-df2b-4b97-b949-f4ac37b4a364/model-vers/model-ver/c6922d25-0a19-48f3-b3a9-ca40a2d84cc1?depth=0 has http status code:200 and response headers:{date=[Sun, 28 May 2023 00:52:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[198], vertex-id=[360512], x-aai-txid=[2-aai-resources-230528-00:52:00:335-58805], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-28T00:52:01.525Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-05-28T00:52:01.525Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-28T00:52:01.525Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T00:52:01.533Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-28T00:52:01.533Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3dc9a84-dacb-49d1-a19d-641176e2721e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-28T00:52:01.533Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-28T00:52:01.534Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-28T00:52:01.534Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T00:52:01.534Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235121533,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-28T00:52:02.550Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:53:00.033Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:53:00.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T00:53:00.043Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235121533,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-28T00:53:00.044Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T00:53:02.552Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:54:00.033Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:54:02.553Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:55:00.034Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:55:02.554Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:56:00.035Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:56:02.557Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:57:00.037Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:57:02.557Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:58:00.038Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:58:02.558Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T00:59:00.038Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T00:59:02.558Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:00:00.040Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:00:02.560Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:01:00.040Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:01:02.561Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:02:00.042Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:02:02.561Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:03:00.044Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:03:02.343Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Node 0 disconnected.
2023-05-28T01:03:02.561Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:03:13.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-28T01:03:13.942Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"bfe4e5cb-b3b2-4294-afc5-50eecdb3f001","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3fd278f0-5fdc-4c26-97b2-1b243fe27ac8","serviceDescription":"service","serviceInvariantUUID":"05cfc4ad-7844-4fc9-920d-51202b47f47a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e018c262-931e-4ddd-a055-5ef4d567cd3e","resourceInvariantUUID":"78b278df-86e5-4c9d-b3c9-52b89ebf0aff","resourceCustomizationUUID":"fb860918-c2e1-48f5-b33f-2c90bda6fa3f","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":"Njk3ZGU0MjcxMTVjY2YzZTg4N2IxYzM5N2E5NzkyMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4cb6ce27-ddc2-4650-b9e5-09d81479b38a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWE2Mjc3ZTAwZTZmYjNjMThmYTk2OGM0NTJhNDI3ODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dac0b66f-e740-4e60-9118-30358c72f71c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-28T01:03:13.946Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:03:13.947Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:03:13.947Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:03:13.947Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235782561,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:03:13.955Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T01:03:13.955Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T01:03:13.956Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T01:03:13.956Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T01:03:13.956Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T01:03:13.956Z||kafka-producer-network-thread | SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-1dbb6397-9486-46fd-9065-2a8da594dd51] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28T01:03:13.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:03:13.981Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235780513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:03:13.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:03:14.957Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:03:14.957Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:03:14.957Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:03:14.957Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235782561,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:03:15.958Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "3fd278f0-5fdc-4c26-97b2-1b243fe27ac8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "05cfc4ad-7844-4fc9-920d-51202b47f47a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "fb860918-c2e1-48f5-b33f-2c90bda6fa3f",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e018c262-931e-4ddd-a055-5ef4d567cd3e",
      "resourceInvariantUUID": "78b278df-86e5-4c9d-b3c9-52b89ebf0aff",
      "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": "YWE2Mjc3ZTAwZTZmYjNjMThmYTk2OGM0NTJhNDI3ODA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dac0b66f-e740-4e60-9118-30358c72f71c"
    }
  ],
  "workloadContext": "Production"
}
2023-05-28T01:03:15.959Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-28T01:03:15.959Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3fd278f0-5fdc-4c26-97b2-1b243fe27ac8 ASDC
2023-05-28T01:03:15.960Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3fd278f0-5fdc-4c26-97b2-1b243fe27ac8
ServiceInvariantUUID:05cfc4ad-7844-4fc9-920d-51202b47f47a
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:dac0b66f-e740-4e60-9118-30358c72f71c
ArtifactChecksum:YWE2Mjc3ZTAwZTZmYjNjMThmYTk2OGM0NTJhNDI3ODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fb860918-c2e1-48f5-b33f-2c90bda6fa3f
ResourceInvariantUUID:78b278df-86e5-4c9d-b3c9-52b89ebf0aff
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e018c262-931e-4ddd-a055-5ef4d567cd3e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-05-28T01:03:15.960Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3fd278f0-5fdc-4c26-97b2-1b243fe27ac8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:03:16.000Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T01:03:16.001Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-05-28T01:03:16.001Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-05-28T01:03:16.002Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dac0b66f-e740-4e60-9118-30358c72f71c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-28T01:03:16.002Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-05-28T01:03:16.002Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-28T01:03:16.183Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-05-28T01:03:16.185Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar dac0b66f-e740-4e60-9118-30358c72f71c 57780
2023-05-28T01:03:16.185Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-05-28T01:03:16.185Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-28T01:03:16.186Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T01:03:16.186Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:03:16.186Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:03:16.186Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235796185,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:03:17.188Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T01:03:17.189Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-05-28T01:03:17.190Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: dac0b66f-e740-4e60-9118-30358c72f71c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.190Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-05-28T01:03:17.191Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.192Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.338Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10752357410105438663/Definitions/service-BasicNetwork-template.yml
2023-05-28T01:03:17.653Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-28T01:03:17.653Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-05-28T01:03:17.653Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.653Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-05-28T01:03:17.653Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.653Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.654Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.655Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:3fd278f0-5fdc-4c26-97b2-1b243fe27ac8
Model Version:NULL
Model InvariantUuid:05cfc4ad-7844-4fc9-920d-51202b47f47a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:78b278df-86e5-4c9d-b3c9-52b89ebf0aff
Model UUID:74da181e-0e4f-4d87-8a2c-dfce9b489437
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:fb860918-c2e1-48f5-b33f-2c90bda6fa3f
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-28T01:03:17.674Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: e018c262-931e-4ddd-a055-5ef4d567cd3e
2023-05-28T01:03:17.674Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||No resources found for Service: 3fd278f0-5fdc-4c26-97b2-1b243fe27ac8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:03:17.681Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||
2023-05-28T01:03:17.681Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-05-28T01:03:17.684Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 3fd278f0-5fdc-4c26-97b2-1b243fe27ac8
2023-05-28T01:03:17.684Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3fd278f0-5fdc-4c26-97b2-1b243fe27ac8
2023-05-28T01:03:17.684Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-05-28T01:03:17.684Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:03:17.697Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4799e00e, org.onap.sdc.toscaparser.api.parameters.Input@573cd794, org.onap.sdc.toscaparser.api.parameters.Input@7ba39061, org.onap.sdc.toscaparser.api.parameters.Input@6adf6ec9, org.onap.sdc.toscaparser.api.parameters.Input@624e6a0c]
2023-05-28T01:03:17.700Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:03:17.700Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.701Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:03:17.701Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.701Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3fd278f0-5fdc-4c26-97b2-1b243fe27ac8: Generic NeutronNet
2023-05-28T01:03:17.701Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:03:17.702Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.702Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:03:17.702Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-05-28T01:03:17.763Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:03:17.764Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.764Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:03:17.765Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.765Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:03:17.765Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:03:17.765Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-05-28T01:03:17.888Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-05-28T01:03:17.889Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-05-28T01:03:17.889Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-28T01:03:17.890Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T01:03:17.890Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:03:17.891Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:03:17.891Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235797889,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:03:18.892Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:03:18.907Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:03:18.911Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:03:18.911Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T01:03:18.911Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T01:03:48.912Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:03:48.943Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:03:48.948Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:03:48.948Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T01:03:48.948Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T01:04:00.033Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:04:00.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:04:00.036Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235782561,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:04:00.037Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:04:00.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:04:00.037Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235788831,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:04:00.037Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:04:00.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:04:00.037Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235751726,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:04:00.037Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:04:18.949Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:04:18.968Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:04:18.971Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:04:18.972Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T01:04:18.972Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T01:04:48.972Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:04:48.991Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:04:48.995Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:04:48.995Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T01:04:48.995Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T01:05:00.033Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:05:00.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.037Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235785007,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:05:00.038Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.039Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235782688,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:05:00.040Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.041Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235782688,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:05:00.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.041Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235788831,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:05:00.042Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.042Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235780513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:05:00.042Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.043Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235782561,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:05:00.043Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.043Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235751726,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:05:00.044Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.045Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235785007,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:05:00.045Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.045Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235796185,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:05:00.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.046Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235796194,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:05:00.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.047Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235796145,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:05:00.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.048Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235796044,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:05:00.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.048Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235797196,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:05:00.064Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
2023-05-28T01:05:00.064Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfe4e5cb-b3b2-4294-afc5-50eecdb3f001 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:05:00.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.080Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235797147,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:05:00.080Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.080Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235797889,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:05:00.080Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.081Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235798149,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:05:00.090Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
2023-05-28T01:05:00.090Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfe4e5cb-b3b2-4294-afc5-50eecdb3f001 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:05:00.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.105Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235799731,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:05:00.105Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.105Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235800733,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:05:00.113Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
2023-05-28T01:05:00.113Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfe4e5cb-b3b2-4294-afc5-50eecdb3f001 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:05:00.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.130Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235801300,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:05:00.130Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.130Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235801300,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:05:00.130Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.131Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235804116,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:05:00.131Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.131Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235805628,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:05:00.131Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:05:00.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-28T01:05:00.131Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235806638,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:05:00.137Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
2023-05-28T01:05:00.138Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfe4e5cb-b3b2-4294-afc5-50eecdb3f001 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:05:18.995Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:05:19.012Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:05:19.019Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:05:19.019Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-28T01:05:19.019Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-28T01:05:19.019Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-28T01:05:19.019Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:05:19.019Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:05:19.019Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:05:19.020Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:05:19.020Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:05:19.020Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:05:19.026Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-28T01:05:49.027Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-28T01:05:49.036Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bfe4e5cb-b3b2-4294-afc5-50eecdb3f001 and serviceModelVersionId: 3fd278f0-5fdc-4c26-97b2-1b243fe27ac8
2023-05-28T01:05:49.036Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 05cfc4ad-7844-4fc9-920d-51202b47f47a
2023-05-28T01:05:49.037Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/05cfc4ad-7844-4fc9-920d-51202b47f47a/model-vers/model-ver/3fd278f0-5fdc-4c26-97b2-1b243fe27ac8?depth=0
2023-05-28T01:05:49.045Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-05-28T01:05:49.109Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/05cfc4ad-7844-4fc9-920d-51202b47f47a/model-vers/model-ver/3fd278f0-5fdc-4c26-97b2-1b243fe27ac8?depth=0|INFO|500||Invoke
2023-05-28T01:05:49.110Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/05cfc4ad-7844-4fc9-920d-51202b47f47a/model-vers/model-ver/3fd278f0-5fdc-4c26-97b2-1b243fe27ac8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/05cfc4ad-7844-4fc9-920d-51202b47f47a/model-vers/model-ver/3fd278f0-5fdc-4c26-97b2-1b243fe27ac8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bfe4e5cb-b3b2-4294-afc5-50eecdb3f001], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d677d561-3aef-4c8d-92fb-2fe557ccb739], X-ECOMP-RequestID=[bfe4e5cb-b3b2-4294-afc5-50eecdb3f001], X-TransactionId=[], X-ONAP-RequestID=[bfe4e5cb-b3b2-4294-afc5-50eecdb3f001], Content-Type=[application/merge-patch+json]}
2023-05-28T01:05:49.118Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/05cfc4ad-7844-4fc9-920d-51202b47f47a/model-vers/model-ver/3fd278f0-5fdc-4c26-97b2-1b243fe27ac8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-28T01:05:49.309Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/05cfc4ad-7844-4fc9-920d-51202b47f47a/model-vers/model-ver/3fd278f0-5fdc-4c26-97b2-1b243fe27ac8?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/05cfc4ad-7844-4fc9-920d-51202b47f47a/model-vers/model-ver/3fd278f0-5fdc-4c26-97b2-1b243fe27ac8?depth=0 has http status code:200 and response headers:{date=[Sun, 28 May 2023 01:05:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[186], vertex-id=[356376], x-aai-txid=[0-aai-resources-230528-01:05:48:139-22735], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-28T01:05:49.309Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/05cfc4ad-7844-4fc9-920d-51202b47f47a/model-vers/model-ver/3fd278f0-5fdc-4c26-97b2-1b243fe27ac8?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-28T01:05:49.310Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/05cfc4ad-7844-4fc9-920d-51202b47f47a/model-vers/model-ver/3fd278f0-5fdc-4c26-97b2-1b243fe27ac8?depth=0|INFO|500||InvokeReturn
2023-05-28T01:05:49.310Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-28T01:05:49.310Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:05:49.319Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-28T01:05:49.319Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bfe4e5cb-b3b2-4294-afc5-50eecdb3f001 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-28T01:05:49.319Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-28T01:05:49.320Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:05:49.320Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:05:49.320Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235949319,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-28T01:05:50.346Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:05:50.354Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-28T01:05:50.355Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"19e9890b-3af6-4051-82bb-2f60d09e01b9","serviceName":"Demo_pNF_0HtvVZ5VQXSj9hsNrfuS","serviceVersion":"1.0","serviceUUID":"dc6a1a51-4a87-4bd9-86d7-1a60db819b5c","serviceDescription":"catalog service description","serviceInvariantUUID":"6bd55995-bdaa-46e3-b643-018d090d660f","resources":[{"resourceInstanceName":"pNF 4f45061f-1885 0","resourceName":"pNF 4f45061f-1885","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"78438b86-2502-4eeb-b930-e65119a712db","resourceInvariantUUID":"bb96bb38-19e3-4274-83cf-cf121a79d47c","resourceCustomizationUUID":"d2d6bc02-543f-459f-8711-e7ead1b6d60c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vf-license-model.xml","artifactChecksum":"ZWYyZGFjMDc1YTZkZjlhNTE4MWNmMWNkMTUzNjgyN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4e923b3d-61b1-461b-9c54-cabe4ee9b764","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/pNF.csar","artifactChecksum":"MzlmMmQ3MDZhZTk2YmFkZDU4MGY2MmY0ZGZhNmVlMjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4bf8a9be-3dad-495b-9366-1aa0f2d45b79","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"55a8f13f-247a-42e8-8f8c-8e049f06ae86","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vendor-license-model.xml","artifactChecksum":"OWExNGY0MjI4OTU0Y2Q2YzdiZjMyYTk0NDRmNmVkNmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4e531dbd-b180-4b4d-a591-088a26c6281a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85f70a5b-8fe6-47e5-8b4c-a250d1fd41bb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8e3d4f64-1cd9-4454-a8a7-15053f6b648e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml","artifactChecksum":"NWZkNmRhOTlmYzhhZDg1NjMwYmZhZWI2MDhkN2RkZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f17928d-fbad-481a-8998-e56e86873109","artifactVersion":"1"},{"artifactName":"service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar","artifactChecksum":"NmZlOTZjZmNmMzkwYzYzZWI4Yjg4Y2VkNmRjZjBhMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dfd259f8-b16c-446f-8d05-6137dfba17a7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-28T01:05:50.358Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:05:50.358Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:05:50.358Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:05:50.358Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:05:51.360Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:05:51.361Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:05:51.361Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:05:51.362Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:05:52.363Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:05:52.364Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:05:52.364Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:05:52.364Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:05:53.365Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:05:53.366Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:05:53.366Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:05:53.366Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:05:54.367Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:05:54.368Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:05:54.369Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:05:54.369Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:05:55.371Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:05:55.372Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:05:55.372Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:05:55.372Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:05:56.373Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:05:56.373Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:05:56.373Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:05:56.373Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:05:57.374Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:05:57.375Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:05:57.375Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:05:57.375Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:05:58.377Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "serviceName": "Demo_pNF_0HtvVZ5VQXSj9hsNrfuS",
  "serviceVersion": "1.0",
  "serviceUUID": "dc6a1a51-4a87-4bd9-86d7-1a60db819b5c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6bd55995-bdaa-46e3-b643-018d090d660f",
  "resources": [
    {
      "resourceInstanceName": "pNF 4f45061f-1885 0",
      "resourceCustomizationUUID": "d2d6bc02-543f-459f-8711-e7ead1b6d60c",
      "resourceName": "pNF 4f45061f-1885",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "78438b86-2502-4eeb-b930-e65119a712db",
      "resourceInvariantUUID": "bb96bb38-19e3-4274-83cf-cf121a79d47c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
      "artifactChecksum": "NmZlOTZjZmNmMzkwYzYzZWI4Yjg4Y2VkNmRjZjBhMDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dfd259f8-b16c-446f-8d05-6137dfba17a7"
    }
  ],
  "workloadContext": "Production"
}
2023-05-28T01:05:58.377Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-28T01:05:58.378Z|bfe4e5cb-b3b2-4294-afc5-50eecdb3f001|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dc6a1a51-4a87-4bd9-86d7-1a60db819b5c ASDC
2023-05-28T01:05:58.378Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:19e9890b-3af6-4051-82bb-2f60d09e01b9
ServiceName:Demo_pNF_0HtvVZ5VQXSj9hsNrfuS
ServiceVersion:1.0
ServiceUUID:dc6a1a51-4a87-4bd9-86d7-1a60db819b5c
ServiceInvariantUUID:6bd55995-bdaa-46e3-b643-018d090d660f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
ArtifactUUID:dfd259f8-b16c-446f-8d05-6137dfba17a7
ArtifactChecksum:NmZlOTZjZmNmMzkwYzYzZWI4Yjg4Y2VkNmRjZjBhMDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4f45061f-1885 0
ResourceCustomizationUUID:d2d6bc02-543f-459f-8711-e7ead1b6d60c
ResourceInvariantUUID:bb96bb38-19e3-4274-83cf-cf121a79d47c
ResourceName:pNF 4f45061f-1885
ResourceType:PNF
ResourceUUID:78438b86-2502-4eeb-b930-e65119a712db
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-05-28T01:05:58.378Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc6a1a51-4a87-4bd9-86d7-1a60db819b5c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:05:58.423Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T01:05:58.424Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-05-28T01:05:58.424Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-05-28T01:05:58.424Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dfd259f8-b16c-446f-8d05-6137dfba17a7 from URL: /sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:05:58.424Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-05-28T01:05:58.425Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:05:58.566Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-05-28T01:05:58.570Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar dfd259f8-b16c-446f-8d05-6137dfba17a7 88002
2023-05-28T01:05:58.571Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar ASDC sendASDCNotification
2023-05-28T01:05:58.571Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:05:58.571Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T01:05:58.571Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:05:58.572Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:05:58.572Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235958571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:05:59.573Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T01:05:59.574Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-05-28T01:05:59.574Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: dfd259f8-b16c-446f-8d05-6137dfba17a7, URL: /sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar to file: /app/ASDC/1/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:05:59.575Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:05:59.575Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:05:59.576Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:05:59.673Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4234499765498710218/Definitions/service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml
2023-05-28T01:06:00.033Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:00.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.039Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235840512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.039Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.040Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235844124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.040Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235825963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.040Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235829152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.041Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235798198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.041Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.041Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235840512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.043Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235844124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.043Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235825963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.044Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235829152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.044Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235798198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.045Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235840512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.045Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235844124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.046Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235829152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.047Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.047Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235825963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.047Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.047Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235798198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.048Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235844124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.048Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235840512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.049Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235825963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.049Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235829152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.049Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235798198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.050Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.050Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235840512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.053Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235844124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.053Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235825963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.054Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235829152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.055Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.055Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235798198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.055Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.055Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235840512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.055Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.055Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235844124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-05-28T01:06:00.056Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.056Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235829152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.056Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.056Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235825963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.056Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.057Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235798198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.057Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.057Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235840512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.057Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.057Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235844124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.057Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.058Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235829152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.058Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.058Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235825963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.058Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.058Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235798198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.058Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.059Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235840512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:06:00.059Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.059Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235844124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.059Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.059Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235829152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:06:00.059Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.060Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235825963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:06:00.060Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.060Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235798198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:06:00.060Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.060Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235860883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:06:00.061Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.061Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235860832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:06:00.061Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.061Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235860737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:06:00.061Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.061Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235860225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:06:00.062Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.062Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235861888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:06:00.077Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19e9890b-3af6-4051-82bb-2f60d09e01b9
2023-05-28T01:06:00.078Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19e9890b-3af6-4051-82bb-2f60d09e01b9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:06:00.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.094Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235861840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:06:00.094Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.095Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235861299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.095Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235861758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-05-28T01:06:00.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.096Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235862842,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:06:00.111Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19e9890b-3af6-4051-82bb-2f60d09e01b9
2023-05-28T01:06:00.112Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19e9890b-3af6-4051-82bb-2f60d09e01b9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:06:00.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.131Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235861299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235862760,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:06:00.144Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 19e9890b-3af6-4051-82bb-2f60d09e01b9
2023-05-28T01:06:00.144Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19e9890b-3af6-4051-82bb-2f60d09e01b9 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4f45061f-1885 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-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:06:00.164Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0HtvVZ5VQXSj9hsNrfuS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Node template pNF 4f45061f-1885 0 is matching search criteria
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4f45061f-1885 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0HtvVZ5VQXSj9hsNrfuS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Node template pNF 4f45061f-1885 0 is matching search criteria
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4f45061f-1885 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0HtvVZ5VQXSj9hsNrfuS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0HtvVZ5VQXSj9hsNrfuS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0HtvVZ5VQXSj9hsNrfuS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0HtvVZ5VQXSj9hsNrfuS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0HtvVZ5VQXSj9hsNrfuS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:00.165Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_0HtvVZ5VQXSj9hsNrfuS
Description:catalog service description
Model UUID:dc6a1a51-4a87-4bd9-86d7-1a60db819b5c
Model Version:NULL
Model InvariantUuid:6bd55995-bdaa-46e3-b643-018d090d660f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

2023-05-28T01:06:00.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.167Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235861299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.168Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.168Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235864397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:06:00.169Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.170Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235861299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.171Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235865401,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
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 watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:06:00.179Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19e9890b-3af6-4051-82bb-2f60d09e01b9
2023-05-28T01:06:00.179Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19e9890b-3af6-4051-82bb-2f60d09e01b9 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=?
2023-05-28T01:06:00.183Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 78438b86-2502-4eeb-b930-e65119a712db
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=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:06:00.186Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||pNF 4f45061f-1885 0
2023-05-28T01:06:00.187Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 78438b86-2502-4eeb-b930-e65119a712db
2023-05-28T01:06:00.187Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||No resources found for Service: dc6a1a51-4a87-4bd9-86d7-1a60db819b5c
2023-05-28T01:06:00.187Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: dc6a1a51-4a87-4bd9-86d7-1a60db819b5c
2023-05-28T01:06:00.187Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4f45061f-1885 0 78438b86-2502-4eeb-b930-e65119a712db ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:06:00.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.195Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235861299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.195Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235861299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.197Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16ec2188, org.onap.sdc.toscaparser.api.parameters.Input@167c26f5, org.onap.sdc.toscaparser.api.parameters.Input@3d0580bf, org.onap.sdc.toscaparser.api.parameters.Input@757ca4bf, org.onap.sdc.toscaparser.api.parameters.Input@26b3bf9]
2023-05-28T01:06:00.197Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:00.197Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0HtvVZ5VQXSj9hsNrfuS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:00.197Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid dc6a1a51-4a87-4bd9-86d7-1a60db819b5c: pNF 4f45061f-1885
2023-05-28T01:06:00.198Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Processing PNF resource: 78438b86-2502-4eeb-b930-e65119a712db
2023-05-28T01:06:00.198Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:00.198Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0HtvVZ5VQXSj9hsNrfuS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:00.198Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Resource customization UUID: d2d6bc02-543f-459f-8711-e7ead1b6d60c is the same as notified resource customizationUUID: d2d6bc02-543f-459f-8711-e7ead1b6d60c
2023-05-28T01:06:00.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235861299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml",
  "status": "NOT_NOTIFIED"
}
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=?
2023-05-28T01:06:00.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235861299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:06:00.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.200Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235870094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:06:00.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.201Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235872026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:06:00.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.201Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235873031,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:06:00.208Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19e9890b-3af6-4051-82bb-2f60d09e01b9
2023-05-28T01:06:00.209Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19e9890b-3af6-4051-82bb-2f60d09e01b9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:06:00.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.223Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235893845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.224Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235884123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235890761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
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=?
2023-05-28T01:06:00.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235862890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.226Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.226Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235891302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.226Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235893845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235884123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235890761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-05-28T01:06:00.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
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=?
2023-05-28T01:06:00.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235862890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.229Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235891302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.229Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235893845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-28T01:06:00.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.230Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235884123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:06:00.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.231Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235890761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-28T01:06:00.232Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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=?
2023-05-28T01:06:00.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:06:00.232Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235862890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:06:00.233Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-05-28T01:06:00.322Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4f45061f-1885 78438b86-2502-4eeb-b930-e65119a712db 0 ASDC deployResourceStructure
2023-05-28T01:06:00.323Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar ASDC sendASDCNotification
2023-05-28T01:06:00.323Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar
2023-05-28T01:06:00.323Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T01:06:00.323Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:00.324Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:00.324Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235960323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:01.325Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19e9890b-3af6-4051-82bb-2f60d09e01b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:06:01.347Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19e9890b-3af6-4051-82bb-2f60d09e01b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:06:01.351Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:06:01.352Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-28T01:06:01.352Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-28T01:06:01.352Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-28T01:06:01.352Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:06:01.352Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:06:01.352Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:06:01.352Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:06:01.352Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:06:01.352Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:06:01.352Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:06:01.360Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-28T01:06:31.360Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 19e9890b-3af6-4051-82bb-2f60d09e01b9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-28T01:06:31.370Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19e9890b-3af6-4051-82bb-2f60d09e01b9 and serviceModelVersionId: dc6a1a51-4a87-4bd9-86d7-1a60db819b5c
2023-05-28T01:06:31.370Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bd55995-bdaa-46e3-b643-018d090d660f
2023-05-28T01:06:31.371Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bd55995-bdaa-46e3-b643-018d090d660f/model-vers/model-ver/dc6a1a51-4a87-4bd9-86d7-1a60db819b5c?depth=0
2023-05-28T01:06:31.378Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-05-28T01:06:31.451Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bd55995-bdaa-46e3-b643-018d090d660f/model-vers/model-ver/dc6a1a51-4a87-4bd9-86d7-1a60db819b5c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-05-28T01:06:31.452Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bd55995-bdaa-46e3-b643-018d090d660f/model-vers/model-ver/dc6a1a51-4a87-4bd9-86d7-1a60db819b5c?depth=0|INFO|500||Invoke
2023-05-28T01:06:31.461Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bd55995-bdaa-46e3-b643-018d090d660f/model-vers/model-ver/dc6a1a51-4a87-4bd9-86d7-1a60db819b5c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-28T01:06:31.629Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bd55995-bdaa-46e3-b643-018d090d660f/model-vers/model-ver/dc6a1a51-4a87-4bd9-86d7-1a60db819b5c?depth=0|INFO|500||InvokeReturn
2023-05-28T01:06:31.630Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bd55995-bdaa-46e3-b643-018d090d660f/model-vers/model-ver/dc6a1a51-4a87-4bd9-86d7-1a60db819b5c?depth=0 has http status code:200 and response headers:{date=[Sun, 28 May 2023 01:06:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[172080], x-aai-txid=[1-aai-resources-230528-01:06:30:479-60184], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-28T01:06:31.630Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-05-28T01:06:31.630Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-28T01:06:31.630Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:06:31.639Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-28T01:06:31.640Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19e9890b-3af6-4051-82bb-2f60d09e01b9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-28T01:06:31.640Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-28T01:06:31.640Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:31.640Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:31.641Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235991640,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-28T01:06:32.660Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-28T01:06:32.661Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"8ea6c68e-cd0c-4a84-b760-89c7a8a1c162","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e2dc3519-e38e-4d4f-9584-109c816c9056","serviceDescription":"service","serviceInvariantUUID":"b70fd0aa-b7be-43d9-8ae9-987c1d920b5b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b24069ac-5b25-4036-85db-47aa98cf1886","resourceInvariantUUID":"57876475-9f78-40f7-9ed6-09df1a7470fb","resourceCustomizationUUID":"c9f17622-5d16-46f3-a487-8b028810411c","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":"NTFjZDViOTA4NjA3YjMzMWNkZTAzNTk1YmUxMzRkMzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f501ef9-f90e-4275-9ab9-e92df4a6d25a","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":"MWRmZGY3ZjNhMjYxYjY1MzUwZmE5Y2Y4MTdhNWYzOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c5ad5d4b-be16-4c20-9abe-d2a97238d6c5","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":"1ed82faa-0660-4f6a-aad8-4dc6cbbd9825","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":"0510600a-b51f-49b9-97c5-d842baa9446f","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":"85d011f5-d9b1-4d0b-b1ec-a32ee4e05f89","artifactVersion":"2","generatedFromUUID":"1ed82faa-0660-4f6a-aad8-4dc6cbbd9825"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzliNDc3ZjI0MTAxYTBlNmU5MWY5MGJlMDI2NzA0NWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2c08f715-27a6-4a67-83d3-9b8d26892c81","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YWI0ZjU0NWI3MWNjNDU3Njc2ZDA0MzZlNDg4ZjQxNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"583cbdf2-bc69-438d-8fea-b1a535ffae2d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-28T01:06:32.661Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:06:32.661Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:32.662Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:32.662Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:33.662Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:06:33.663Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:33.663Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:33.663Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:34.664Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:06:34.665Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:34.665Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:34.665Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:35.665Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:06:35.666Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:35.666Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:35.666Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:36.667Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:06:36.668Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:36.668Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:36.668Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:37.669Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:06:37.670Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:37.670Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:37.670Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:38.671Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:06:38.671Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:38.672Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:38.672Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:39.673Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e2dc3519-e38e-4d4f-9584-109c816c9056",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b70fd0aa-b7be-43d9-8ae9-987c1d920b5b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c9f17622-5d16-46f3-a487-8b028810411c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b24069ac-5b25-4036-85db-47aa98cf1886",
      "resourceInvariantUUID": "57876475-9f78-40f7-9ed6-09df1a7470fb",
      "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": "MWRmZGY3ZjNhMjYxYjY1MzUwZmE5Y2Y4MTdhNWYzOGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c5ad5d4b-be16-4c20-9abe-d2a97238d6c5",
          "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": "1ed82faa-0660-4f6a-aad8-4dc6cbbd9825",
          "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": "85d011f5-d9b1-4d0b-b1ec-a32ee4e05f89",
            "generatedFromUUID": "1ed82faa-0660-4f6a-aad8-4dc6cbbd9825"
          },
          "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": "85d011f5-d9b1-4d0b-b1ec-a32ee4e05f89",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YWI0ZjU0NWI3MWNjNDU3Njc2ZDA0MzZlNDg4ZjQxNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "583cbdf2-bc69-438d-8fea-b1a535ffae2d"
    }
  ],
  "workloadContext": "Production"
}
2023-05-28T01:06:39.673Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-28T01:06:39.674Z|19e9890b-3af6-4051-82bb-2f60d09e01b9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e2dc3519-e38e-4d4f-9584-109c816c9056 ASDC
2023-05-28T01:06:39.674Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8ea6c68e-cd0c-4a84-b760-89c7a8a1c162
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e2dc3519-e38e-4d4f-9584-109c816c9056
ServiceInvariantUUID:b70fd0aa-b7be-43d9-8ae9-987c1d920b5b
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:583cbdf2-bc69-438d-8fea-b1a535ffae2d
ArtifactChecksum:YWI0ZjU0NWI3MWNjNDU3Njc2ZDA0MzZlNDg4ZjQxNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c9f17622-5d16-46f3-a487-8b028810411c
ResourceInvariantUUID:57876475-9f78-40f7-9ed6-09df1a7470fb
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b24069ac-5b25-4036-85db-47aa98cf1886
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:c5ad5d4b-be16-4c20-9abe-d2a97238d6c5
ArtifactChecksum:MWRmZGY3ZjNhMjYxYjY1MzUwZmE5Y2Y4MTdhNWYzOGE=
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:1ed82faa-0660-4f6a-aad8-4dc6cbbd9825
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:85d011f5-d9b1-4d0b-b1ec-a32ee4e05f89
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:85d011f5-d9b1-4d0b-b1ec-a32ee4e05f89
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-28T01:06:39.674Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e2dc3519-e38e-4d4f-9584-109c816c9056 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:06:39.733Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T01:06:39.734Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-05-28T01:06:39.734Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-05-28T01:06:39.734Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 583cbdf2-bc69-438d-8fea-b1a535ffae2d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-28T01:06:39.734Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-05-28T01:06:39.735Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-28T01:06:39.836Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-05-28T01:06:39.839Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 583cbdf2-bc69-438d-8fea-b1a535ffae2d 75148
2023-05-28T01:06:39.839Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-05-28T01:06:39.839Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-28T01:06:39.840Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T01:06:39.840Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:39.840Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:39.840Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235999839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:40.841Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T01:06:40.842Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-05-28T01:06:40.843Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 583cbdf2-bc69-438d-8fea-b1a535ffae2d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:40.844Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-05-28T01:06:40.845Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:40.845Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:41.003Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4729104338636303654/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-05-28T01:06:41.963Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:41.964Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:41.965Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-28T01:06:41.965Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-05-28T01:06:41.965Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T01:06:41.965Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:41.965Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:41.965Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-28T01:06:41.965Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-05-28T01:06:41.965Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T01:06:41.965Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:41.965Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:41.966Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:41.966Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-28T01:06:41.966Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-05-28T01:06:41.966Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-05-28T01:06:41.966Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-05-28T01:06:41.966Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-28T01:06:41.966Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-28T01:06:41.966Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:41.966Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-28T01:06:41.966Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:41.967Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-28T01:06:41.967Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T01:06:41.967Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:41.967Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-28T01:06:41.967Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T01:06:41.967Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:41.967Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-28T01:06:41.967Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T01:06:41.967Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:41.968Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-28T01:06:41.968Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-28T01:06:41.968Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-28T01:06:41.968Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6ec825ce-2431-434c-8080-b70aa9e873ab
2023-05-28T01:06:41.968Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:41.968Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:41.968Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:41.968Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:41.968Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:41.968Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:41.968Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:41.969Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:41.969Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e2dc3519-e38e-4d4f-9584-109c816c9056
Model Version:NULL
Model InvariantUuid:b70fd0aa-b7be-43d9-8ae9-987c1d920b5b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:14486307-56af-434c-bb41-bc595228dc36
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:57876475-9f78-40f7-9ed6-09df1a7470fb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c9f17622-5d16-46f3-a487-8b028810411c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb8e3e83-5102-4c2c-8fb4-1eabfd28de0c
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:d3ab09c1-94fd-4510-810c-7d13bc2a11df
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6ec825ce-2431-434c-8080-b70aa9e873ab
ModelInvariantUuid:1b8aff01-06d6-47bf-8b52-5677676eab81
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:b2820170-34e1-4bcd-b5d8-194aef464bc9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:46327468-5243-4b74-aa6c-7fad6aa92e7f
ModelInvariantUuid:e2b0ac2d-aeae-48df-97cb-66eba014ada8
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:27490e1e-9dc7-427f-a66b-206d2167dec0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-28T01:06:41.985Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b24069ac-5b25-4036-85db-47aa98cf1886
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:06:41.990Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||basic_vm 0
2023-05-28T01:06:41.990Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b24069ac-5b25-4036-85db-47aa98cf1886
2023-05-28T01:06:41.990Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c5ad5d4b-be16-4c20-9abe-d2a97238d6c5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-28T01:06:41.990Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-05-28T01:06:41.990Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-28T01:06:42.093Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-05-28T01:06:42.094Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c5ad5d4b-be16-4c20-9abe-d2a97238d6c5 787
2023-05-28T01:06:42.094Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-05-28T01:06:42.094Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-28T01:06:42.094Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T01:06:42.094Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:42.095Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:42.095Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236002094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:43.095Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cb8e3e83-5102-4c2c-8fb4-1eabfd28de0c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d3ab09c1-94fd-4510-810c-7d13bc2a11df",
    "vfModuleModelCustomizationUUID": "b3ed668a-bba1-44aa-a1bf-715e2edb39a4",
    "isBase": true,
    "artifacts": [
      "1ed82faa-0660-4f6a-aad8-4dc6cbbd9825",
      "85d011f5-d9b1-4d0b-b1ec-a32ee4e05f89"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-05-28T01:06:43.100Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d3ab09c1-94fd-4510-810c-7d13bc2a11df
VfModuleModelInvariantUUID:cb8e3e83-5102-4c2c-8fb4-1eabfd28de0c
VfModuleModelDescription:NULL
Artifacts UUID List:{
1ed82faa-0660-4f6a-aad8-4dc6cbbd9825
,
85d011f5-d9b1-4d0b-b1ec-a32ee4e05f89

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

isBase:true


}

2023-05-28T01:06:43.104Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cb8e3e83-5102-4c2c-8fb4-1eabfd28de0c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d3ab09c1-94fd-4510-810c-7d13bc2a11df",
    "vfModuleModelCustomizationUUID": "b3ed668a-bba1-44aa-a1bf-715e2edb39a4",
    "isBase": true,
    "artifacts": [
      "1ed82faa-0660-4f6a-aad8-4dc6cbbd9825",
      "85d011f5-d9b1-4d0b-b1ec-a32ee4e05f89"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-05-28T01:06:43.104Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d3ab09c1-94fd-4510-810c-7d13bc2a11df
VfModuleModelInvariantUUID:cb8e3e83-5102-4c2c-8fb4-1eabfd28de0c
VfModuleModelDescription:NULL
Artifacts UUID List:{
1ed82faa-0660-4f6a-aad8-4dc6cbbd9825
,
85d011f5-d9b1-4d0b-b1ec-a32ee4e05f89

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

isBase:true


}

2023-05-28T01:06:43.104Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1ed82faa-0660-4f6a-aad8-4dc6cbbd9825 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-28T01:06:43.104Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-05-28T01:06:43.104Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-28T01:06:43.205Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-05-28T01:06:43.206Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 1ed82faa-0660-4f6a-aad8-4dc6cbbd9825 5033
2023-05-28T01:06:43.206Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-05-28T01:06:43.206Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-28T01:06:43.206Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T01:06:43.207Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:43.207Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:43.207Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236003206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:44.209Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 85d011f5-d9b1-4d0b-b1ec-a32ee4e05f89 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-28T01:06:44.209Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-05-28T01:06:44.209Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-28T01:06:44.316Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-05-28T01:06:44.317Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 85d011f5-d9b1-4d0b-b1ec-a32ee4e05f89 903
2023-05-28T01:06:44.317Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-05-28T01:06:44.317Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-28T01:06:44.317Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T01:06:44.317Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:44.318Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:44.318Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236004317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:45.319Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e2dc3519-e38e-4d4f-9584-109c816c9056
2023-05-28T01:06:45.319Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b24069ac-5b25-4036-85db-47aa98cf1886 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:06:45.353Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@352a28f7, org.onap.sdc.toscaparser.api.parameters.Input@7c68f71e, org.onap.sdc.toscaparser.api.parameters.Input@330499b3, org.onap.sdc.toscaparser.api.parameters.Input@6020c98e, org.onap.sdc.toscaparser.api.parameters.Input@4a938ed]
2023-05-28T01:06:45.356Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:45.356Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:45.356Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-05-28T01:06:45.356Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c9f17622-5d16-46f3-a487-8b028810411c
2023-05-28T01:06:45.356Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c9f17622-5d16-46f3-a487-8b028810411c matches Tosca VF Customization UUID: c9f17622-5d16-46f3-a487-8b028810411c
2023-05-28T01:06:45.357Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c9f17622-5d16-46f3-a487-8b028810411c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-05-28T01:06:45.362Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:45.362Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:45.363Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c9f17622-5d16-46f3-a487-8b028810411c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-28T01:06:45.364Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4e96f00f
2023-05-28T01:06:45.364Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:45.364Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-28T01:06:45.364Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b3ed668a-bba1-44aa-a1bf-715e2edb39a4
2023-05-28T01:06:45.364Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b3ed668a-bba1-44aa-a1bf-715e2edb39a4
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-05-28T01:06:45.371Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:45.372Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-28T01:06:45.372Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T01:06:45.372Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:45.372Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-28T01:06:45.372Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T01:06:45.373Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:45.373Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-28T01:06:45.373Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-28T01:06:45.373Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-28T01:06:45.373Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6ec825ce-2431-434c-8080-b70aa9e873ab
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-05-28T01:06:45.379Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:45.379Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-28T01:06:45.379Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T01:06:45.380Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:45.380Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-28T01:06:45.380Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c9f17622-5d16-46f3-a487-8b028810411c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:06:45.385Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:45.385Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:45.386Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e2dc3519-e38e-4d4f-9584-109c816c9056: basic_vm
2023-05-28T01:06:45.386Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:45.386Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:45.386Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:45.387Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:45.387Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:45.387Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:45.387Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:45.387Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:45.388Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:06:45.388Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:06:45.388Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:06:45.613Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b24069ac-5b25-4036-85db-47aa98cf1886 1 ASDC deployResourceStructure
2023-05-28T01:06:45.614Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-05-28T01:06:45.614Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-28T01:06:45.614Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T01:06:45.615Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:45.615Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:45.615Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236005614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:46.616Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-05-28T01:06:46.616Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-28T01:06:46.617Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T01:06:46.617Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:46.617Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:46.617Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236006616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:47.619Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-05-28T01:06:47.619Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-28T01:06:47.619Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T01:06:47.619Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:47.619Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:47.620Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236007619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:48.620Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-05-28T01:06:48.621Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-28T01:06:48.621Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T01:06:48.621Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:06:48.621Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:06:48.621Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236008620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:06:49.622Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ea6c68e-cd0c-4a84-b760-89c7a8a1c162
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:06:49.637Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ea6c68e-cd0c-4a84-b760-89c7a8a1c162
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:06:49.640Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:06:49.640Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T01:06:49.640Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T01:07:00.033Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:07:00.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.038Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235891302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.039Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.039Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235900513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.039Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.039Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235893845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.040Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235884123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.040Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235890761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.040Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235862890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.041Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.041Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235891302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.041Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.041Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235900513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.041Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.041Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235893845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.041Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.042Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235884123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.042Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.042Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235890761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-28T01:07:00.042Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.042Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235862890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.042Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.043Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235891302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.044Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235900513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.044Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235893845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.044Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235884123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.045Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235890761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.045Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235862890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.045Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235891302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.046Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235900513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.047Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235893845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:07:00.047Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.047Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235884123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.047Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.048Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235890761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:07:00.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.048Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235862890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:07:00.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.049Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235891302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:07:00.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.049Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235900513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.049Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235904909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:07:00.050Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.050Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235904860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:07:00.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.051Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235904915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:07:00.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.051Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235905501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:07:00.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.052Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235900513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.052Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.052Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235905863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:07:00.052Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.052Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685235905923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:07:00.065Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8ea6c68e-cd0c-4a84-b760-89c7a8a1c162
2023-05-28T01:07:00.065Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ea6c68e-cd0c-4a84-b760-89c7a8a1c162 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:07:00.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.082Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235906028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:07:00.083Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.083Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235900513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:07:00.083Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.084Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685235906865,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:07:00.093Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ea6c68e-cd0c-4a84-b760-89c7a8a1c162
2023-05-28T01:07:00.093Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ea6c68e-cd0c-4a84-b760-89c7a8a1c162 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:07:00.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.107Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235907153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:07:00.107Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.107Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235907648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:07:00.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.108Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235907932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:07:00.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.108Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235908211,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:07:00.117Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ea6c68e-cd0c-4a84-b760-89c7a8a1c162
2023-05-28T01:07:00.117Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ea6c68e-cd0c-4a84-b760-89c7a8a1c162 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-05-28T01:07:00.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.127Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685235908937,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:07:00.134Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8ea6c68e-cd0c-4a84-b760-89c7a8a1c162
2023-05-28T01:07:00.134Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ea6c68e-cd0c-4a84-b760-89c7a8a1c162 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:07:00.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.152Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685235909214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-28T01:07:00.152Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.152Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235913561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:07:00.152Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.152Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "aai-model-loader",
  "timestamp": 1685235914563,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:07:00.159Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8ea6c68e-cd0c-4a84-b760-89c7a8a1c162
2023-05-28T01:07:00.160Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ea6c68e-cd0c-4a84-b760-89c7a8a1c162 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:07:00.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.174Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235949319,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-28T01:07:00.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.175Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.175Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.176Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.176Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.177Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.177Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.177Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.177Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.178Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.178Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.179Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:07:00.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.179Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:07:00.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:00.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-28T01:07:00.180Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235958571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:07:00.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:07:19.641Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ea6c68e-cd0c-4a84-b760-89c7a8a1c162
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:07:19.658Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ea6c68e-cd0c-4a84-b760-89c7a8a1c162
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:07:19.663Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:07:19.663Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-28T01:07:19.664Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-28T01:07:19.664Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-28T01:07:19.664Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:07:19.664Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:07:19.664Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:07:19.664Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:07:19.664Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:07:19.664Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:07:19.674Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-28T01:07:49.674Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8ea6c68e-cd0c-4a84-b760-89c7a8a1c162 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-28T01:07:49.683Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8ea6c68e-cd0c-4a84-b760-89c7a8a1c162 and serviceModelVersionId: e2dc3519-e38e-4d4f-9584-109c816c9056
2023-05-28T01:07:49.683Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b70fd0aa-b7be-43d9-8ae9-987c1d920b5b
2023-05-28T01:07:49.684Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b70fd0aa-b7be-43d9-8ae9-987c1d920b5b/model-vers/model-ver/e2dc3519-e38e-4d4f-9584-109c816c9056?depth=0
2023-05-28T01:07:49.691Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-05-28T01:07:49.752Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b70fd0aa-b7be-43d9-8ae9-987c1d920b5b/model-vers/model-ver/e2dc3519-e38e-4d4f-9584-109c816c9056?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-05-28T01:07:49.753Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b70fd0aa-b7be-43d9-8ae9-987c1d920b5b/model-vers/model-ver/e2dc3519-e38e-4d4f-9584-109c816c9056?depth=0|INFO|500||Invoke
2023-05-28T01:07:49.762Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b70fd0aa-b7be-43d9-8ae9-987c1d920b5b/model-vers/model-ver/e2dc3519-e38e-4d4f-9584-109c816c9056?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-28T01:07:49.930Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b70fd0aa-b7be-43d9-8ae9-987c1d920b5b/model-vers/model-ver/e2dc3519-e38e-4d4f-9584-109c816c9056?depth=0|INFO|500||InvokeReturn
2023-05-28T01:07:49.931Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b70fd0aa-b7be-43d9-8ae9-987c1d920b5b/model-vers/model-ver/e2dc3519-e38e-4d4f-9584-109c816c9056?depth=0 has http status code:200 and response headers:{date=[Sun, 28 May 2023 01:07:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[188464], x-aai-txid=[1-aai-resources-230528-01:07:48:779-90467], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-28T01:07:49.931Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-05-28T01:07:49.931Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-28T01:07:49.931Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:07:49.939Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-28T01:07:49.939Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8ea6c68e-cd0c-4a84-b760-89c7a8a1c162 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-28T01:07:49.940Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-28T01:07:49.940Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:07:49.940Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:07:49.940Z|8ea6c68e-cd0c-4a84-b760-89c7a8a1c162|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236069940,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-28T01:07:50.963Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:08:00.033Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:08:00.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-28T01:08:00.036Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235960323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:08:00.037Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:08:00.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-28T01:08:00.037Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235991640,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-28T01:08:00.038Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:08:00.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-28T01:08:00.038Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:08:00.038Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:08:00.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-28T01:08:00.038Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-05-28T01:08:00.039Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:08:00.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-28T01:08:00.039Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-28T01:08:00.039Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:08:00.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-28T01:08:00.039Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:08:00.039Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:08:00.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-28T01:08:00.039Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-28T01:08:00.040Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:08:00.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-28T01:08:00.040Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:08:00.040Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:08:00.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-28T01:08:00.040Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235950346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:08:00.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:08:00.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-28T01:08:00.041Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685235999839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:08:00.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:08:00.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-28T01:08:00.041Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236002094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:08:00.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:08:00.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-28T01:08:00.041Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236003206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:08:00.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:08:00.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-28T01:08:00.042Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236004317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:08:00.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:08:00.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-28T01:08:00.042Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236005614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-28T01:08:00.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:08:00.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-28T01:08:00.043Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236006616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-05-28T01:08:00.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:08:00.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-28T01:08:00.043Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236007619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-05-28T01:08:00.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:08:00.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-28T01:08:00.044Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236008620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:08:00.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:08:50.963Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:09:00.033Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:09:00.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:09:00.036Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236069940,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-28T01:09:00.037Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:09:50.965Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:10:00.033Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:10:50.966Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:11:00.034Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:11:50.967Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:12:00.035Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:12:50.968Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:13:00.036Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:13:50.968Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:14:00.036Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:14:50.970Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:15:00.038Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:15:50.970Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:16:00.039Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:16:24.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-28T01:16:24.006Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"b8264f47-b5ef-4f7e-8557-2eb78a02c4d5","serviceName":"Demo_pNF_NMt2CxFLy0VRtiLyAfLb","serviceVersion":"1.0","serviceUUID":"a5cb6fa4-7a18-4556-95ea-918802727ff3","serviceDescription":"catalog service description","serviceInvariantUUID":"b3cf1ecc-d120-4a2a-a436-42d8ca6ef653","resources":[{"resourceInstanceName":"pNF 26dab5ef-4687 0","resourceName":"pNF 26dab5ef-4687","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"253f231d-7d0a-498c-9377-b564394560f7","resourceInvariantUUID":"558031fe-e503-4a53-b606-f389663132ed","resourceCustomizationUUID":"ace67a18-e3b6-45f8-a3a1-a8df648f4a95","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/vf-license-model.xml","artifactChecksum":"NjExNGYzNGVkMDIxMTY1NmRhYTgwZjIyYzdjOGZmNzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4fa33ee3-77ee-412c-a794-3127582fb1e3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/pNF.csar","artifactChecksum":"MzlmMmQ3MDZhZTk2YmFkZDU4MGY2MmY0ZGZhNmVlMjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7dbfbfa-a3a6-4325-a265-383131a925be","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"41229af5-bba2-4e72-9d2f-b173294bc099","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/vendor-license-model.xml","artifactChecksum":"NjQ0OTA5MDM4Y2FiYjVlODlhMjE4ZDYzYWUyMTBiYTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"428f0926-dfe6-4f41-ab12-6b71e161fc54","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"719f75bb-b54a-4cee-af52-1b522760400a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da856941-8dc7-47dd-b840-1b511a6faf09","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNmt2cxfly0vrtilyaflb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-template.yml","artifactChecksum":"MjU0MThlYjFhNTAzZTZiMDM2OTUzNzMyOGJlMzJmYmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a0f11c7-50bf-43d6-b88c-bcd442ea2bf0","artifactVersion":"1"},{"artifactName":"service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar","artifactChecksum":"OWRlMWMyOTAzYjU5NGQzNmQ5MDI4M2UyZDg0Mzc1YWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98adc1a3-5302-480b-8d5a-8015b9dfbdda","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-28T01:16:24.007Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:16:24.007Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:16:24.007Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:16:24.007Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236550970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:16:24.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:16:24.040Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685236566937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:16:24.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:16:24.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:16:24.041Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236550970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:16:24.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:16:25.014Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:16:25.014Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:16:25.014Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:16:25.014Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236550970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:16:26.015Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:16:26.016Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:16:26.016Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:16:26.016Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236550970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:16:27.017Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:16:27.017Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:16:27.018Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:16:27.018Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236550970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:16:28.019Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:16:28.019Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:16:28.020Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:16:28.020Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236550970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:16:29.021Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:16:29.022Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:16:29.022Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:16:29.022Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236550970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:16:30.023Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:16:30.023Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:16:30.024Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:16:30.024Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236550970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:16:31.025Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:16:31.025Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:16:31.025Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:16:31.025Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236550970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:16:32.027Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "serviceName": "Demo_pNF_NMt2CxFLy0VRtiLyAfLb",
  "serviceVersion": "1.0",
  "serviceUUID": "a5cb6fa4-7a18-4556-95ea-918802727ff3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b3cf1ecc-d120-4a2a-a436-42d8ca6ef653",
  "resources": [
    {
      "resourceInstanceName": "pNF 26dab5ef-4687 0",
      "resourceCustomizationUUID": "ace67a18-e3b6-45f8-a3a1-a8df648f4a95",
      "resourceName": "pNF 26dab5ef-4687",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "253f231d-7d0a-498c-9377-b564394560f7",
      "resourceInvariantUUID": "558031fe-e503-4a53-b606-f389663132ed",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
      "artifactChecksum": "OWRlMWMyOTAzYjU5NGQzNmQ5MDI4M2UyZDg0Mzc1YWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "98adc1a3-5302-480b-8d5a-8015b9dfbdda"
    }
  ],
  "workloadContext": "Production"
}
2023-05-28T01:16:32.027Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-28T01:16:32.027Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a5cb6fa4-7a18-4556-95ea-918802727ff3 ASDC
2023-05-28T01:16:32.027Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b8264f47-b5ef-4f7e-8557-2eb78a02c4d5
ServiceName:Demo_pNF_NMt2CxFLy0VRtiLyAfLb
ServiceVersion:1.0
ServiceUUID:a5cb6fa4-7a18-4556-95ea-918802727ff3
ServiceInvariantUUID:b3cf1ecc-d120-4a2a-a436-42d8ca6ef653
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar
ArtifactUUID:98adc1a3-5302-480b-8d5a-8015b9dfbdda
ArtifactChecksum:OWRlMWMyOTAzYjU5NGQzNmQ5MDI4M2UyZDg0Mzc1YWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 26dab5ef-4687 0
ResourceCustomizationUUID:ace67a18-e3b6-45f8-a3a1-a8df648f4a95
ResourceInvariantUUID:558031fe-e503-4a53-b606-f389663132ed
ResourceName:pNF 26dab5ef-4687
ResourceType:PNF
ResourceUUID:253f231d-7d0a-498c-9377-b564394560f7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-05-28T01:16:32.027Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a5cb6fa4-7a18-4556-95ea-918802727ff3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:16:32.083Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T01:16:32.084Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-05-28T01:16:32.084Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-05-28T01:16:32.084Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 98adc1a3-5302-480b-8d5a-8015b9dfbdda from URL: /sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar
2023-05-28T01:16:32.084Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-05-28T01:16:32.085Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar
2023-05-28T01:16:32.181Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-05-28T01:16:32.183Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar 98adc1a3-5302-480b-8d5a-8015b9dfbdda 87987
2023-05-28T01:16:32.183Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar ASDC sendASDCNotification
2023-05-28T01:16:32.184Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar
2023-05-28T01:16:32.184Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T01:16:32.184Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:16:32.184Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:16:32.184Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236592183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:16:33.185Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T01:16:33.186Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-05-28T01:16:33.186Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 98adc1a3-5302-480b-8d5a-8015b9dfbdda, URL: /sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar to file: /app/ASDC/1/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar
2023-05-28T01:16:33.187Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar
2023-05-28T01:16:33.188Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar
2023-05-28T01:16:33.188Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar
2023-05-28T01:16:33.358Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12157518945026217387/Definitions/service-DemoPnfNmt2cxfly0vrtilyaflb-template.yml
2023-05-28T01:16:33.974Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-28T01:16:33.975Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-05-28T01:16:33.975Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar
2023-05-28T01:16:33.975Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-28T01:16:33.975Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 26dab5ef-4687 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-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar
2023-05-28T01:16:33.975Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar
2023-05-28T01:16:33.975Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar
2023-05-28T01:16:33.975Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar
2023-05-28T01:16:33.975Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar
2023-05-28T01:16:33.975Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar
2023-05-28T01:16:33.975Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar
2023-05-28T01:16:33.975Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-05-28T01:16:33.975Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:16:33.975Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_NMt2CxFLy0VRtiLyAfLb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:16:33.975Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Node template pNF 26dab5ef-4687 0 is matching search criteria
2023-05-28T01:16:33.975Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-05-28T01:16:33.975Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 26dab5ef-4687 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T01:16:33.976Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:16:33.976Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_NMt2CxFLy0VRtiLyAfLb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:16:33.976Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Node template pNF 26dab5ef-4687 0 is matching search criteria
2023-05-28T01:16:33.976Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-05-28T01:16:33.976Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 26dab5ef-4687 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T01:16:33.976Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:16:33.976Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_NMt2CxFLy0VRtiLyAfLb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:16:33.976Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:16:33.976Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_NMt2CxFLy0VRtiLyAfLb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:16:33.976Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:16:33.976Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_NMt2CxFLy0VRtiLyAfLb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:16:33.976Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:16:33.976Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_NMt2CxFLy0VRtiLyAfLb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:16:33.976Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:16:33.976Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_NMt2CxFLy0VRtiLyAfLb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:16:33.976Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_NMt2CxFLy0VRtiLyAfLb
Description:catalog service description
Model UUID:a5cb6fa4-7a18-4556-95ea-918802727ff3
Model Version:NULL
Model InvariantUuid:b3cf1ecc-d120-4a2a-a436-42d8ca6ef653
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-28T01:16:33.998Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 253f231d-7d0a-498c-9377-b564394560f7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:16:34.005Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||pNF 26dab5ef-4687 0
2023-05-28T01:16:34.006Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 253f231d-7d0a-498c-9377-b564394560f7
2023-05-28T01:16:34.006Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||No resources found for Service: a5cb6fa4-7a18-4556-95ea-918802727ff3
2023-05-28T01:16:34.006Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a5cb6fa4-7a18-4556-95ea-918802727ff3
2023-05-28T01:16:34.007Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 26dab5ef-4687 0 253f231d-7d0a-498c-9377-b564394560f7 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:16:34.019Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f28ecb4, org.onap.sdc.toscaparser.api.parameters.Input@3d766e8c, org.onap.sdc.toscaparser.api.parameters.Input@7401ca55, org.onap.sdc.toscaparser.api.parameters.Input@4de68259, org.onap.sdc.toscaparser.api.parameters.Input@25c38a1d]
2023-05-28T01:16:34.020Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:16:34.020Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_NMt2CxFLy0VRtiLyAfLb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:16:34.021Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a5cb6fa4-7a18-4556-95ea-918802727ff3: pNF 26dab5ef-4687
2023-05-28T01:16:34.021Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Processing PNF resource: 253f231d-7d0a-498c-9377-b564394560f7
2023-05-28T01:16:34.021Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:16:34.021Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_NMt2CxFLy0VRtiLyAfLb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:16:34.021Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Resource customization UUID: ace67a18-e3b6-45f8-a3a1-a8df648f4a95 is the same as notified resource customizationUUID: ace67a18-e3b6-45f8-a3a1-a8df648f4a95
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-05-28T01:16:34.137Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 26dab5ef-4687 253f231d-7d0a-498c-9377-b564394560f7 0 ASDC deployResourceStructure
2023-05-28T01:16:34.138Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar ASDC sendASDCNotification
2023-05-28T01:16:34.138Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar
2023-05-28T01:16:34.138Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T01:16:34.138Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:16:34.138Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:16:34.139Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236594138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:16:35.140Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8264f47-b5ef-4f7e-8557-2eb78a02c4d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:16:35.166Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8264f47-b5ef-4f7e-8557-2eb78a02c4d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:16:35.170Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:16:35.171Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T01:16:35.171Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T01:17:00.033Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:17:00.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:17:00.034Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236564150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:17:00.035Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:17:00.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:17:00.035Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685236570238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:17:00.035Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:17:05.171Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8264f47-b5ef-4f7e-8557-2eb78a02c4d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:17:05.200Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8264f47-b5ef-4f7e-8557-2eb78a02c4d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:17:05.205Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:17:05.205Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T01:17:05.205Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T01:17:35.206Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8264f47-b5ef-4f7e-8557-2eb78a02c4d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:17:35.233Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8264f47-b5ef-4f7e-8557-2eb78a02c4d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:17:35.237Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:17:35.238Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T01:17:35.238Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T01:18:00.033Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:18:00.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.037Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685236567885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.037Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.037Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685236581299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.037Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.037Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236550970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.037Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.038Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685236566937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.038Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.038Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236564150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.038Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.038Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685236570238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.038Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.038Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685236567885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.038Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.038Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685236581299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.038Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.039Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236550970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.039Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685236566937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.039Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236564150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.039Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685236570238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.039Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685236567885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.040Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685236581299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.040Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.040Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236550970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.040Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.040Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685236566937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.040Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.040Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236564150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.040Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.041Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685236570238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.041Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685236567885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.041Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685236581299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.041Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236550970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.041Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685236566937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.042Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.042Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236564150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.042Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.042Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685236567885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.042Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.042Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685236570238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.042Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.042Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685236581299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.042Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.043Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236564150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-05-28T01:18:00.043Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.043Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236550970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.043Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.043Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685236566937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.043Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.044Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685236570238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.044Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.044Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685236567885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.044Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.044Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685236581299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.044Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.044Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236550970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.045Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.045Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236564150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.045Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.045Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685236566937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.045Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.045Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685236570238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.045Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.046Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685236567885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.046Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685236590512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.046Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685236581299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.046Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236550970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:18:00.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.047Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236564150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.047Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685236570238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:18:00.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.047Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685236566937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:18:00.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.048Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685236567885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:18:00.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.048Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685236590512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.048Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685236581299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:18:00.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.048Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236591452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:18:00.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.049Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685236592078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:18:00.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.049Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685236592149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:18:00.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.049Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236592183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:18:00.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.050Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685236590512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.050Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685236592785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:18:00.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.050Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685236593081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:18:00.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.051Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685236593154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:18:00.077Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b8264f47-b5ef-4f7e-8557-2eb78a02c4d5
2023-05-28T01:18:00.077Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8264f47-b5ef-4f7e-8557-2eb78a02c4d5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:18:00.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.105Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236592493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-05-28T01:18:00.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.106Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685236590512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.107Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236594138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:18:00.107Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.107Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685236594083,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:18:00.122Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b8264f47-b5ef-4f7e-8557-2eb78a02c4d5
2023-05-28T01:18:00.123Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8264f47-b5ef-4f7e-8557-2eb78a02c4d5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:18:00.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.150Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236593494,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:18:00.170Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b8264f47-b5ef-4f7e-8557-2eb78a02c4d5
2023-05-28T01:18:00.170Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8264f47-b5ef-4f7e-8557-2eb78a02c4d5 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:18:00.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.196Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685236590512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.196Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.196Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685236594858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:18:00.196Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.197Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685236590512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.197Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.197Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685236595864,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:18:00.212Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b8264f47-b5ef-4f7e-8557-2eb78a02c4d5
2023-05-28T01:18:00.213Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8264f47-b5ef-4f7e-8557-2eb78a02c4d5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:18:00.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.237Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685236590512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:18:00.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.237Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685236590512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:18:00.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.237Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685236598651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:18:00.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.238Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685236602639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:18:00.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:18:00.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-28T01:18:00.238Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1685236603641,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:18:00.253Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b8264f47-b5ef-4f7e-8557-2eb78a02c4d5
2023-05-28T01:18:00.253Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8264f47-b5ef-4f7e-8557-2eb78a02c4d5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:18:05.238Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8264f47-b5ef-4f7e-8557-2eb78a02c4d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:18:05.270Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8264f47-b5ef-4f7e-8557-2eb78a02c4d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:18:05.287Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:18:05.287Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-28T01:18:05.287Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-28T01:18:05.288Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-28T01:18:05.288Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:18:05.288Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:18:05.288Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:18:05.288Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:18:05.288Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:18:05.288Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:18:05.288Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:18:05.308Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-28T01:18:35.309Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b8264f47-b5ef-4f7e-8557-2eb78a02c4d5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-28T01:18:35.324Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b8264f47-b5ef-4f7e-8557-2eb78a02c4d5 and serviceModelVersionId: a5cb6fa4-7a18-4556-95ea-918802727ff3
2023-05-28T01:18:35.324Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b3cf1ecc-d120-4a2a-a436-42d8ca6ef653
2023-05-28T01:18:35.325Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b3cf1ecc-d120-4a2a-a436-42d8ca6ef653/model-vers/model-ver/a5cb6fa4-7a18-4556-95ea-918802727ff3?depth=0
2023-05-28T01:18:35.332Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-05-28T01:18:35.385Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b3cf1ecc-d120-4a2a-a436-42d8ca6ef653/model-vers/model-ver/a5cb6fa4-7a18-4556-95ea-918802727ff3?depth=0|INFO|500||Invoke
2023-05-28T01:18:35.386Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b3cf1ecc-d120-4a2a-a436-42d8ca6ef653/model-vers/model-ver/a5cb6fa4-7a18-4556-95ea-918802727ff3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b3cf1ecc-d120-4a2a-a436-42d8ca6ef653/model-vers/model-ver/a5cb6fa4-7a18-4556-95ea-918802727ff3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b8264f47-b5ef-4f7e-8557-2eb78a02c4d5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[569b8aee-9968-46bd-a49a-9c164ed7a777], X-ECOMP-RequestID=[b8264f47-b5ef-4f7e-8557-2eb78a02c4d5], X-TransactionId=[], X-ONAP-RequestID=[b8264f47-b5ef-4f7e-8557-2eb78a02c4d5], Content-Type=[application/merge-patch+json]}
2023-05-28T01:18:35.392Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b3cf1ecc-d120-4a2a-a436-42d8ca6ef653/model-vers/model-ver/a5cb6fa4-7a18-4556-95ea-918802727ff3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-28T01:18:35.544Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b3cf1ecc-d120-4a2a-a436-42d8ca6ef653/model-vers/model-ver/a5cb6fa4-7a18-4556-95ea-918802727ff3?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/b3cf1ecc-d120-4a2a-a436-42d8ca6ef653/model-vers/model-ver/a5cb6fa4-7a18-4556-95ea-918802727ff3?depth=0 has http status code:200 and response headers:{date=[Sun, 28 May 2023 01:18:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[250056], x-aai-txid=[2-aai-resources-230528-01:18:34:395-23799], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-28T01:18:35.544Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b3cf1ecc-d120-4a2a-a436-42d8ca6ef653/model-vers/model-ver/a5cb6fa4-7a18-4556-95ea-918802727ff3?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-28T01:18:35.546Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b3cf1ecc-d120-4a2a-a436-42d8ca6ef653/model-vers/model-ver/a5cb6fa4-7a18-4556-95ea-918802727ff3?depth=0|INFO|500||InvokeReturn
2023-05-28T01:18:35.546Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-28T01:18:35.546Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:18:35.559Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-28T01:18:35.560Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b8264f47-b5ef-4f7e-8557-2eb78a02c4d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-28T01:18:35.560Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-28T01:18:35.560Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:18:35.560Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:18:35.561Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236715560,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-28T01:18:36.591Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:19:00.033Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:19:00.039Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-28T01:19:00.039Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685236715560,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-28T01:19:00.040Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:19:36.592Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:20:00.034Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:20:36.593Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:21:00.034Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:21:36.594Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:22:00.037Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:22:36.598Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:23:00.037Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:23:36.599Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:24:00.037Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:24:36.600Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:25:00.039Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:25:36.602Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:26:00.039Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:26:36.603Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:26:36.911Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-28T01:26:36.911Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fab590fc-10f0-4265-a38d-4626f2d98fe2","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"91bbe101-4548-4248-8496-1538ee54497a","serviceDescription":"service","serviceInvariantUUID":"1142a9f0-1303-4705-a23b-86aa246f93f7","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d65322a7-a323-4690-ac44-19a489258b52","resourceInvariantUUID":"58d4cc7d-baf8-4674-9695-bbcea8acb910","resourceCustomizationUUID":"87ef6f1e-b431-4680-a3e0-ce2953771010","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":"YzQ1ZGMwMWMzN2Y2YTM0OGU5MTlhYTY2ZGQ2ZWIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a57f0611-d6f5-4ade-a772-0f5b8f068f72","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":"ZTI5MWU5OTFiZmQ0YjI1NGE2M2FlMWMwYzliMWJhNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6768a6b2-b78d-48d9-b2dd-2daa679d063e","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":"02863ebc-97ac-49b3-9d6e-b91d530ff32c","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":"b1d2f745-c425-4100-8f20-1ef3d75cebc0","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":"4636ed23-d056-4a5d-bb4f-60e53ad18ba6","artifactVersion":"2","generatedFromUUID":"d44515c3-db95-4865-821a-773baa3abf49"},{"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":"5aa35448-8633-4f52-bd60-e4ba975367ff","artifactVersion":"2","generatedFromUUID":"02863ebc-97ac-49b3-9d6e-b91d530ff32c"},{"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":"d44515c3-db95-4865-821a-773baa3abf49","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":"68212698-65e1-4d78-8b06-d9eed0a24241","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":"MThlZTdiMWY3NGNiNDI3YTdmMjViODNjMzE1MjFhNTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ceb1027d-e021-4a01-ba98-7be347ea947e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MjhlOGU1NWRhMTliNGE4MzY1Y2I2NGFiNjJmYjQ5ZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3cadc3df-4b75-4d7d-8794-9b81c40de757","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-28T01:26:36.913Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:26:36.913Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:26:36.914Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:26:36.914Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237196603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:26:36.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:26:36.944Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237196603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:26:36.945Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:26:37.919Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:26:37.919Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:26:37.920Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:26:37.920Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237196603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:26:38.921Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:26:38.921Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:26:38.921Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:26:38.921Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237196603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:26:39.922Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:26:39.923Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:26:39.923Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:26:39.923Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237196603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:26:40.925Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:26:40.925Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:26:40.925Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:26:40.925Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237196603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:26:41.927Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:26:41.927Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:26:41.928Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:26:41.928Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237196603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:26:42.929Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:26:42.930Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:26:42.930Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:26:42.930Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237196603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:26:43.932Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:26:43.933Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:26:43.933Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:26:43.933Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237196603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:26:44.934Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:26:44.935Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:26:44.935Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:26:44.935Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237196603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:26:45.937Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:26:45.938Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:26:45.938Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:26:45.938Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237196603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:26:46.940Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "91bbe101-4548-4248-8496-1538ee54497a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1142a9f0-1303-4705-a23b-86aa246f93f7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "87ef6f1e-b431-4680-a3e0-ce2953771010",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d65322a7-a323-4690-ac44-19a489258b52",
      "resourceInvariantUUID": "58d4cc7d-baf8-4674-9695-bbcea8acb910",
      "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": "ZTI5MWU5OTFiZmQ0YjI1NGE2M2FlMWMwYzliMWJhNmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6768a6b2-b78d-48d9-b2dd-2daa679d063e",
          "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": "02863ebc-97ac-49b3-9d6e-b91d530ff32c",
          "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": "5aa35448-8633-4f52-bd60-e4ba975367ff",
            "generatedFromUUID": "02863ebc-97ac-49b3-9d6e-b91d530ff32c"
          },
          "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": "4636ed23-d056-4a5d-bb4f-60e53ad18ba6",
          "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": "5aa35448-8633-4f52-bd60-e4ba975367ff",
          "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": "d44515c3-db95-4865-821a-773baa3abf49",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MjhlOGU1NWRhMTliNGE4MzY1Y2I2NGFiNjJmYjQ5ZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3cadc3df-4b75-4d7d-8794-9b81c40de757"
    }
  ],
  "workloadContext": "Production"
}
2023-05-28T01:26:46.941Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-28T01:26:46.942Z|b8264f47-b5ef-4f7e-8557-2eb78a02c4d5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 91bbe101-4548-4248-8496-1538ee54497a ASDC
2023-05-28T01:26:46.943Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fab590fc-10f0-4265-a38d-4626f2d98fe2
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:91bbe101-4548-4248-8496-1538ee54497a
ServiceInvariantUUID:1142a9f0-1303-4705-a23b-86aa246f93f7
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:3cadc3df-4b75-4d7d-8794-9b81c40de757
ArtifactChecksum:MjhlOGU1NWRhMTliNGE4MzY1Y2I2NGFiNjJmYjQ5ZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:87ef6f1e-b431-4680-a3e0-ce2953771010
ResourceInvariantUUID:58d4cc7d-baf8-4674-9695-bbcea8acb910
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:d65322a7-a323-4690-ac44-19a489258b52
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:6768a6b2-b78d-48d9-b2dd-2daa679d063e
ArtifactChecksum:ZTI5MWU5OTFiZmQ0YjI1NGE2M2FlMWMwYzliMWJhNmM=
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:02863ebc-97ac-49b3-9d6e-b91d530ff32c
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:5aa35448-8633-4f52-bd60-e4ba975367ff
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:4636ed23-d056-4a5d-bb4f-60e53ad18ba6
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:5aa35448-8633-4f52-bd60-e4ba975367ff
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:d44515c3-db95-4865-821a-773baa3abf49
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-28T01:26:46.944Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 91bbe101-4548-4248-8496-1538ee54497a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:26:47.027Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T01:26:47.028Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-05-28T01:26:47.028Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-05-28T01:26:47.028Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3cadc3df-4b75-4d7d-8794-9b81c40de757 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-28T01:26:47.029Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-05-28T01:26:47.029Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-28T01:26:47.149Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-05-28T01:26:47.160Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 3cadc3df-4b75-4d7d-8794-9b81c40de757 163253
2023-05-28T01:26:47.160Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-05-28T01:26:47.160Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-28T01:26:47.161Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T01:26:47.161Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:26:47.161Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:26:47.161Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237207160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:26:48.162Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T01:26:48.163Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-05-28T01:26:48.163Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3cadc3df-4b75-4d7d-8794-9b81c40de757, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-28T01:26:48.164Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-05-28T01:26:48.164Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-28T01:26:48.165Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-28T01:26:48.282Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP516609722772247344/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-05-28T01:26:49.187Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-28T01:26:49.188Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-05-28T01:26:49.188Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-28T01:26:49.188Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-05-28T01:26:49.188Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-28T01:26:49.188Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-28T01:26:49.188Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-28T01:26:49.189Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-28T01:26:49.189Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-05-28T01:26:49.189Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:49.189Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:26:49.189Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-28T01:26:49.189Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-05-28T01:26:49.189Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T01:26:49.189Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:49.189Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:26:49.189Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-28T01:26:49.190Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-05-28T01:26:49.190Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T01:26:49.190Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:49.190Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:26:49.190Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:49.190Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-05-28T01:26:49.190Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-05-28T01:26:49.190Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-05-28T01:26:49.191Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-28T01:26:49.191Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:49.191Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-28T01:26:49.191Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:49.191Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-28T01:26:49.191Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T01:26:49.191Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:49.191Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-28T01:26:49.192Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T01:26:49.192Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:49.192Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-28T01:26:49.192Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T01:26:49.192Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:49.192Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-28T01:26:49.192Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T01:26:49.192Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:49.192Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-05-28T01:26:49.193Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-05-28T01:26:49.193Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=3e95bbfa-33e5-4881-9707-ec0758f44d06
2023-05-28T01:26:49.193Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:49.193Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:26:49.193Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:49.193Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:26:49.193Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:49.193Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:26:49.193Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:49.193Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:26:49.194Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:91bbe101-4548-4248-8496-1538ee54497a
Model Version:NULL
Model InvariantUuid:1142a9f0-1303-4705-a23b-86aa246f93f7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:4f3d049f-1886-4e32-b0a4-3a28452637df
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:58d4cc7d-baf8-4674-9695-bbcea8acb910
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:87ef6f1e-b431-4680-a3e0-ce2953771010
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:378c50f5-fda8-4018-86ec-4f8fda7bd7bd
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:df791d6c-d5b4-4710-aa40-e6c06ccea7fc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:78aaf70d-13b6-410a-8683-e5b175376e5a
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:000ae290-736a-43ff-b59e-88e4794d24d0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3e95bbfa-33e5-4881-9707-ec0758f44d06
ModelInvariantUuid:23288884-34eb-4782-94aa-43834e1a21e2
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:829a4d93-3290-4cb7-8548-f0f80ef09417
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:2d1d36fd-3f35-4af4-bcde-5bf294840989
ModelInvariantUuid:1084d3e7-8db9-4309-b03f-e08ec80722d6
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:498e6c53-d573-4309-abc7-99724420751e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-28T01:26:49.216Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: d65322a7-a323-4690-ac44-19a489258b52
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:26:49.221Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0
2023-05-28T01:26:49.222Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d65322a7-a323-4690-ac44-19a489258b52
2023-05-28T01:26:49.222Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6768a6b2-b78d-48d9-b2dd-2daa679d063e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-05-28T01:26:49.222Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-05-28T01:26:49.222Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-05-28T01:26:49.318Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-05-28T01:26:49.319Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 6768a6b2-b78d-48d9-b2dd-2daa679d063e 1565
2023-05-28T01:26:49.319Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-05-28T01:26:49.319Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-05-28T01:26:49.319Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T01:26:49.319Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:26:49.319Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:26:49.320Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237209319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:26:50.320Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "78aaf70d-13b6-410a-8683-e5b175376e5a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "000ae290-736a-43ff-b59e-88e4794d24d0",
    "vfModuleModelCustomizationUUID": "c8583a7f-cebd-4f08-ad71-0907804a7e6e",
    "isBase": true,
    "artifacts": [
      "02863ebc-97ac-49b3-9d6e-b91d530ff32c",
      "5aa35448-8633-4f52-bd60-e4ba975367ff"
    ],
    "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": "378c50f5-fda8-4018-86ec-4f8fda7bd7bd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "df791d6c-d5b4-4710-aa40-e6c06ccea7fc",
    "vfModuleModelCustomizationUUID": "d7b61f55-504f-45d8-a5b4-49dd53637dd7",
    "isBase": false,
    "artifacts": [
      "d44515c3-db95-4865-821a-773baa3abf49"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-05-28T01:26:50.326Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:000ae290-736a-43ff-b59e-88e4794d24d0
VfModuleModelInvariantUUID:78aaf70d-13b6-410a-8683-e5b175376e5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
02863ebc-97ac-49b3-9d6e-b91d530ff32c
,
5aa35448-8633-4f52-bd60-e4ba975367ff

}
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:df791d6c-d5b4-4710-aa40-e6c06ccea7fc
VfModuleModelInvariantUUID:378c50f5-fda8-4018-86ec-4f8fda7bd7bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
d44515c3-db95-4865-821a-773baa3abf49

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

isBase:false


}

2023-05-28T01:26:50.331Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "78aaf70d-13b6-410a-8683-e5b175376e5a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "000ae290-736a-43ff-b59e-88e4794d24d0",
    "vfModuleModelCustomizationUUID": "c8583a7f-cebd-4f08-ad71-0907804a7e6e",
    "isBase": true,
    "artifacts": [
      "02863ebc-97ac-49b3-9d6e-b91d530ff32c",
      "5aa35448-8633-4f52-bd60-e4ba975367ff"
    ],
    "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": "378c50f5-fda8-4018-86ec-4f8fda7bd7bd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "df791d6c-d5b4-4710-aa40-e6c06ccea7fc",
    "vfModuleModelCustomizationUUID": "d7b61f55-504f-45d8-a5b4-49dd53637dd7",
    "isBase": false,
    "artifacts": [
      "d44515c3-db95-4865-821a-773baa3abf49"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-05-28T01:26:50.331Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:000ae290-736a-43ff-b59e-88e4794d24d0
VfModuleModelInvariantUUID:78aaf70d-13b6-410a-8683-e5b175376e5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
02863ebc-97ac-49b3-9d6e-b91d530ff32c
,
5aa35448-8633-4f52-bd60-e4ba975367ff

}
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:df791d6c-d5b4-4710-aa40-e6c06ccea7fc
VfModuleModelInvariantUUID:378c50f5-fda8-4018-86ec-4f8fda7bd7bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
d44515c3-db95-4865-821a-773baa3abf49

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

isBase:false


}

2023-05-28T01:26:50.331Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 02863ebc-97ac-49b3-9d6e-b91d530ff32c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-05-28T01:26:50.331Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-05-28T01:26:50.332Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-05-28T01:26:50.449Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-05-28T01:26:50.450Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 02863ebc-97ac-49b3-9d6e-b91d530ff32c 914
2023-05-28T01:26:50.450Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-05-28T01:26:50.450Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-05-28T01:26:50.450Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T01:26:50.450Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:26:50.451Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:26:50.451Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237210450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:26:51.451Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4636ed23-d056-4a5d-bb4f-60e53ad18ba6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-05-28T01:26:51.452Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-05-28T01:26:51.452Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-05-28T01:26:51.565Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-05-28T01:26:51.566Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 4636ed23-d056-4a5d-bb4f-60e53ad18ba6 12
2023-05-28T01:26:51.566Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-05-28T01:26:51.566Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-05-28T01:26:51.566Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T01:26:51.566Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:26:51.567Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:26:51.567Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237211566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:26:52.568Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5aa35448-8633-4f52-bd60-e4ba975367ff from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-05-28T01:26:52.568Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-05-28T01:26:52.568Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-05-28T01:26:52.795Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-05-28T01:26:52.796Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 5aa35448-8633-4f52-bd60-e4ba975367ff 96
2023-05-28T01:26:52.796Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-05-28T01:26:52.796Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-05-28T01:26:52.796Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T01:26:52.797Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:26:52.797Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:26:52.797Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237212796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:26:53.798Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d44515c3-db95-4865-821a-773baa3abf49 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-05-28T01:26:53.799Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-05-28T01:26:53.799Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-05-28T01:26:54.068Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-05-28T01:26:54.069Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz d44515c3-db95-4865-821a-773baa3abf49 20206
2023-05-28T01:26:54.069Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-05-28T01:26:54.069Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-05-28T01:26:54.069Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T01:26:54.070Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:26:54.070Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:26:54.070Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237214069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:26:55.079Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 91bbe101-4548-4248-8496-1538ee54497a
2023-05-28T01:26:55.079Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 d65322a7-a323-4690-ac44-19a489258b52 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:26:55.111Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d5a733d, org.onap.sdc.toscaparser.api.parameters.Input@137c0cfa, org.onap.sdc.toscaparser.api.parameters.Input@6beb04dd, org.onap.sdc.toscaparser.api.parameters.Input@2c241e52, org.onap.sdc.toscaparser.api.parameters.Input@2494370]
2023-05-28T01:26:55.113Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:55.114Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:26:55.114Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-05-28T01:26:55.114Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 87ef6f1e-b431-4680-a3e0-ce2953771010
2023-05-28T01:26:55.114Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 87ef6f1e-b431-4680-a3e0-ce2953771010 matches Tosca VF Customization UUID: 87ef6f1e-b431-4680-a3e0-ce2953771010
2023-05-28T01:26:55.114Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 87ef6f1e-b431-4680-a3e0-ce2953771010  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-05-28T01:26:55.119Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:55.120Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:26:55.121Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 87ef6f1e-b431-4680-a3e0-ce2953771010: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2023-05-28T01:26:55.121Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4e05fb9d
2023-05-28T01:26:55.122Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:55.122Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-28T01:26:55.122Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d7b61f55-504f-45d8-a5b4-49dd53637dd7
2023-05-28T01:26:55.123Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d7b61f55-504f-45d8-a5b4-49dd53637dd7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-05-28T01:26:55.128Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:55.128Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-28T01:26:55.128Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T01:26:55.129Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:55.129Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-28T01:26:55.129Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T01:26:55.129Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:55.130Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-28T01:26:55.130Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=87ef6f1e-b431-4680-a3e0-ce2953771010
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:26:55.135Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:55.135Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:26:55.135Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 91bbe101-4548-4248-8496-1538ee54497a: basic_cnf_macro
2023-05-28T01:26:55.136Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:55.136Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:26:55.136Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:55.136Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:26:55.136Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:55.137Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:26:55.137Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:55.137Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:26:55.137Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:26:55.137Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:26:55.138Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:26:55.226Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro d65322a7-a323-4690-ac44-19a489258b52 2 ASDC deployResourceStructure
2023-05-28T01:26:55.227Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-05-28T01:26:55.227Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-05-28T01:26:55.228Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T01:26:55.228Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:26:55.228Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:26:55.229Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237215227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:26:56.230Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-05-28T01:26:56.230Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-05-28T01:26:56.230Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T01:26:56.230Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:26:56.230Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:26:56.231Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237216230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:26:57.237Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-05-28T01:26:57.238Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-05-28T01:26:57.238Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-05-28T01:26:57.238Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:26:57.238Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:26:57.238Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237217231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:26:58.240Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-05-28T01:26:58.240Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-05-28T01:26:58.240Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T01:26:58.240Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:26:58.241Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:26:58.241Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237218240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:26:59.243Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-05-28T01:26:59.243Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-05-28T01:26:59.243Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-05-28T01:26:59.244Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:26:59.244Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:26:59.244Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237219243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:27:00.033Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:27:00.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:27:00.034Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237195102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:27:00.035Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:27:00.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:27:00.035Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237190512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:27:00.035Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:27:00.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:27:00.035Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237192055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:27:00.036Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:27:00.247Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-05-28T01:27:00.247Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-28T01:27:00.247Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T01:27:00.248Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:27:00.248Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:27:00.248Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237220246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:27:01.249Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fab590fc-10f0-4265-a38d-4626f2d98fe2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:27:01.279Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fab590fc-10f0-4265-a38d-4626f2d98fe2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:27:01.284Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:27:01.284Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T01:27:01.285Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T01:27:31.285Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fab590fc-10f0-4265-a38d-4626f2d98fe2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:27:31.309Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fab590fc-10f0-4265-a38d-4626f2d98fe2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:27:31.314Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:27:31.314Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T01:27:31.314Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T01:28:00.033Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:28:00.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.037Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237194171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.039Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237194520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.039Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237196603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-28T01:28:00.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.040Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237190512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.040Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237195102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.040Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237194171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.041Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.041Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237192055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-28T01:28:00.041Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.041Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237194520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.041Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.041Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237196603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-05-28T01:28:00.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.042Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237190512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.042Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237195102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-05-28T01:28:00.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.042Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237194171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.043Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237192055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-05-28T01:28:00.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.043Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237194520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.043Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237196603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.044Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237190512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.044Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237195102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.044Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237192055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.045Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237194171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.045Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237194520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.046Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237196603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-05-28T01:28:00.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237190512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237195102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237192055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-05-28T01:28:00.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.048Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237194171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237194520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237196603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-05-28T01:28:00.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237195102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.051Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237190512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.051Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237192055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-05-28T01:28:00.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237194171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237194520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.053Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237195102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.053Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237196603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-05-28T01:28:00.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.054Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237190512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.054Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237192055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-05-28T01:28:00.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.055Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237194171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.055Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237194520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.056Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237195102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.056Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.056Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237190512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.056Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.057Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237196603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.057Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237192055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.058Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.058Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237194171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.058Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.058Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237194520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.059Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.059Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237195102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.059Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.059Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237190512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.060Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.060Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237196603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.060Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.060Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237194171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.061Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.061Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237192055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.061Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.061Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237194520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.062Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.062Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237195102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:28:00.062Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.062Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237190512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:28:00.063Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.063Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237196603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:28:00.063Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.063Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237192055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:28:00.063Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.064Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237194171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:28:00.064Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.064Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237194520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.064Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.065Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237207074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:28:00.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.065Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237207148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:28:00.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.066Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237207159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:28:00.066Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.067Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237207160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:28:00.067Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.067Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237206994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:28:00.067Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.068Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237208077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:28:00.068Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.068Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237208269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:28:00.068Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.068Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237209079,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:28:00.092Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fab590fc-10f0-4265-a38d-4626f2d98fe2
2023-05-28T01:28:00.093Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fab590fc-10f0-4265-a38d-4626f2d98fe2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:28:00.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.118Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237209319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:28:00.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.118Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237209362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:28:00.119Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.119Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237209942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:28:00.135Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fab590fc-10f0-4265-a38d-4626f2d98fe2
2023-05-28T01:28:00.135Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fab590fc-10f0-4265-a38d-4626f2d98fe2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:28:00.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.158Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237210450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:28:00.159Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.159Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237210483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:28:00.159Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.159Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237211566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:28:00.159Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.160Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237211660,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:28:00.177Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fab590fc-10f0-4265-a38d-4626f2d98fe2
2023-05-28T01:28:00.177Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fab590fc-10f0-4265-a38d-4626f2d98fe2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-05-28T01:28:00.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.197Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237211300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.197Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.198Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237212661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-28T01:28:00.198Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.199Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237212796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:28:00.199Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.199Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237211300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.199Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.200Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237214069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:28:00.200Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.200Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237211300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.200Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.201Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237214706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:28:00.201Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.201Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237211300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.201Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.201Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237215227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-28T01:28:00.201Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.202Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237215709,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:28:00.216Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fab590fc-10f0-4265-a38d-4626f2d98fe2
2023-05-28T01:28:00.216Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fab590fc-10f0-4265-a38d-4626f2d98fe2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:28:00.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237211300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237216230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-05-28T01:28:00.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.235Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237211300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.235Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237217231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-05-28T01:28:00.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.235Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237211300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237218240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-05-28T01:28:00.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237211300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:28:00.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:00.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:28:00.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237219243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-05-28T01:28:00.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:28:01.315Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fab590fc-10f0-4265-a38d-4626f2d98fe2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:28:01.346Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fab590fc-10f0-4265-a38d-4626f2d98fe2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:28:01.353Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:28:01.354Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-28T01:28:01.354Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T01:28:01.354Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T01:28:31.354Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fab590fc-10f0-4265-a38d-4626f2d98fe2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:28:31.379Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fab590fc-10f0-4265-a38d-4626f2d98fe2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:28:31.384Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:28:31.384Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-28T01:28:31.384Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-28T01:28:31.385Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-28T01:29:00.034Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:29:00.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.039Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237211300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.039Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237220246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:29:00.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.040Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237211300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:29:00.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.040Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237222145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:29:00.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.040Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237224558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:29:00.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.040Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237225562,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:29:00.062Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fab590fc-10f0-4265-a38d-4626f2d98fe2
2023-05-28T01:29:00.062Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fab590fc-10f0-4265-a38d-4626f2d98fe2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:29:00.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.085Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237220512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.085Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.085Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237210943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.085Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.085Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237210080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.086Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.086Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237226265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.086Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.086Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237213666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.086Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.086Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237220512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.086Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.086Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237210943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.087Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237210080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.087Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237226265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.087Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237213666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-28T01:29:00.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.088Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237220512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.088Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237210943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.088Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237226265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.088Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237213666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-28T01:29:00.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.089Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237210080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-28T01:29:00.089Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.089Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237210943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.089Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.089Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237226265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.089Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.089Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237210080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.089Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.089Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237220512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.090Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.090Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237213666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.090Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.090Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237210080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.090Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.090Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237226265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.090Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.090Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237220512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.091Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237213666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-28T01:29:00.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.091Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237210943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.091Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237241300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.091Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237226265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.092Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237210080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.092Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237220512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.092Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237213666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.092Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237210943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.093Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237241300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.093Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237226265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.093Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237210080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.093Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237220512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.094Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237213666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.094Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.094Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237210943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.094Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.094Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237241300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.094Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.094Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237226265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.094Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.095Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237210080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:29:00.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.095Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237220512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:29:00.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.095Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237213666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:29:00.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.095Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237210943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:29:00.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.096Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237241300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.096Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237246015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:29:00.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.097Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237246087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:29:00.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.097Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237246087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:29:00.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.097Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237241300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.097Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237245923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:29:00.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.098Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237247018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:29:00.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.098Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237241300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.098Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237247194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:29:00.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.098Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237247481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:29:00.133Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 883689ee-be41-4510-b0d9-1a33c1b591a7
2023-05-28T01:29:00.134Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 883689ee-be41-4510-b0d9-1a33c1b591a7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:29:00.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.151Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237248019,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:29:00.163Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 883689ee-be41-4510-b0d9-1a33c1b591a7
2023-05-28T01:29:00.163Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 883689ee-be41-4510-b0d9-1a33c1b591a7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:29:00.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237241300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:29:00.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237248290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:29:00.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237241300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:29:00.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237249350,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:29:00.195Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 883689ee-be41-4510-b0d9-1a33c1b591a7
2023-05-28T01:29:00.195Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 883689ee-be41-4510-b0d9-1a33c1b591a7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-05-28T01:29:00.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.212Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237250095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:29:00.212Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.213Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237250356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-28T01:29:00.213Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.213Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237251744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:29:00.214Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.214Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237252204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:29:00.215Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:29:00.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.215Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237252746,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:29:00.227Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 883689ee-be41-4510-b0d9-1a33c1b591a7
2023-05-28T01:29:00.228Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 883689ee-be41-4510-b0d9-1a33c1b591a7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:29:00.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:29:00.246Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237253209,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:29:00.260Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 883689ee-be41-4510-b0d9-1a33c1b591a7
2023-05-28T01:29:00.260Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 883689ee-be41-4510-b0d9-1a33c1b591a7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:29:01.385Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fab590fc-10f0-4265-a38d-4626f2d98fe2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:29:01.411Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fab590fc-10f0-4265-a38d-4626f2d98fe2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:29:01.418Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:29:01.419Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-28T01:29:01.419Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-28T01:29:01.419Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-28T01:29:01.419Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:29:01.419Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:29:01.419Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:29:01.419Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:29:01.419Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:29:01.419Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:29:01.432Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-28T01:29:31.432Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fab590fc-10f0-4265-a38d-4626f2d98fe2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-28T01:29:31.448Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fab590fc-10f0-4265-a38d-4626f2d98fe2 and serviceModelVersionId: 91bbe101-4548-4248-8496-1538ee54497a
2023-05-28T01:29:31.448Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1142a9f0-1303-4705-a23b-86aa246f93f7
2023-05-28T01:29:31.448Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1142a9f0-1303-4705-a23b-86aa246f93f7/model-vers/model-ver/91bbe101-4548-4248-8496-1538ee54497a?depth=0
2023-05-28T01:29:31.451Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-05-28T01:29:31.470Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1142a9f0-1303-4705-a23b-86aa246f93f7/model-vers/model-ver/91bbe101-4548-4248-8496-1538ee54497a?depth=0|INFO|500||Invoke
2023-05-28T01:29:31.470Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1142a9f0-1303-4705-a23b-86aa246f93f7/model-vers/model-ver/91bbe101-4548-4248-8496-1538ee54497a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1142a9f0-1303-4705-a23b-86aa246f93f7/model-vers/model-ver/91bbe101-4548-4248-8496-1538ee54497a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fab590fc-10f0-4265-a38d-4626f2d98fe2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[32fc0343-01ed-4fa2-af4b-fae70307f48b], X-ECOMP-RequestID=[fab590fc-10f0-4265-a38d-4626f2d98fe2], X-TransactionId=[], X-ONAP-RequestID=[fab590fc-10f0-4265-a38d-4626f2d98fe2], Content-Type=[application/merge-patch+json]}
2023-05-28T01:29:31.477Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1142a9f0-1303-4705-a23b-86aa246f93f7/model-vers/model-ver/91bbe101-4548-4248-8496-1538ee54497a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-28T01:29:31.644Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1142a9f0-1303-4705-a23b-86aa246f93f7/model-vers/model-ver/91bbe101-4548-4248-8496-1538ee54497a?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/1142a9f0-1303-4705-a23b-86aa246f93f7/model-vers/model-ver/91bbe101-4548-4248-8496-1538ee54497a?depth=0 has http status code:200 and response headers:{date=[Sun, 28 May 2023 01:29:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[266328], x-aai-txid=[0-aai-resources-230528-01:29:30:466-16557], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-28T01:29:31.644Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1142a9f0-1303-4705-a23b-86aa246f93f7/model-vers/model-ver/91bbe101-4548-4248-8496-1538ee54497a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-28T01:29:31.645Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1142a9f0-1303-4705-a23b-86aa246f93f7/model-vers/model-ver/91bbe101-4548-4248-8496-1538ee54497a?depth=0|INFO|500||InvokeReturn
2023-05-28T01:29:31.645Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-28T01:29:31.645Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:29:31.658Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-28T01:29:31.659Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fab590fc-10f0-4265-a38d-4626f2d98fe2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-28T01:29:31.659Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-28T01:29:31.659Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:29:31.660Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:29:31.660Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237371659,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-28T01:29:32.682Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:29:32.693Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-28T01:29:32.693Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"883689ee-be41-4510-b0d9-1a33c1b591a7","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"399073c4-ea61-4481-8e5e-cd9776f86d35","serviceDescription":"service","serviceInvariantUUID":"a024c0d1-da19-41f0-b13a-1416b6ae6321","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35d2fcf5-0ac0-4211-bb5b-bcf26325b374","resourceInvariantUUID":"e6d36d78-8835-46bd-b53d-05b31eb7adf2","resourceCustomizationUUID":"da698906-5bce-4a4f-bf47-cb8429409d23","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":"YTZlMDVkOGVmZTIzNTQzODlhNDY1MGMwZmFjMmY1NmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d3d830e8-5157-44f1-97db-d3ba1f184cad","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":"NjA1OWE2Yzg3MDNiYjM3ZWRkYWU1OTkyOWViNzQwYjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"80ce7c59-42ce-4f2c-afe8-704f579468a2","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":"1cdc163c-7695-4e2a-852d-fbeb460193a6","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":"91645b54-c4fb-4a8a-95cd-b790b72b3924","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":"17869946-13b7-472a-b07e-c9657ce0b07b","artifactVersion":"2","generatedFromUUID":"1cdc163c-7695-4e2a-852d-fbeb460193a6"},{"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":"YzQ4ZDZhY2U5YzdiM2EwNTkxNGViYmY3ZDdiMzE5OGM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"735df799-eb94-4c02-98e0-e685d8832a07","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":"OGU2ZTRmN2VjODQ5ZjM1MjE4MDdmMWYxMDliYmI3YzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3218219-55f9-414b-a180-1a9a1fcd59eb","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NGYzODY3MDVmNDlmZjdkNjQ0YTk0ZTRkODhkZDU1MmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7b01e2c-e2af-484c-bb8d-d33cbb70f82a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-28T01:29:32.696Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:29:32.696Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:29:32.696Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:29:32.696Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:29:33.697Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:29:33.698Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:29:33.698Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:29:33.710Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:29:34.711Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:29:34.712Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:29:34.712Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:29:34.712Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:29:35.713Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:29:35.713Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:29:35.713Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:29:35.714Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:29:36.714Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:29:36.715Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:29:36.715Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:29:36.715Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:29:37.716Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:29:37.717Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:29:37.717Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:29:37.717Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:29:38.717Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:29:38.718Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:29:38.718Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:29:38.718Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:29:39.720Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:29:39.720Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:29:39.720Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:29:39.720Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:29:40.721Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "399073c4-ea61-4481-8e5e-cd9776f86d35",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a024c0d1-da19-41f0-b13a-1416b6ae6321",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "da698906-5bce-4a4f-bf47-cb8429409d23",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35d2fcf5-0ac0-4211-bb5b-bcf26325b374",
      "resourceInvariantUUID": "e6d36d78-8835-46bd-b53d-05b31eb7adf2",
      "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": "NjA1OWE2Yzg3MDNiYjM3ZWRkYWU1OTkyOWViNzQwYjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "80ce7c59-42ce-4f2c-afe8-704f579468a2",
          "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": "1cdc163c-7695-4e2a-852d-fbeb460193a6",
          "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": "17869946-13b7-472a-b07e-c9657ce0b07b",
            "generatedFromUUID": "1cdc163c-7695-4e2a-852d-fbeb460193a6"
          },
          "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": "17869946-13b7-472a-b07e-c9657ce0b07b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NGYzODY3MDVmNDlmZjdkNjQ0YTk0ZTRkODhkZDU1MmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e7b01e2c-e2af-484c-bb8d-d33cbb70f82a"
    }
  ],
  "workloadContext": "Production"
}
2023-05-28T01:29:40.722Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-28T01:29:40.722Z|fab590fc-10f0-4265-a38d-4626f2d98fe2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 399073c4-ea61-4481-8e5e-cd9776f86d35 ASDC
2023-05-28T01:29:40.723Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:883689ee-be41-4510-b0d9-1a33c1b591a7
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:399073c4-ea61-4481-8e5e-cd9776f86d35
ServiceInvariantUUID:a024c0d1-da19-41f0-b13a-1416b6ae6321
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:e7b01e2c-e2af-484c-bb8d-d33cbb70f82a
ArtifactChecksum:NGYzODY3MDVmNDlmZjdkNjQ0YTk0ZTRkODhkZDU1MmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:da698906-5bce-4a4f-bf47-cb8429409d23
ResourceInvariantUUID:e6d36d78-8835-46bd-b53d-05b31eb7adf2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:35d2fcf5-0ac0-4211-bb5b-bcf26325b374
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:80ce7c59-42ce-4f2c-afe8-704f579468a2
ArtifactChecksum:NjA1OWE2Yzg3MDNiYjM3ZWRkYWU1OTkyOWViNzQwYjk=
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:1cdc163c-7695-4e2a-852d-fbeb460193a6
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:17869946-13b7-472a-b07e-c9657ce0b07b
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:17869946-13b7-472a-b07e-c9657ce0b07b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-28T01:29:40.723Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 399073c4-ea61-4481-8e5e-cd9776f86d35 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-28T01:29:40.808Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T01:29:40.809Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-05-28T01:29:40.809Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-05-28T01:29:40.809Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e7b01e2c-e2af-484c-bb8d-d33cbb70f82a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-28T01:29:40.809Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-05-28T01:29:40.809Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-28T01:29:40.912Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-05-28T01:29:40.915Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e7b01e2c-e2af-484c-bb8d-d33cbb70f82a 82977
2023-05-28T01:29:40.916Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-05-28T01:29:40.916Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-28T01:29:40.916Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T01:29:40.916Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:29:40.916Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:29:40.916Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237380916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:29:41.917Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T01:29:41.918Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-05-28T01:29:41.919Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: e7b01e2c-e2af-484c-bb8d-d33cbb70f82a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-28T01:29:41.919Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-05-28T01:29:41.919Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-28T01:29:41.920Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-28T01:29:42.125Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5968466669530497505/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-05-28T01:29:43.146Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-28T01:29:43.146Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-05-28T01:29:43.146Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-28T01:29:43.146Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-28T01:29:43.146Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-28T01:29:43.146Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-28T01:29:43.146Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-28T01:29:43.146Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-28T01:29:43.146Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-28T01:29:43.146Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-28T01:29:43.146Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-28T01:29:43.146Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-05-28T01:29:43.146Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:43.147Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:29:43.147Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-28T01:29:43.147Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-05-28T01:29:43.147Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T01:29:43.147Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:43.147Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:29:43.147Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-28T01:29:43.147Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-05-28T01:29:43.147Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T01:29:43.147Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:43.147Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:29:43.147Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:43.147Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-05-28T01:29:43.147Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-05-28T01:29:43.147Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-05-28T01:29:43.147Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-05-28T01:29:43.147Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-28T01:29:43.147Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-28T01:29:43.148Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:43.148Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-28T01:29:43.148Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:43.148Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-28T01:29:43.148Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T01:29:43.148Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:43.148Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-28T01:29:43.148Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T01:29:43.148Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:43.148Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-28T01:29:43.148Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T01:29:43.148Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:43.148Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-05-28T01:29:43.148Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-28T01:29:43.148Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-28T01:29:43.148Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7d5da25b-085c-4b6e-9b33-a1dfde16aac8
2023-05-28T01:29:43.148Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:43.148Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:29:43.149Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:43.149Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:29:43.149Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:43.149Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:29:43.149Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:43.149Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:29:43.149Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:399073c4-ea61-4481-8e5e-cd9776f86d35
Model Version:NULL
Model InvariantUuid:a024c0d1-da19-41f0-b13a-1416b6ae6321
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:d31eecba-2cff-4883-bfc6-4b34d349c2ff
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e6d36d78-8835-46bd-b53d-05b31eb7adf2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:da698906-5bce-4a4f-bf47-cb8429409d23
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:215d96a5-f01a-4b0d-9f59-0ba7d9cd44b4
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:d7a914ac-0199-4ce1-af4b-c25276934178
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7d5da25b-085c-4b6e-9b33-a1dfde16aac8
ModelInvariantUuid:99ea86ed-cd4d-41cf-98c6-17ef8415a638
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:fc688a1e-6ef0-4074-9ccf-a7f75b488f24
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:bffb8201-8815-42ec-820f-2e30173f19f2
ModelInvariantUuid:48114a36-e1b4-4fbc-955a-a34410628266
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:9cd766ff-cab7-4e8a-af26-078d4c3fba41
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-28T01:29:43.168Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 35d2fcf5-0ac0-4211-bb5b-bcf26325b374
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:29:43.172Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2023-05-28T01:29:43.173Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 35d2fcf5-0ac0-4211-bb5b-bcf26325b374
2023-05-28T01:29:43.173Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 80ce7c59-42ce-4f2c-afe8-704f579468a2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-05-28T01:29:43.173Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-05-28T01:29:43.173Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-05-28T01:29:43.264Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-05-28T01:29:43.264Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 80ce7c59-42ce-4f2c-afe8-704f579468a2 792
2023-05-28T01:29:43.265Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-05-28T01:29:43.265Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-05-28T01:29:43.265Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T01:29:43.265Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:29:43.265Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:29:43.265Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237383265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:29:44.267Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "215d96a5-f01a-4b0d-9f59-0ba7d9cd44b4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d7a914ac-0199-4ce1-af4b-c25276934178",
    "vfModuleModelCustomizationUUID": "46b95d80-10b0-49ec-a002-3e8a56e58251",
    "isBase": true,
    "artifacts": [
      "1cdc163c-7695-4e2a-852d-fbeb460193a6",
      "17869946-13b7-472a-b07e-c9657ce0b07b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-05-28T01:29:44.271Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d7a914ac-0199-4ce1-af4b-c25276934178
VfModuleModelInvariantUUID:215d96a5-f01a-4b0d-9f59-0ba7d9cd44b4
VfModuleModelDescription:NULL
Artifacts UUID List:{
1cdc163c-7695-4e2a-852d-fbeb460193a6
,
17869946-13b7-472a-b07e-c9657ce0b07b

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

isBase:true


}

2023-05-28T01:29:44.275Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "215d96a5-f01a-4b0d-9f59-0ba7d9cd44b4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d7a914ac-0199-4ce1-af4b-c25276934178",
    "vfModuleModelCustomizationUUID": "46b95d80-10b0-49ec-a002-3e8a56e58251",
    "isBase": true,
    "artifacts": [
      "1cdc163c-7695-4e2a-852d-fbeb460193a6",
      "17869946-13b7-472a-b07e-c9657ce0b07b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-05-28T01:29:44.275Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d7a914ac-0199-4ce1-af4b-c25276934178
VfModuleModelInvariantUUID:215d96a5-f01a-4b0d-9f59-0ba7d9cd44b4
VfModuleModelDescription:NULL
Artifacts UUID List:{
1cdc163c-7695-4e2a-852d-fbeb460193a6
,
17869946-13b7-472a-b07e-c9657ce0b07b

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

isBase:true


}

2023-05-28T01:29:44.275Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1cdc163c-7695-4e2a-852d-fbeb460193a6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-05-28T01:29:44.275Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-05-28T01:29:44.276Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-05-28T01:29:44.444Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-05-28T01:29:44.444Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1cdc163c-7695-4e2a-852d-fbeb460193a6 5033
2023-05-28T01:29:44.445Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-05-28T01:29:44.445Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-05-28T01:29:44.445Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T01:29:44.446Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:29:44.446Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:29:44.446Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237384445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:29:45.447Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 17869946-13b7-472a-b07e-c9657ce0b07b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-05-28T01:29:45.447Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-05-28T01:29:45.448Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-05-28T01:29:45.543Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-05-28T01:29:45.543Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 17869946-13b7-472a-b07e-c9657ce0b07b 903
2023-05-28T01:29:45.543Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-05-28T01:29:45.543Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-05-28T01:29:45.543Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T01:29:45.544Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:29:45.544Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:29:45.544Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237385543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:29:46.544Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 399073c4-ea61-4481-8e5e-cd9776f86d35
2023-05-28T01:29:46.545Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 35d2fcf5-0ac0-4211-bb5b-bcf26325b374 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:29:46.573Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1bcb0146, org.onap.sdc.toscaparser.api.parameters.Input@49b8f0a7, org.onap.sdc.toscaparser.api.parameters.Input@6b04b2b1, org.onap.sdc.toscaparser.api.parameters.Input@24778921, org.onap.sdc.toscaparser.api.parameters.Input@67f57dd8]
2023-05-28T01:29:46.575Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:46.575Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:29:46.575Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-05-28T01:29:46.575Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= da698906-5bce-4a4f-bf47-cb8429409d23
2023-05-28T01:29:46.576Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: da698906-5bce-4a4f-bf47-cb8429409d23 matches Tosca VF Customization UUID: da698906-5bce-4a4f-bf47-cb8429409d23
2023-05-28T01:29:46.576Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: da698906-5bce-4a4f-bf47-cb8429409d23  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-05-28T01:29:46.581Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:46.582Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:29:46.583Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id da698906-5bce-4a4f-bf47-cb8429409d23: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2023-05-28T01:29:46.583Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3fbf99b9
2023-05-28T01:29:46.583Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:46.584Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-28T01:29:46.585Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 46b95d80-10b0-49ec-a002-3e8a56e58251
2023-05-28T01:29:46.585Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 46b95d80-10b0-49ec-a002-3e8a56e58251
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-05-28T01:29:46.590Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:46.590Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-28T01:29:46.591Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T01:29:46.591Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:46.592Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-28T01:29:46.592Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T01:29:46.592Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:46.593Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-05-28T01:29:46.593Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-28T01:29:46.593Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-28T01:29:46.594Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7d5da25b-085c-4b6e-9b33-a1dfde16aac8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-05-28T01:29:46.599Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:46.599Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-28T01:29:46.600Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-28T01:29:46.600Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:46.600Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-28T01:29:46.601Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=da698906-5bce-4a4f-bf47-cb8429409d23
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:29:46.605Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:46.605Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:29:46.605Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 399073c4-ea61-4481-8e5e-cd9776f86d35: basic_vm_macro
2023-05-28T01:29:46.605Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:46.606Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:29:46.606Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:46.606Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:29:46.606Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:46.610Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:29:46.611Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:46.611Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:29:46.611Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:29:46.611Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:29:46.611Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:29:46.845Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 35d2fcf5-0ac0-4211-bb5b-bcf26325b374 1 ASDC deployResourceStructure
2023-05-28T01:29:46.846Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-05-28T01:29:46.846Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-05-28T01:29:46.846Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T01:29:46.846Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:29:46.846Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:29:46.847Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237386846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:29:47.848Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-05-28T01:29:47.848Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-05-28T01:29:47.848Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T01:29:47.849Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:29:47.849Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:29:47.849Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237387848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:29:48.850Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-05-28T01:29:48.850Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-05-28T01:29:48.850Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T01:29:48.850Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:29:48.850Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:29:48.850Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237388850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:29:49.851Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-05-28T01:29:49.851Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-28T01:29:49.852Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T01:29:49.852Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:29:49.852Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:29:49.852Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237389851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:29:50.853Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 883689ee-be41-4510-b0d9-1a33c1b591a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:29:50.879Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 883689ee-be41-4510-b0d9-1a33c1b591a7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:29:50.885Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:29:50.885Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-28T01:29:50.885Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-28T01:29:50.885Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-28T01:29:50.886Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:29:50.886Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:29:50.886Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:29:50.886Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:29:50.886Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:29:50.886Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:29:50.900Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-28T01:30:00.033Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:30:00.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.036Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237285217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.036Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.037Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237281362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.037Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237248482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.037Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237279020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.037Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237301299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.037Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237285217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.037Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237248482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.038Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.038Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237281362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.038Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.038Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237279020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.038Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.038Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237301299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.038Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.038Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237285217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.038Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.039Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237248482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.039Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237281362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.039Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237279020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.039Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237301299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.039Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237285217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.040Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237248482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.040Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237281362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.040Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237279020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.041Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237301299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.041Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.041Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237285217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.041Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.041Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237248482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.041Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.041Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237279020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.041Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.042Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237281362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.042Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237301299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.043Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237285217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.043Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237248482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.043Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237279020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.043Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237281362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.043Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237301299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.043Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237285217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-05-28T01:30:00.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.044Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237248482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.044Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237279020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.044Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237281362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.044Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237301299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.045Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237285217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.045Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237248482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.048Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237279020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.048Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237281362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237310515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237301299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237285217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237248482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:30:00.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237279020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:30:00.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1685237281362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:30:00.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237310515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237301299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:30:00.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.051Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237311866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:30:00.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.051Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237312556,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:30:00.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.051Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237312484,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:30:00.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.051Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237310515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237313078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:30:00.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237313487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:30:00.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237312915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-05-28T01:30:00.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237310515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.053Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1685237313994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:30:00.095Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aea8f17b-f994-460d-b5a2-90ee480d0911
2023-05-28T01:30:00.096Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aea8f17b-f994-460d-b5a2-90ee480d0911 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:30:00.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.120Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1685237314488,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:30:00.135Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aea8f17b-f994-460d-b5a2-90ee480d0911
2023-05-28T01:30:00.135Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aea8f17b-f994-460d-b5a2-90ee480d0911 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:30:00.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.163Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237313916,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:30:00.180Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of aea8f17b-f994-460d-b5a2-90ee480d0911
2023-05-28T01:30:00.180Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aea8f17b-f994-460d-b5a2-90ee480d0911 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:30:00.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.212Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237310515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.212Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.213Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237315056,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:30:00.213Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.213Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237310515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.213Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.213Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1685237316060,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:30:00.230Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aea8f17b-f994-460d-b5a2-90ee480d0911
2023-05-28T01:30:00.230Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aea8f17b-f994-460d-b5a2-90ee480d0911 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:30:00.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.253Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237310515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.253Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.254Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237310515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:30:00.254Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.254Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237310515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:30:00.254Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.254Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237319656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:30:00.254Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.254Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237323584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:30:00.254Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:30:00.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:30:00.254Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "aai-model-loader",
  "timestamp": 1685237324587,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:30:00.268Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aea8f17b-f994-460d-b5a2-90ee480d0911
2023-05-28T01:30:00.268Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aea8f17b-f994-460d-b5a2-90ee480d0911 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-28T01:30:20.900Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 883689ee-be41-4510-b0d9-1a33c1b591a7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-28T01:30:20.915Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 883689ee-be41-4510-b0d9-1a33c1b591a7 and serviceModelVersionId: 399073c4-ea61-4481-8e5e-cd9776f86d35
2023-05-28T01:30:20.915Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a024c0d1-da19-41f0-b13a-1416b6ae6321
2023-05-28T01:30:20.916Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a024c0d1-da19-41f0-b13a-1416b6ae6321/model-vers/model-ver/399073c4-ea61-4481-8e5e-cd9776f86d35?depth=0
2023-05-28T01:30:20.926Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-05-28T01:30:20.978Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a024c0d1-da19-41f0-b13a-1416b6ae6321/model-vers/model-ver/399073c4-ea61-4481-8e5e-cd9776f86d35?depth=0|INFO|500||Invoke
2023-05-28T01:30:20.979Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a024c0d1-da19-41f0-b13a-1416b6ae6321/model-vers/model-ver/399073c4-ea61-4481-8e5e-cd9776f86d35?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a024c0d1-da19-41f0-b13a-1416b6ae6321/model-vers/model-ver/399073c4-ea61-4481-8e5e-cd9776f86d35?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[883689ee-be41-4510-b0d9-1a33c1b591a7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[172b98de-ce81-4c4b-94cb-1623ed3b12ec], X-ECOMP-RequestID=[883689ee-be41-4510-b0d9-1a33c1b591a7], X-TransactionId=[], X-ONAP-RequestID=[883689ee-be41-4510-b0d9-1a33c1b591a7], Content-Type=[application/merge-patch+json]}
2023-05-28T01:30:20.988Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a024c0d1-da19-41f0-b13a-1416b6ae6321/model-vers/model-ver/399073c4-ea61-4481-8e5e-cd9776f86d35?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-28T01:30:21.168Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a024c0d1-da19-41f0-b13a-1416b6ae6321/model-vers/model-ver/399073c4-ea61-4481-8e5e-cd9776f86d35?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/a024c0d1-da19-41f0-b13a-1416b6ae6321/model-vers/model-ver/399073c4-ea61-4481-8e5e-cd9776f86d35?depth=0 has http status code:200 and response headers:{date=[Sun, 28 May 2023 01:30:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[177], vertex-id=[233720], x-aai-txid=[2-aai-resources-230528-01:30:19:975-95503], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-28T01:30:21.169Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a024c0d1-da19-41f0-b13a-1416b6ae6321/model-vers/model-ver/399073c4-ea61-4481-8e5e-cd9776f86d35?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-28T01:30:21.170Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a024c0d1-da19-41f0-b13a-1416b6ae6321/model-vers/model-ver/399073c4-ea61-4481-8e5e-cd9776f86d35?depth=0|INFO|500||InvokeReturn
2023-05-28T01:30:21.170Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-28T01:30:21.171Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:30:21.184Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-28T01:30:21.184Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 883689ee-be41-4510-b0d9-1a33c1b591a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-28T01:30:21.185Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-28T01:30:21.185Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:30:21.186Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:30:21.186Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237421184,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-28T01:30:22.216Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-28T01:30:22.216Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"aea8f17b-f994-460d-b5a2-90ee480d0911","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"ee9019d2-a455-44cc-93ba-1ad2c439512f","serviceDescription":"service","serviceInvariantUUID":"cdf46e69-72be-404d-909f-6396eeb4cb55","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0a8df6e2-8a98-4d0d-932a-9d8ea04aec1e","resourceInvariantUUID":"b9f60bb9-290e-437f-aef5-8abfc9e431f6","resourceCustomizationUUID":"19d7b678-1bb2-4373-b633-380d7624af1e","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":"MGMzZDQyMzI5ZGI4N2JjZjEyNWJkYzMxMzIwNjgwNTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14e7308d-efe6-4485-89a9-3dd413121383","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":"0f0526fe-e7cf-453a-9cd6-1a4b91e241d8","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":"46d0dbf6-822f-495c-bf43-b2860299b3a7","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":"OTk1N2IxNTIzNDBhMWU1NWUzYjFlOGI4ZmJkNDdjMTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fa806c82-ec67-4a35-8a17-4995fb9558be","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":"d9643736-ddba-43f5-923c-08db232005a5","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":"c8050e43-9b2a-4ff2-9c6e-b2eb5a26e1af","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":"9d0b8629-4d8d-49bf-9d0b-bbe925277f52","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":"ZGJhZDY4NmM0MzFkM2UyNTdkMmI0YjU0NThiYmZkZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5278a37a-98d9-4e86-af5b-dcdb0c5ae46b","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWNhZmVlYWUxNmVkMmY5OGM1Y2IyYmZjOGYzNmE5NzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c8f1aba-c682-4b4c-9288-68a19becc61f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-28T01:30:22.216Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:30:22.217Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:30:22.217Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:30:22.217Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:30:23.217Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:30:23.218Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:30:23.218Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:30:23.218Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:30:24.219Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:30:24.219Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:30:24.220Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:30:24.220Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:30:25.221Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:30:25.221Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:30:25.221Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:30:25.221Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:30:26.222Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:30:26.224Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:30:26.224Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:30:26.224Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:30:27.225Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:30:27.225Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:30:27.225Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:30:27.225Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:30:28.227Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:30:28.227Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:30:28.227Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:30:28.228Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:30:29.229Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:30:29.229Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:30:29.229Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:30:29.229Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:30:30.231Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-28T01:30:30.231Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:30:30.232Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:30:30.232Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:30:31.233Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ee9019d2-a455-44cc-93ba-1ad2c439512f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cdf46e69-72be-404d-909f-6396eeb4cb55",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "19d7b678-1bb2-4373-b633-380d7624af1e",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0a8df6e2-8a98-4d0d-932a-9d8ea04aec1e",
      "resourceInvariantUUID": "b9f60bb9-290e-437f-aef5-8abfc9e431f6",
      "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": "ZWNhZmVlYWUxNmVkMmY5OGM1Y2IyYmZjOGYzNmE5NzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8c8f1aba-c682-4b4c-9288-68a19becc61f"
    }
  ],
  "workloadContext": "Production"
}
2023-05-28T01:30:31.234Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-28T01:30:31.234Z|883689ee-be41-4510-b0d9-1a33c1b591a7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ee9019d2-a455-44cc-93ba-1ad2c439512f ASDC
2023-05-28T01:30:31.234Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:aea8f17b-f994-460d-b5a2-90ee480d0911
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:ee9019d2-a455-44cc-93ba-1ad2c439512f
ServiceInvariantUUID:cdf46e69-72be-404d-909f-6396eeb4cb55
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:8c8f1aba-c682-4b4c-9288-68a19becc61f
ArtifactChecksum:ZWNhZmVlYWUxNmVkMmY5OGM1Y2IyYmZjOGYzNmE5NzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:19d7b678-1bb2-4373-b633-380d7624af1e
ResourceInvariantUUID:b9f60bb9-290e-437f-aef5-8abfc9e431f6
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:0a8df6e2-8a98-4d0d-932a-9d8ea04aec1e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-05-28T01:30:31.235Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ee9019d2-a455-44cc-93ba-1ad2c439512f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-28T01:30:31.301Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T01:30:31.301Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-05-28T01:30:31.302Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-05-28T01:30:31.302Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8c8f1aba-c682-4b4c-9288-68a19becc61f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-05-28T01:30:31.302Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-05-28T01:30:31.302Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-05-28T01:30:31.402Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-05-28T01:30:31.406Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8c8f1aba-c682-4b4c-9288-68a19becc61f 111072
2023-05-28T01:30:31.406Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-05-28T01:30:31.407Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-05-28T01:30:31.407Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-28T01:30:31.407Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:30:31.407Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:30:31.407Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237431406,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:30:32.414Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-28T01:30:32.415Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-05-28T01:30:32.415Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8c8f1aba-c682-4b4c-9288-68a19becc61f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-28T01:30:32.415Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-05-28T01:30:32.416Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-28T01:30:32.416Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-28T01:30:32.599Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2982584170353138842/Definitions/service-TestPnfMacro-template.yml
2023-05-28T01:30:33.253Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-28T01:30:33.253Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-05-28T01:30:33.253Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-28T01:30:33.253Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-28T01:30:33.253Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-28T01:30:33.253Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-28T01:30:33.253Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-28T01:30:33.254Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-28T01:30:33.254Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-28T01:30:33.254Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-28T01:30:33.254Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-05-28T01:30:33.254Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-05-28T01:30:33.254Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:30:33.254Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:30:33.254Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-05-28T01:30:33.254Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-05-28T01:30:33.254Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T01:30:33.254Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:30:33.254Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:30:33.254Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-05-28T01:30:33.254Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-05-28T01:30:33.254Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-28T01:30:33.254Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:30:33.254Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:30:33.254Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:30:33.254Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:30:33.255Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:30:33.255Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:30:33.255Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:30:33.255Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:30:33.255Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:30:33.255Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:30:33.255Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:ee9019d2-a455-44cc-93ba-1ad2c439512f
Model Version:NULL
Model InvariantUuid:cdf46e69-72be-404d-909f-6396eeb4cb55
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-28T01:30:33.273Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0a8df6e2-8a98-4d0d-932a-9d8ea04aec1e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:30:33.279Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||test-pnf 0
2023-05-28T01:30:33.279Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0a8df6e2-8a98-4d0d-932a-9d8ea04aec1e
2023-05-28T01:30:33.279Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||No resources found for Service: ee9019d2-a455-44cc-93ba-1ad2c439512f
2023-05-28T01:30:33.279Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ee9019d2-a455-44cc-93ba-1ad2c439512f
2023-05-28T01:30:33.280Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 0a8df6e2-8a98-4d0d-932a-9d8ea04aec1e ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:30:33.302Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1048c288, org.onap.sdc.toscaparser.api.parameters.Input@7cca365, org.onap.sdc.toscaparser.api.parameters.Input@2f57c823, org.onap.sdc.toscaparser.api.parameters.Input@221c9ab7, org.onap.sdc.toscaparser.api.parameters.Input@749640fe]
2023-05-28T01:30:33.303Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:30:33.303Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:30:33.303Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ee9019d2-a455-44cc-93ba-1ad2c439512f: test-pnf
2023-05-28T01:30:33.303Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||Processing PNF resource: 0a8df6e2-8a98-4d0d-932a-9d8ea04aec1e
2023-05-28T01:30:33.303Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-28T01:30:33.304Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-28T01:30:33.304Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||Resource customization UUID: 19d7b678-1bb2-4373-b633-380d7624af1e is the same as notified resource customizationUUID: 19d7b678-1bb2-4373-b633-380d7624af1e
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-05-28T01:30:33.392Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 0a8df6e2-8a98-4d0d-932a-9d8ea04aec1e 0 ASDC deployResourceStructure
2023-05-28T01:30:33.392Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-05-28T01:30:33.393Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-05-28T01:30:33.393Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-28T01:30:33.393Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:30:33.393Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:30:33.393Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237433392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:30:34.394Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aea8f17b-f994-460d-b5a2-90ee480d0911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:30:34.420Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aea8f17b-f994-460d-b5a2-90ee480d0911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-05-28T01:30:34.425Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-28T01:30:34.425Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-28T01:30:34.425Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-28T01:30:34.425Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-28T01:30:34.426Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:30:34.426Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:30:34.426Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:30:34.426Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:30:34.426Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:30:34.426Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-28T01:30:34.426Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-28T01:30:34.440Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-28T01:31:00.033Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:31:00.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:31:00.035Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237371659,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-28T01:31:00.036Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:31:00.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:31:00.036Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:31:00.036Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:31:00.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:31:00.037Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-28T01:31:00.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:31:00.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:31:00.037Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-28T01:31:00.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:31:00.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:31:00.037Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:31:00.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:31:00.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:31:00.037Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-28T01:31:00.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:31:00.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:31:00.037Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:31:00.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:31:00.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:31:00.038Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:31:00.038Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:31:00.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:31:00.038Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:31:00.038Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:31:00.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:31:00.038Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237380916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:31:00.038Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:31:00.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:31:00.038Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237383265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:31:00.038Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:31:00.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:31:00.039Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237384445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:31:00.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:31:00.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:31:00.043Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237385543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:31:00.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:31:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:31:00.043Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237386846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-28T01:31:00.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:31:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:31:00.043Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237387848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-05-28T01:31:00.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:31:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:31:00.043Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237388850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-05-28T01:31:00.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:31:00.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-28T01:31:00.044Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237389851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:31:00.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:31:04.440Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aea8f17b-f994-460d-b5a2-90ee480d0911 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-05-28T01:31:04.454Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aea8f17b-f994-460d-b5a2-90ee480d0911 and serviceModelVersionId: ee9019d2-a455-44cc-93ba-1ad2c439512f
2023-05-28T01:31:04.454Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cdf46e69-72be-404d-909f-6396eeb4cb55
2023-05-28T01:31:04.455Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cdf46e69-72be-404d-909f-6396eeb4cb55/model-vers/model-ver/ee9019d2-a455-44cc-93ba-1ad2c439512f?depth=0
2023-05-28T01:31:04.465Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-05-28T01:31:04.515Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cdf46e69-72be-404d-909f-6396eeb4cb55/model-vers/model-ver/ee9019d2-a455-44cc-93ba-1ad2c439512f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-05-28T01:31:04.516Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cdf46e69-72be-404d-909f-6396eeb4cb55/model-vers/model-ver/ee9019d2-a455-44cc-93ba-1ad2c439512f?depth=0|INFO|500||Invoke
2023-05-28T01:31:04.527Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cdf46e69-72be-404d-909f-6396eeb4cb55/model-vers/model-ver/ee9019d2-a455-44cc-93ba-1ad2c439512f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-28T01:31:04.683Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cdf46e69-72be-404d-909f-6396eeb4cb55/model-vers/model-ver/ee9019d2-a455-44cc-93ba-1ad2c439512f?depth=0|INFO|500||InvokeReturn
2023-05-28T01:31:04.684Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cdf46e69-72be-404d-909f-6396eeb4cb55/model-vers/model-ver/ee9019d2-a455-44cc-93ba-1ad2c439512f?depth=0 has http status code:200 and response headers:{date=[Sun, 28 May 2023 01:31:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[299208], x-aai-txid=[2-aai-resources-230528-01:31:03:514-76733], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-28T01:31:04.684Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-05-28T01:31:04.684Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-28T01:31:04.684Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-28T01:31:04.696Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-28T01:31:04.697Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aea8f17b-f994-460d-b5a2-90ee480d0911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-28T01:31:04.697Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-28T01:31:04.697Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-05-28T01:31:04.697Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-28T01:31:04.697Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237464697,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-28T01:31:05.729Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:32:00.033Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:32:00.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-28T01:32:00.035Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237421184,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-28T01:32:00.038Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:32:00.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-28T01:32:00.039Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:32:00.039Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:32:00.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-28T01:32:00.039Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:32:00.039Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:32:00.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-28T01:32:00.039Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:32:00.039Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:32:00.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-28T01:32:00.040Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:32:00.040Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:32:00.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-28T01:32:00.040Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:32:00.040Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:32:00.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-28T01:32:00.040Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:32:00.040Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:32:00.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-28T01:32:00.041Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:32:00.041Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:32:00.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-28T01:32:00.041Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-28T01:32:00.041Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:32:00.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-28T01:32:00.041Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237372682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-28T01:32:00.041Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:32:00.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-28T01:32:00.042Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237431406,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-28T01:32:00.042Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:32:00.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-28T01:32:00.042Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237433392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-28T01:32:00.042Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:32:05.730Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:33:00.033Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:33:00.034Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-28T01:33:00.035Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1685237464697,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-28T01:33:00.036Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-28T01:33:05.730Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:34:00.033Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:34:05.732Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:35:00.034Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:35:05.732Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:36:00.035Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:36:05.734Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:37:00.035Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:37:05.734Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:38:00.037Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:38:05.736Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:39:00.038Z|c3dc9a84-dacb-49d1-a19d-641176e2721e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:39:05.737Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:40:00.039Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:40:05.737Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:41:00.039Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:41:05.739Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:42:00.040Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:42:05.740Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:43:00.042Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:43:05.741Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:44:00.043Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:44:05.742Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:45:00.045Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:45:05.743Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:46:00.045Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:46:05.744Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:47:00.045Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:47:05.745Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:48:00.045Z|aea8f17b-f994-460d-b5a2-90ee480d0911|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:48:05.745Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:49:00.046Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:49:05.746Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:50:00.048Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:50:05.749Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:51:00.049Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:51:05.749Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:52:00.049Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:52:05.751Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:53:00.050Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:53:05.751Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:54:00.051Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:54:05.751Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:55:00.052Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:55:05.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:56:00.053Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:56:05.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:57:00.053Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:57:05.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T01:58:00.053Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T01:58:05.753Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO