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-22T10:37:26.733Z||main|||||INFO|500||The following profiles are active: basic
2023-05-22T10:37:40.650Z||main|||||INFO|500||Starting service [Tomcat]
2023-05-22T10:37:40.651Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-05-22T10:37:40.854Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-05-22T10:37:44.285Z||main|||||INFO|500||catdb-pool - Starting...
2023-05-22T10:37:45.006Z||main|||||INFO|500||catdb-pool - Start completed.
2023-05-22T10:37:45.386Z||main|||||INFO|500||reqdb-pool - Starting...
2023-05-22T10:37:45.581Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-05-22T10:37:45.752Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-05-22T10:37:46.150Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-05-22T10:37:47.585Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-05-22T10:37:50.786Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-22T10:37:53.181Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-22T10:37:53.227Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-05-22T10:37:53.502Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-22T10:37:53.875Z||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-22T10:37:55.155Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-22T10:37:56.351Z||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-22T10:37:57.215Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-05-22T10:37:57.216Z||main|||||ERROR|500||(conn=1346) Table 'catalogdb.activity_spec' doesn't exist
2023-05-22T10:37:57.236Z||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-22T10:37:59.866Z||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-22T10:38:02.972Z||main|||||WARN|500||---
2023-05-22T10:38:02.973Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-05-22T10:38:02.973Z||main|||||WARN|500||---
2023-05-22T10:38:03.555Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-05-22T10:38:09.352Z||main|||||INFO|500||Started Application in 50.432 seconds (JVM running for 54.244)
2023-05-22T10:38:09.353Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-05-22T10:38:09.355Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-05-22T10:38:09.368Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-05-22T10:38:09.471Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 44d9f17e-1128-43fc-bedf-44329a494585 url= /sdc/v1/artifactTypes
2023-05-22T10:38:09.481Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-05-22T10:38:09.774Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-22T10:38:09.881Z||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-22T10:38:09.881Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-05-22T10:38:09.882Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 90aa7011-a8a3-490a-aa5b-e7b66f37ab36 url= /sdc/v1/distributionKafkaData
2023-05-22T10:38:09.882Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-05-22T10:38:09.929Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-22T10:38:09.933Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@5e1daa52
2023-05-22T10:38:09.990Z||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-cf1e10a5-fb3e-465c-9359-a80ca8d2049c
	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-22T10:38:10.067Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c] Instantiated an idempotent producer.
2023-05-22T10:38:10.201Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-05-22T10:38:10.322Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-22T10:38:10.323Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-22T10:38:10.324Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1684751890317
2023-05-22T10:38:10.333Z||scheduling-1|||||INFO|500||start DistributionClient
2023-05-22T10:38:10.375Z||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-ce564cdb-3239-4417-a33f-1c46ec260428
	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-22T10:38:10.642Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-22T10:38:10.643Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-22T10:38:10.643Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1684751890642
2023-05-22T10:38:10.645Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:38:10.647Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:38:10.647Z||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-53c182c7-0d36-431d-8ddb-50172841d1a2
	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-22T10:38:10.656Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-22T10:38:10.656Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-22T10:38:10.656Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1684751890656
2023-05-22T10:38:10.656Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:38:10.661Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:38:10.680Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-05-22T10:38:11.577Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c] Cluster ID: zlMMraZhQtyMmuuVkjGFqg
2023-05-22T10:38:11.577Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, 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 IzKumZvtRtOXaFLwIV9Fdg
2023-05-22T10:38:11.577Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, 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 wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T10:38:11.579Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, 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 wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T10:38:11.579Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, 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 IzKumZvtRtOXaFLwIV9Fdg
2023-05-22T10:38:11.579Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c] ProducerId set to 1004 with epoch 0
2023-05-22T10:38:11.580Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, 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 wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T10:38:11.579Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, 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 IzKumZvtRtOXaFLwIV9Fdg
2023-05-22T10:38:11.580Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, 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 IzKumZvtRtOXaFLwIV9Fdg
2023-05-22T10:38:11.581Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, 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 IzKumZvtRtOXaFLwIV9Fdg
2023-05-22T10:38:11.581Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, 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 IzKumZvtRtOXaFLwIV9Fdg
2023-05-22T10:38:11.581Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, 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 wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T10:38:11.582Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, 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 wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T10:38:11.583Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, 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 wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T10:38:11.586Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, groupId=SO] Cluster ID: zlMMraZhQtyMmuuVkjGFqg
2023-05-22T10:38:11.586Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, groupId=SO] Cluster ID: zlMMraZhQtyMmuuVkjGFqg
2023-05-22T10:38:11.588Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-05-22T10:38:11.588Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-05-22T10:38:11.628Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, groupId=SO] (Re-)joining group
2023-05-22T10:38:11.628Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, groupId=SO] (Re-)joining group
2023-05-22T10:38:11.700Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428-2533b139-9746-49df-9290-000f9a43eab1
2023-05-22T10:38:11.701Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, 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-22T10:38:11.702Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, groupId=SO] (Re-)joining group
2023-05-22T10:38:11.718Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2-02098577-f2a1-4c34-9003-d5bcfb65bbab
2023-05-22T10:38:11.719Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, 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-22T10:38:11.720Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, groupId=SO] (Re-)joining group
2023-05-22T10:38:17.712Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2-02098577-f2a1-4c34-9003-d5bcfb65bbab', protocol='range'}
2023-05-22T10:38:17.717Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428-2533b139-9746-49df-9290-000f9a43eab1', protocol='range'}
2023-05-22T10:38:17.775Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, 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 wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T10:38:17.775Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, 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 wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T10:38:17.775Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, 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 wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T10:38:17.775Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, 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 wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T10:38:17.775Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, 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 wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T10:38:17.775Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, 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 wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T10:38:17.779Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2-02098577-f2a1-4c34-9003-d5bcfb65bbab=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428-2533b139-9746-49df-9290-000f9a43eab1=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-22T10:38:17.816Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2-02098577-f2a1-4c34-9003-d5bcfb65bbab', protocol='range'}
2023-05-22T10:38:17.817Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, 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-22T10:38:17.819Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428-2533b139-9746-49df-9290-000f9a43eab1', protocol='range'}
2023-05-22T10:38:17.820Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, 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-22T10:38:17.821Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, 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-22T10:38:17.824Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, 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-22T10:38:17.837Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-05-22T10:38:17.838Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-05-22T10:38:17.838Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-05-22T10:38:17.838Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-05-22T10:38:17.838Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-05-22T10:38:17.838Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-05-22T10:38:17.838Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-05-22T10:38:17.838Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-05-22T10:38:17.839Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-05-22T10:38:17.839Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-05-22T10:38:17.839Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-05-22T10:38:17.840Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-05-22T10:38:17.885Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, 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-22T10:38:17.886Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, 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-22T10:38:17.920Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, 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-22T10:38:17.920Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, 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-22T10:38:17.927Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, 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-22T10:38:17.927Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, 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-22T10:38:17.980Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, 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-22T10:38:17.981Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, 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-22T10:38:17.987Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, 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-22T10:38:17.988Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, 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-22T10:38:17.988Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, 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-22T10:38:17.988Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, 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-22T10:39:10.655Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:39:10.662Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:40:10.657Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:40:10.663Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:41:10.658Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:41:10.664Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:42:10.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:42:10.666Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:43:10.661Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:43:10.668Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:44:10.662Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:44:10.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:45:10.664Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:45:10.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:46:10.666Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:46:10.670Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:47:10.669Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:47:10.672Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:47:11.796Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ce564cdb-3239-4417-a33f-1c46ec260428, groupId=SO] Node -1 disconnected.
2023-05-22T10:47:11.828Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-53c182c7-0d36-431d-8ddb-50172841d1a2, groupId=SO] Node -1 disconnected.
2023-05-22T10:47:11.887Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c] Node -1 disconnected.
2023-05-22T10:47:34.551Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-05-22T10:48:10.670Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:48:10.672Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:49:10.671Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:49:10.672Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:50:10.672Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:50:10.673Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:51:10.672Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:51:10.675Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:52:10.674Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:52:10.675Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:53:10.676Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:53:10.676Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:54:10.676Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:54:10.677Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:55:10.678Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:55:10.679Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:56:10.679Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:56:10.680Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:57:10.680Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:57:10.682Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:58:10.682Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:58:10.682Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T10:59:10.683Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T10:59:10.684Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:00:10.685Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:00:10.685Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:01:10.685Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:01:10.687Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:02:10.687Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:02:10.688Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:03:10.687Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:03:10.689Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:04:10.688Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:04:10.689Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:05:10.689Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:05:10.690Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:06:10.690Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:06:10.691Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:07:10.691Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:07:10.693Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:08:10.692Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:08:10.693Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:09:10.692Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:09:10.695Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:10:10.694Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:10:10.695Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:11:10.695Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:11:10.695Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:12:10.696Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:12:10.697Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:13:10.697Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:13:10.698Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:14:10.700Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:14:10.700Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:15:10.701Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:15:10.701Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:16:10.702Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:16:10.702Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:17:10.703Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:17:10.703Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:18:10.705Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:18:10.705Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:19:10.707Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:19:10.707Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:20:10.708Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:20:10.708Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:21:10.709Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:21:10.710Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:22:10.710Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:22:10.711Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:23:10.711Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:23:10.712Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:24:10.711Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:24:10.713Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:25:10.711Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:25:10.713Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:26:10.713Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:26:10.715Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:27:10.714Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:27:10.716Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:28:10.716Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:28:10.727Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:29:10.717Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:29:10.729Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:30:10.719Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:30:10.730Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:31:10.719Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:31:10.731Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:32:10.720Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:32:10.733Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:33:10.722Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:33:10.733Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:34:10.725Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:34:10.735Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:35:10.727Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:35:10.735Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:36:10.728Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:36:10.735Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:37:10.729Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:37:10.736Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:38:10.729Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:38:10.736Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:39:10.731Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:39:10.737Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:40:10.732Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:40:10.738Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:41:10.733Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:41:10.739Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:42:10.734Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:42:10.740Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:43:10.736Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:43:10.741Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:44:10.737Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:44:10.742Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:45:10.737Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:45:10.743Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:46:10.738Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:46:10.744Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:47:10.738Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:47:10.745Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:48:10.739Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:48:10.746Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:49:10.741Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:49:10.747Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:49:55.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-22T11:49:55.689Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"06e2f57a-f585-420e-9d5d-291fd76295a7","serviceName":"basic_onboard_LTbHed","serviceVersion":"1.0","serviceUUID":"a484be5f-c422-4c2e-87b2-06ec304dc0b0","serviceDescription":"service","serviceInvariantUUID":"654d01ed-5f31-4be5-951e-f5f1917c7363","resources":[{"resourceInstanceName":"basic_onboard_LTbHed 0","resourceName":"basic_onboard_LTbHed","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1ca73171-67fc-47eb-a6dd-d6f5653e51bc","resourceInvariantUUID":"6fefb9b2-62fe-49db-acb5-3ecb69104e28","resourceCustomizationUUID":"6441d1fc-531c-4c3c-abc7-e13e618fe4b1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/vf-license-model.xml","artifactChecksum":"MjRmOTMzMThiYWY4NGRlNzFlZmU5Zjk5MTU4YmU4YWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"79fc8082-b919-4c01-bc96-73009716cb00","artifactVersion":"1"},{"artifactName":"basic_onboard_ltbhed0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json","artifactChecksum":"ZjNjZDQ2ZjUzNGQ2OTMwOWIwMzI5YWNiNGM2YjI1YjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"edc4fdc5-bbbd-41df-a5cc-88a195e22479","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b94674b4-d9cd-4d67-9a4b-f6305cfcfb8a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e046c9c5-bf1e-4825-8bc4-81a76ecb89d7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ad1bffc5-3e32-4c40-93a9-2f6f0c9c5656","artifactVersion":"2","generatedFromUUID":"b94674b4-d9cd-4d67-9a4b-f6305cfcfb8a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLtbhed-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-template.yml","artifactChecksum":"ZmRkODJlNzQxOTQzNDRiNGNjZTIyMzBkMjczYjBhYjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e38787e4-431f-464a-a448-45399419f4d7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLtbhed-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar","artifactChecksum":"NTQ5MmNmZTI5OThjZTI4MTc1ZThlMWI3YTk4ZjMzOTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"99c164cd-a64c-4c0b-85fc-fae1e4de7997","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-22T11:49:55.716Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T11:49:55.731Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T11:49:55.732Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T11:49:55.732Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756150747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:49:55.741Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T11:49:55.741Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T11:49:55.741Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T11:49:55.742Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T11:49:55.742Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T11:49:55.742Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T11:49:55.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:49:55.750Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684756178664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:49:55.797Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:49:56.791Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T11:49:56.792Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T11:49:56.792Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T11:49:56.793Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756150747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:49:57.795Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T11:49:57.795Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T11:49:57.796Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T11:49:57.796Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756150747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:49:58.798Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T11:49:58.799Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T11:49:58.799Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T11:49:58.800Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756150747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:49:59.801Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T11:49:59.802Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T11:49:59.803Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T11:49:59.803Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756150747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:50:00.804Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T11:50:00.804Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T11:50:00.804Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T11:50:00.805Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756150747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:50:01.805Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T11:50:01.806Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T11:50:01.806Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T11:50:01.806Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756150747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:50:02.810Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "serviceName": "basic_onboard_LTbHed",
  "serviceVersion": "1.0",
  "serviceUUID": "a484be5f-c422-4c2e-87b2-06ec304dc0b0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "654d01ed-5f31-4be5-951e-f5f1917c7363",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_LTbHed 0",
      "resourceCustomizationUUID": "6441d1fc-531c-4c3c-abc7-e13e618fe4b1",
      "resourceName": "basic_onboard_LTbHed",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1ca73171-67fc-47eb-a6dd-d6f5653e51bc",
      "resourceInvariantUUID": "6fefb9b2-62fe-49db-acb5-3ecb69104e28",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ltbhed0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json",
          "artifactChecksum": "ZjNjZDQ2ZjUzNGQ2OTMwOWIwMzI5YWNiNGM2YjI1YjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "edc4fdc5-bbbd-41df-a5cc-88a195e22479",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b94674b4-d9cd-4d67-9a4b-f6305cfcfb8a",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ad1bffc5-3e32-4c40-93a9-2f6f0c9c5656",
            "generatedFromUUID": "b94674b4-d9cd-4d67-9a4b-f6305cfcfb8a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ad1bffc5-3e32-4c40-93a9-2f6f0c9c5656",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardLtbhed-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar",
      "artifactChecksum": "NTQ5MmNmZTI5OThjZTI4MTc1ZThlMWI3YTk4ZjMzOTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "99c164cd-a64c-4c0b-85fc-fae1e4de7997"
    }
  ],
  "workloadContext": "Production"
}
2023-05-22T11:50:02.811Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-22T11:50:02.811Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a484be5f-c422-4c2e-87b2-06ec304dc0b0 ASDC
2023-05-22T11:50:02.941Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:06e2f57a-f585-420e-9d5d-291fd76295a7
ServiceName:basic_onboard_LTbHed
ServiceVersion:1.0
ServiceUUID:a484be5f-c422-4c2e-87b2-06ec304dc0b0
ServiceInvariantUUID:654d01ed-5f31-4be5-951e-f5f1917c7363
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLtbhed-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar
ArtifactUUID:99c164cd-a64c-4c0b-85fc-fae1e4de7997
ArtifactChecksum:NTQ5MmNmZTI5OThjZTI4MTc1ZThlMWI3YTk4ZjMzOTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_LTbHed 0
ResourceCustomizationUUID:6441d1fc-531c-4c3c-abc7-e13e618fe4b1
ResourceInvariantUUID:6fefb9b2-62fe-49db-acb5-3ecb69104e28
ResourceName:basic_onboard_LTbHed
ResourceType:VF
ResourceUUID:1ca73171-67fc-47eb-a6dd-d6f5653e51bc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ltbhed0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json
ArtifactUUID:edc4fdc5-bbbd-41df-a5cc-88a195e22479
ArtifactChecksum:ZjNjZDQ2ZjUzNGQ2OTMwOWIwMzI5YWNiNGM2YjI1YjI=
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/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b94674b4-d9cd-4d67-9a4b-f6305cfcfb8a
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/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env
ArtifactUUID:ad1bffc5-3e32-4c40-93a9-2f6f0c9c5656
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/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env
ArtifactUUID:ad1bffc5-3e32-4c40-93a9-2f6f0c9c5656
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-22T11:50:02.941Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a484be5f-c422-4c2e-87b2-06ec304dc0b0 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-22T11:50:03.180Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-22T11:50:03.181Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-05-22T11:50:03.181Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-05-22T11:50:03.181Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 99c164cd-a64c-4c0b-85fc-fae1e4de7997 from URL: /sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar
2023-05-22T11:50:03.181Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-05-22T11:50:03.182Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar
2023-05-22T11:50:03.350Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-05-22T11:50:03.384Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar 99c164cd-a64c-4c0b-85fc-fae1e4de7997 75646
2023-05-22T11:50:03.385Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar ASDC sendASDCNotification
2023-05-22T11:50:03.385Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar
2023-05-22T11:50:03.386Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T11:50:03.386Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T11:50:03.386Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T11:50:03.386Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756203385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:50:04.387Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-22T11:50:04.388Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-05-22T11:50:04.388Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 99c164cd-a64c-4c0b-85fc-fae1e4de7997, URL: /sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar to file: /app/ASDC/1/service-BasicOnboardLtbhed-csar.csar
2023-05-22T11:50:04.389Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLtbhed-csar.csar
2023-05-22T11:50:04.505Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLtbhed-csar.csar
2023-05-22T11:50:04.507Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLtbhed-csar.csar
2023-05-22T11:50:05.000Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6864623479675822762/Definitions/service-BasicOnboardLtbhed-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-22T11:50:06.247Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-22T11:50:06.250Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-05-22T11:50:06.250Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLtbhed-csar.csar
2023-05-22T11:50:06.250Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-22T11:50:06.250Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardLtbhed-csar.csar
2023-05-22T11:50:06.250Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLtbhed-csar.csar
2023-05-22T11:50:06.250Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_LTbHed 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-BasicOnboardLtbhed-csar.csar
2023-05-22T11:50:06.250Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLtbhed-csar.csar
2023-05-22T11:50:06.251Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLtbhed-csar.csar
2023-05-22T11:50:06.251Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLtbhed-csar.csar
2023-05-22T11:50:06.251Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLtbhed-csar.csar
2023-05-22T11:50:06.251Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-05-22T11:50:06.256Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:06.257Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_LTbHed is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T11:50:06.259Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_LTbHed 0 is matching search criteria
2023-05-22T11:50:06.259Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-05-22T11:50:06.260Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_LTbHed 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-22T11:50:06.261Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:06.261Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_LTbHed is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T11:50:06.261Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_LTbHed 0 is matching search criteria
2023-05-22T11:50:06.261Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-05-22T11:50:06.261Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_LTbHed 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-22T11:50:06.261Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:06.261Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_LTbHed is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T11:50:06.264Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:06.264Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_LTbHed 0 is not matching search criteria
2023-05-22T11:50:06.264Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-05-22T11:50:06.264Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-05-22T11:50:06.264Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-05-22T11:50:06.264Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-22T11:50:06.264Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-22T11:50:06.265Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:06.265Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_LTbHed is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-22T11:50:06.265Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:06.265Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_LTbHed 0 is matching search criteria
2023-05-22T11:50:06.265Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_LTbHed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T11:50:06.266Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:06.266Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_LTbHed 0 is matching search criteria
2023-05-22T11:50:06.266Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_LTbHed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T11:50:06.266Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:06.266Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_LTbHed 0 is matching search criteria
2023-05-22T11:50:06.266Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_LTbHed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T11:50:06.266Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:06.266Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_LTbHed 0 is not matching search criteria
2023-05-22T11:50:06.266Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-22T11:50:06.266Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-22T11:50:06.267Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ecb54f67-05fb-4d85-a6ba-9cf6e4de2f85
2023-05-22T11:50:06.267Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:06.267Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_LTbHed is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T11:50:06.267Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:06.267Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_LTbHed is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T11:50:06.267Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:06.267Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_LTbHed is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T11:50:06.267Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:06.267Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_LTbHed is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T11:50:06.267Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_LTbHed
Description:service
Model UUID:a484be5f-c422-4c2e-87b2-06ec304dc0b0
Model Version:NULL
Model InvariantUuid:654d01ed-5f31-4be5-951e-f5f1917c7363
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_LTbHed
Model UUID:82922db4-9e13-47c8-9606-ef38d97c1dee
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6fefb9b2-62fe-49db-acb5-3ecb69104e28
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6441d1fc-531c-4c3c-abc7-e13e618fe4b1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:366fff46-2db1-409f-b8cf-ebcfe90862bc
ModelName:BasicOnboardLtbhed..base_ubuntu18..module-0
ModelUuid:db065346-9d83-4c48-b895-56aa5f0670ae
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ecb54f67-05fb-4d85-a6ba-9cf6e4de2f85
ModelInvariantUuid:2745b18f-ba68-4021-b2ab-c11e5e7713e2
ModelName:basic_onboard_LTbHed-nodes.ubuntu18Cvfc
ModelUuid:92ac0698-1de6-4c8a-af63-e6ca7cc4baae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e629d0e8-0b97-4d5a-93db-2422c1ba73cf
ModelInvariantUuid:9eb734b7-b815-4943-ae18-8bf4747276f0
ModelName:BasicOnboardLtbhed.compute.nodes.heat.ubuntu18
ModelUuid:19257495-8c58-4754-90c4-4958ecd3f1e9
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-22T11:50:06.296Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 1ca73171-67fc-47eb-a6dd-d6f5653e51bc
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-22T11:50:06.347Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||basic_onboard_LTbHed 0
2023-05-22T11:50:06.353Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1ca73171-67fc-47eb-a6dd-d6f5653e51bc
2023-05-22T11:50:06.354Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: edc4fdc5-bbbd-41df-a5cc-88a195e22479 from URL: /sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json
2023-05-22T11:50:06.354Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-05-22T11:50:06.354Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json
2023-05-22T11:50:06.463Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-05-22T11:50:06.463Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json edc4fdc5-bbbd-41df-a5cc-88a195e22479 798
2023-05-22T11:50:06.464Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json ASDC sendASDCNotification
2023-05-22T11:50:06.464Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json
2023-05-22T11:50:06.464Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T11:50:06.464Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T11:50:06.465Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T11:50:06.465Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756206464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:50:07.466Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLtbhed..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "366fff46-2db1-409f-b8cf-ebcfe90862bc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "db065346-9d83-4c48-b895-56aa5f0670ae",
    "vfModuleModelCustomizationUUID": "a74f6596-1c4f-41bf-a80c-15d21bbf784f",
    "isBase": true,
    "artifacts": [
      "b94674b4-d9cd-4d67-9a4b-f6305cfcfb8a",
      "ad1bffc5-3e32-4c40-93a9-2f6f0c9c5656"
    ],
    "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-22T11:50:07.497Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLtbhed..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:db065346-9d83-4c48-b895-56aa5f0670ae
VfModuleModelInvariantUUID:366fff46-2db1-409f-b8cf-ebcfe90862bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
b94674b4-d9cd-4d67-9a4b-f6305cfcfb8a
,
ad1bffc5-3e32-4c40-93a9-2f6f0c9c5656

}
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-22T11:50:07.503Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLtbhed..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "366fff46-2db1-409f-b8cf-ebcfe90862bc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "db065346-9d83-4c48-b895-56aa5f0670ae",
    "vfModuleModelCustomizationUUID": "a74f6596-1c4f-41bf-a80c-15d21bbf784f",
    "isBase": true,
    "artifacts": [
      "b94674b4-d9cd-4d67-9a4b-f6305cfcfb8a",
      "ad1bffc5-3e32-4c40-93a9-2f6f0c9c5656"
    ],
    "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-22T11:50:07.503Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLtbhed..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:db065346-9d83-4c48-b895-56aa5f0670ae
VfModuleModelInvariantUUID:366fff46-2db1-409f-b8cf-ebcfe90862bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
b94674b4-d9cd-4d67-9a4b-f6305cfcfb8a
,
ad1bffc5-3e32-4c40-93a9-2f6f0c9c5656

}
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-22T11:50:07.503Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b94674b4-d9cd-4d67-9a4b-f6305cfcfb8a from URL: /sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml
2023-05-22T11:50:07.504Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-05-22T11:50:07.504Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml
2023-05-22T11:50:07.606Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-05-22T11:50:07.607Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml b94674b4-d9cd-4d67-9a4b-f6305cfcfb8a 5033
2023-05-22T11:50:07.608Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-22T11:50:07.608Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml
2023-05-22T11:50:07.608Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T11:50:07.608Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T11:50:07.608Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T11:50:07.608Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756207607,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:50:08.609Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ad1bffc5-3e32-4c40-93a9-2f6f0c9c5656 from URL: /sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env
2023-05-22T11:50:08.610Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-05-22T11:50:08.610Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env
2023-05-22T11:50:08.721Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-05-22T11:50:08.721Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env ad1bffc5-3e32-4c40-93a9-2f6f0c9c5656 909
2023-05-22T11:50:08.722Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-22T11:50:08.722Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env
2023-05-22T11:50:08.722Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T11:50:08.722Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T11:50:08.722Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T11:50:08.722Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756208722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:50:09.725Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a484be5f-c422-4c2e-87b2-06ec304dc0b0
2023-05-22T11:50:09.725Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_LTbHed 0 1ca73171-67fc-47eb-a6dd-d6f5653e51bc 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-22T11:50:09.771Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c41ce17, org.onap.sdc.toscaparser.api.parameters.Input@4f600dcb, org.onap.sdc.toscaparser.api.parameters.Input@3f54982a, org.onap.sdc.toscaparser.api.parameters.Input@62a594ac, org.onap.sdc.toscaparser.api.parameters.Input@6016cf99]
2023-05-22T11:50:09.774Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:09.774Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_LTbHed is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T11:50:09.774Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-05-22T11:50:09.774Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 6441d1fc-531c-4c3c-abc7-e13e618fe4b1
2023-05-22T11:50:09.774Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6441d1fc-531c-4c3c-abc7-e13e618fe4b1 matches Tosca VF Customization UUID: 6441d1fc-531c-4c3c-abc7-e13e618fe4b1
2023-05-22T11:50:09.774Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 6441d1fc-531c-4c3c-abc7-e13e618fe4b1  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-22T11:50:09.782Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:09.782Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_LTbHed is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T11:50:09.783Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 6441d1fc-531c-4c3c-abc7-e13e618fe4b1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-22T11:50:09.783Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c7be3dd
2023-05-22T11:50:09.783Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:09.783Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_LTbHed is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-22T11:50:09.784Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a74f6596-1c4f-41bf-a80c-15d21bbf784f
2023-05-22T11:50:09.784Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a74f6596-1c4f-41bf-a80c-15d21bbf784f
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-22T11:50:09.792Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:09.793Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_LTbHed 0 is matching search criteria
2023-05-22T11:50:09.793Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_LTbHed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T11:50:09.793Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:09.794Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_LTbHed 0 is matching search criteria
2023-05-22T11:50:09.794Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_LTbHed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T11:50:09.794Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:09.794Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_LTbHed 0 is not matching search criteria
2023-05-22T11:50:09.794Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-22T11:50:09.794Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-22T11:50:09.794Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ecb54f67-05fb-4d85-a6ba-9cf6e4de2f85
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-22T11:50:09.805Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:09.806Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_LTbHed 0 is matching search criteria
2023-05-22T11:50:09.806Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_LTbHed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T11:50:09.806Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:09.806Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_LTbHed 0 is matching search criteria
2023-05-22T11:50:09.806Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_LTbHed 0] matching following query criteria: sdcType=VF, customizationUUID=6441d1fc-531c-4c3c-abc7-e13e618fe4b1
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-22T11:50:09.811Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:09.812Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_LTbHed is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T11:50:09.812Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a484be5f-c422-4c2e-87b2-06ec304dc0b0: basic_onboard_LTbHed
2023-05-22T11:50:09.812Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:09.812Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_LTbHed is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T11:50:09.813Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:09.813Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_LTbHed is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T11:50:09.813Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:09.813Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_LTbHed is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T11:50:09.814Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:09.814Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_LTbHed is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T11:50:09.814Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T11:50:09.814Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_LTbHed is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T11:50:09.814Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_LTbHed 
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-22T11:50:10.138Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_LTbHed 1ca73171-67fc-47eb-a6dd-d6f5653e51bc 1 ASDC deployResourceStructure
2023-05-22T11:50:10.139Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json ASDC sendASDCNotification
2023-05-22T11:50:10.139Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json
2023-05-22T11:50:10.139Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T11:50:10.140Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T11:50:10.140Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T11:50:10.140Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756210139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:50:10.659Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:50:10.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:50:10.661Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684756193539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:50:10.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:50:11.143Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-22T11:50:11.143Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml
2023-05-22T11:50:11.143Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T11:50:11.144Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T11:50:11.144Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T11:50:11.144Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756211143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:50:12.146Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-22T11:50:12.146Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env
2023-05-22T11:50:12.146Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T11:50:12.146Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T11:50:12.147Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T11:50:12.147Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756212145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:50:13.148Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar ASDC sendASDCNotification
2023-05-22T11:50:13.148Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar
2023-05-22T11:50:13.148Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T11:50:13.149Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T11:50:13.149Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T11:50:13.149Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756213148,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:50:14.150Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06e2f57a-f585-420e-9d5d-291fd76295a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T11:50:14.193Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06e2f57a-f585-420e-9d5d-291fd76295a7
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-22T11:50:14.198Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T11:50:14.199Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-22T11:50:14.199Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-22T11:50:44.200Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06e2f57a-f585-420e-9d5d-291fd76295a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T11:50:44.225Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06e2f57a-f585-420e-9d5d-291fd76295a7
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-22T11:50:44.230Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T11:50:44.231Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-22T11:50:44.231Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-22T11:51:10.659Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:51:10.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.665Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684756167063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.666Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.666Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684756185065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.667Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756150747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.667Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684756178664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json",
  "status": "NOTIFIED"
}
2023-05-22T11:51:10.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.667Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684756193539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.668Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684756185065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.668Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684756167063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.668Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756150747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json",
  "status": "NOTIFIED"
}
2023-05-22T11:51:10.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.668Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684756178664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-22T11:51:10.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.669Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684756193539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.669Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684756167063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-22T11:51:10.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.669Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684756185065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.670Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756150747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-22T11:51:10.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.670Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684756178664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.671Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.672Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684756193539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.672Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684756167063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.672Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684756185065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.673Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756150747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.673Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684756178664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-05-22T11:51:10.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.673Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684756193539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.674Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684756167063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.674Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684756185065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.674Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756150747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-05-22T11:51:10.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.675Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684756178664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.675Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684756193539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.675Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684756167063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.676Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684756185065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.676Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.676Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756150747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.676Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.676Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1684756202447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.677Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.677Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684756178664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T11:51:10.677Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.677Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684756193539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.677Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.678Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684756167063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T11:51:10.678Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.678Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684756185065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T11:51:10.678Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.678Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756150747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T11:51:10.678Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.679Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1684756202447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.679Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.679Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684756203645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T11:51:10.679Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.679Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684756202569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T11:51:10.680Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.680Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684756203074,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-22T11:51:10.680Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.680Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756203385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T11:51:10.680Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.680Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1684756202447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.681Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.681Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684756204668,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T11:51:10.681Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.681Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684756203586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-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-22T11:51:10.699Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 06e2f57a-f585-420e-9d5d-291fd76295a7
2023-05-22T11:51:10.699Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06e2f57a-f585-420e-9d5d-291fd76295a7 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-22T11:51:10.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.724Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684756204202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-22T11:51:10.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.724Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1684756202447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.725Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684756205673,
  "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-22T11:51:10.739Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06e2f57a-f585-420e-9d5d-291fd76295a7
2023-05-22T11:51:10.739Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06e2f57a-f585-420e-9d5d-291fd76295a7 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-22T11:51:10.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.764Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684756205311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-05-22T11:51:10.765Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.765Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1684756202447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.765Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.765Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684756206480,
  "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-22T11:51:10.779Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06e2f57a-f585-420e-9d5d-291fd76295a7
2023-05-22T11:51:10.780Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06e2f57a-f585-420e-9d5d-291fd76295a7 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-22T11:51:10.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.800Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756206464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-22T11:51:10.800Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.801Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1684756202447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.801Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684756207483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-22T11:51:10.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.802Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1684756202447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T11:51:10.802Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.802Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756207607,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-22T11:51:10.802Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.802Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756208722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-05-22T11:51:10.802Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.803Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1684756209816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T11:51:10.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.803Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684756209062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:51:10.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:10.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T11:51:10.803Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756210139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-22T11:51:10.804Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:51:14.231Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06e2f57a-f585-420e-9d5d-291fd76295a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T11:51:14.256Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06e2f57a-f585-420e-9d5d-291fd76295a7
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-22T11:51:14.263Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T11:51:14.264Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-22T11:51:14.264Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-22T11:51:44.264Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06e2f57a-f585-420e-9d5d-291fd76295a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T11:51:44.290Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06e2f57a-f585-420e-9d5d-291fd76295a7
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-22T11:51:44.296Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T11:51:44.296Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-22T11:51:44.296Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-22T11:52:10.659Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:52:10.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T11:52:10.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684756209062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/basic_onboard_ltbhed0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:52:10.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:52:10.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T11:52:10.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756211143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-05-22T11:52:10.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:52:10.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T11:52:10.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684756209062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:52:10.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:52:10.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T11:52:10.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756212145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-05-22T11:52:10.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:52:10.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T11:52:10.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684756209062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:52:10.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:52:10.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T11:52:10.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756213148,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T11:52:10.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:52:10.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T11:52:10.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684756209062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/resourceInstances/basic_onboard_ltbhed0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:52:10.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:52:10.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T11:52:10.668Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684756209062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T11:52:10.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:52:10.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T11:52:10.669Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684756209062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T11:52:10.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:52:10.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T11:52:10.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684756216955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T11:52:10.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:52:10.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T11:52:10.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1684756222021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T11:52:10.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:52:10.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T11:52:10.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684756221183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLtbhed/1.0/artifacts/service-BasicOnboardLtbhed-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T11:52:10.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:52:10.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T11:52:10.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1684756223026,
  "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-22T11:52:10.693Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 06e2f57a-f585-420e-9d5d-291fd76295a7
2023-05-22T11:52:10.694Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06e2f57a-f585-420e-9d5d-291fd76295a7 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-22T11:52:10.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T11:52:10.719Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684756222189,
  "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-22T11:52:10.733Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 06e2f57a-f585-420e-9d5d-291fd76295a7
2023-05-22T11:52:10.734Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06e2f57a-f585-420e-9d5d-291fd76295a7 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-22T11:52:14.297Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06e2f57a-f585-420e-9d5d-291fd76295a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T11:52:14.326Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06e2f57a-f585-420e-9d5d-291fd76295a7
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-22T11:52:14.334Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T11:52:14.335Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-22T11:52:14.335Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-22T11:52:14.335Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-22T11:52:14.335Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T11:52:14.336Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T11:52:14.336Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T11:52:14.336Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T11:52:14.336Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T11:52:14.336Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-22T11:52:14.351Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-22T11:52:44.352Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 06e2f57a-f585-420e-9d5d-291fd76295a7 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-22T11:52:44.365Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 06e2f57a-f585-420e-9d5d-291fd76295a7 and serviceModelVersionId: a484be5f-c422-4c2e-87b2-06ec304dc0b0
2023-05-22T11:52:44.366Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 654d01ed-5f31-4be5-951e-f5f1917c7363
2023-05-22T11:52:57.696Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/654d01ed-5f31-4be5-951e-f5f1917c7363/model-vers/model-ver/a484be5f-c422-4c2e-87b2-06ec304dc0b0?depth=0
2023-05-22T11:52:57.801Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-05-22T11:52:58.198Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/654d01ed-5f31-4be5-951e-f5f1917c7363/model-vers/model-ver/a484be5f-c422-4c2e-87b2-06ec304dc0b0?depth=0|INFO|500||Invoke
2023-05-22T11:52:58.203Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/654d01ed-5f31-4be5-951e-f5f1917c7363/model-vers/model-ver/a484be5f-c422-4c2e-87b2-06ec304dc0b0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/654d01ed-5f31-4be5-951e-f5f1917c7363/model-vers/model-ver/a484be5f-c422-4c2e-87b2-06ec304dc0b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[06e2f57a-f585-420e-9d5d-291fd76295a7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9921096a-f51a-4efc-81ed-9de91c31a5e0], X-ECOMP-RequestID=[06e2f57a-f585-420e-9d5d-291fd76295a7], X-TransactionId=[], X-ONAP-RequestID=[06e2f57a-f585-420e-9d5d-291fd76295a7], Content-Type=[application/merge-patch+json]}
2023-05-22T11:52:58.227Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/654d01ed-5f31-4be5-951e-f5f1917c7363/model-vers/model-ver/a484be5f-c422-4c2e-87b2-06ec304dc0b0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-22T11:52:58.627Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/654d01ed-5f31-4be5-951e-f5f1917c7363/model-vers/model-ver/a484be5f-c422-4c2e-87b2-06ec304dc0b0?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/654d01ed-5f31-4be5-951e-f5f1917c7363/model-vers/model-ver/a484be5f-c422-4c2e-87b2-06ec304dc0b0?depth=0 has http status code:200 and response headers:{date=[Mon, 22 May 2023 11:52:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[349], vertex-id=[196752], x-aai-txid=[0-aai-resources-230522-11:52:58:265-24039], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-22T11:52:58.630Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/654d01ed-5f31-4be5-951e-f5f1917c7363/model-vers/model-ver/a484be5f-c422-4c2e-87b2-06ec304dc0b0?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-22T11:52:58.631Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/654d01ed-5f31-4be5-951e-f5f1917c7363/model-vers/model-ver/a484be5f-c422-4c2e-87b2-06ec304dc0b0?depth=0|INFO|500||InvokeReturn
2023-05-22T11:52:58.638Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-22T11:52:58.639Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-22T11:52:58.659Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-22T11:52:58.661Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 06e2f57a-f585-420e-9d5d-291fd76295a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-22T11:52:58.663Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-22T11:52:58.663Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T11:52:58.663Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T11:52:58.664Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756378661,
  "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-22T11:52:59.700Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:53:10.659Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:53:10.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-22T11:53:10.666Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "06e2f57a-f585-420e-9d5d-291fd76295a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684756378661,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-22T11:53:10.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T11:53:59.701Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:54:10.659Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:54:59.702Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:55:10.659Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:55:59.704Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:56:10.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:56:59.704Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:57:10.661Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:57:59.705Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:58:10.663Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:58:59.707Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T11:59:10.663Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T11:59:59.707Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:00:10.663Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:00:59.708Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:01:10.663Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:01:12.538Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c] Node 2 disconnected.
2023-05-22T12:01:59.708Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:02:10.665Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:02:59.709Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:03:10.666Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:03:59.710Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:04:10.666Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:04:18.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T12:04:18.871Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"4b70bf3f-f846-4f34-ae12-a0006c952158","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0b41148f-e6f4-4dbc-9c7a-2cdbd66481a4","serviceDescription":"service","serviceInvariantUUID":"ae7fce2d-0520-4502-920c-aa0cd6c3c25a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1519cae5-cf72-4615-bc22-4c86bf04978f","resourceInvariantUUID":"23d1aecb-fa66-487b-b158-514d32f87901","resourceCustomizationUUID":"37d4b1cd-dadf-43b7-8274-c48b49f38bf0","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":"OTM2MGJkNGJlOTNlZjQwZjc0MjU0M2I0MTg3NjMzMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d17ec82-937b-4bb5-9184-39e58bc5e986","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NWYzMDBkNDFmOTI2MmJiZjVjMTBjNTk4NzJjYzYwZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54a1f8d4-87cd-4e2a-bd31-c55d89bf9ccd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-22T12:04:18.875Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T12:04:18.875Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:04:18.875Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:04:18.875Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757039710,
  "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-22T12:04:18.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:04:18.913Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757048516,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:04:18.915Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:04:19.888Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T12:04:19.889Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:04:19.889Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:04:19.889Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757039710,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:04:20.890Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0b41148f-e6f4-4dbc-9c7a-2cdbd66481a4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ae7fce2d-0520-4502-920c-aa0cd6c3c25a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "37d4b1cd-dadf-43b7-8274-c48b49f38bf0",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "1519cae5-cf72-4615-bc22-4c86bf04978f",
      "resourceInvariantUUID": "23d1aecb-fa66-487b-b158-514d32f87901",
      "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": "NWYzMDBkNDFmOTI2MmJiZjVjMTBjNTk4NzJjYzYwZjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "54a1f8d4-87cd-4e2a-bd31-c55d89bf9ccd"
    }
  ],
  "workloadContext": "Production"
}
2023-05-22T12:04:20.891Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-22T12:04:20.891Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b41148f-e6f4-4dbc-9c7a-2cdbd66481a4 ASDC
2023-05-22T12:04:20.891Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:4b70bf3f-f846-4f34-ae12-a0006c952158
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0b41148f-e6f4-4dbc-9c7a-2cdbd66481a4
ServiceInvariantUUID:ae7fce2d-0520-4502-920c-aa0cd6c3c25a
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:54a1f8d4-87cd-4e2a-bd31-c55d89bf9ccd
ArtifactChecksum:NWYzMDBkNDFmOTI2MmJiZjVjMTBjNTk4NzJjYzYwZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:37d4b1cd-dadf-43b7-8274-c48b49f38bf0
ResourceInvariantUUID:23d1aecb-fa66-487b-b158-514d32f87901
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:1519cae5-cf72-4615-bc22-4c86bf04978f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-05-22T12:04:20.891Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b41148f-e6f4-4dbc-9c7a-2cdbd66481a4 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-22T12:04:20.950Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-22T12:04:20.951Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-22T12:04:20.951Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-22T12:04:20.952Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 54a1f8d4-87cd-4e2a-bd31-c55d89bf9ccd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-22T12:04:20.952Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-22T12:04:20.952Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-22T12:04:21.118Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-22T12:04:21.119Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 54a1f8d4-87cd-4e2a-bd31-c55d89bf9ccd 57787
2023-05-22T12:04:21.119Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-05-22T12:04:21.120Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-22T12:04:21.120Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T12:04:21.120Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:04:21.120Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:04:21.120Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757061119,
  "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-22T12:04:22.121Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-22T12:04:22.122Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-22T12:04:22.122Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 54a1f8d4-87cd-4e2a-bd31-c55d89bf9ccd, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-22T12:04:22.123Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-05-22T12:04:22.123Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-22T12:04:22.124Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-22T12:04:22.286Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5404153475439837234/Definitions/service-BasicNetwork-template.yml
2023-05-22T12:04:22.721Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-22T12:04:22.721Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-22T12:04:22.721Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-22T12:04:22.721Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-05-22T12:04:22.721Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-22T12:04:22.721Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-22T12:04:22.721Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-22T12:04:22.721Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-22T12:04:22.721Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-22T12:04:22.721Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-22T12:04:22.721Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-22T12:04:22.721Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-22T12:04:22.721Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-22T12:04:22.721Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:04:22.722Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:04:22.722Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-22T12:04:22.722Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-22T12:04:22.722Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-22T12:04:22.722Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:04:22.722Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:04:22.722Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-22T12:04:22.722Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-22T12:04:22.722Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-22T12:04:22.722Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:04:22.722Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:04:22.722Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:04:22.722Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:04:22.722Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:04:22.722Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:04:22.722Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:04:22.723Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:04:22.723Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:04:22.723Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:04:22.723Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:0b41148f-e6f4-4dbc-9c7a-2cdbd66481a4
Model Version:NULL
Model InvariantUuid:ae7fce2d-0520-4502-920c-aa0cd6c3c25a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:23d1aecb-fa66-487b-b158-514d32f87901
Model UUID:8750d8fd-3159-418d-9395-af53cd7c6be6
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:37d4b1cd-dadf-43b7-8274-c48b49f38bf0
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-22T12:04:22.738Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 1519cae5-cf72-4615-bc22-4c86bf04978f
2023-05-22T12:04:22.738Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||No resources found for Service: 0b41148f-e6f4-4dbc-9c7a-2cdbd66481a4
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-22T12:04:22.745Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||
2023-05-22T12:04:22.746Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-05-22T12:04:22.746Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 0b41148f-e6f4-4dbc-9c7a-2cdbd66481a4
2023-05-22T12:04:22.746Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0b41148f-e6f4-4dbc-9c7a-2cdbd66481a4
2023-05-22T12:04:22.746Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-05-22T12:04:22.746Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-22T12:04:22.758Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18f44130, org.onap.sdc.toscaparser.api.parameters.Input@272ee01, org.onap.sdc.toscaparser.api.parameters.Input@55809cf9, org.onap.sdc.toscaparser.api.parameters.Input@56617257, org.onap.sdc.toscaparser.api.parameters.Input@6ca6446a]
2023-05-22T12:04:22.759Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:04:22.759Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:04:22.759Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:04:22.760Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:04:22.760Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0b41148f-e6f4-4dbc-9c7a-2cdbd66481a4: Generic NeutronNet
2023-05-22T12:04:22.760Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:04:22.760Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:04:22.760Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:04:22.760Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-05-22T12:04:22.812Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:04:22.813Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:04:22.813Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:04:22.813Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:04:22.814Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:04:22.814Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:04:22.814Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-05-22T12:04:22.934Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-05-22T12:04:22.935Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-05-22T12:04:22.936Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-22T12:04:22.936Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T12:04:22.936Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:04:22.936Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:04:22.936Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757062935,
  "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-22T12:04:23.938Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b70bf3f-f846-4f34-ae12-a0006c952158
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T12:04:23.967Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b70bf3f-f846-4f34-ae12-a0006c952158
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-22T12:04:23.974Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T12:04:23.974Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-22T12:04:23.974Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-22T12:04:53.978Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b70bf3f-f846-4f34-ae12-a0006c952158
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T12:04:54.001Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b70bf3f-f846-4f34-ae12-a0006c952158
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-22T12:04:54.006Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T12:04:54.007Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-22T12:04:54.007Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-22T12:05:10.659Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:05:10.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:05:10.660Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757039710,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:05:10.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:05:10.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:05:10.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757044607,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:05:10.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:05:24.008Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b70bf3f-f846-4f34-ae12-a0006c952158
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T12:05:24.028Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b70bf3f-f846-4f34-ae12-a0006c952158
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-22T12:05:24.035Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T12:05:24.036Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-22T12:05:24.036Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-22T12:05:54.036Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b70bf3f-f846-4f34-ae12-a0006c952158
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T12:05:54.061Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b70bf3f-f846-4f34-ae12-a0006c952158
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-22T12:05:54.067Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T12:05:54.067Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-22T12:05:54.068Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-22T12:06:10.659Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:06:10.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757046699,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757042447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684757053314,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.670Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757042447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T12:06:10.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.670Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684757053314,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.671Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757044607,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T12:06:10.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.672Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757039710,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T12:06:10.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.672Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757046699,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T12:06:10.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.673Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757048516,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T12:06:10.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.673Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757060630,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:06:10.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.674Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757061119,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:06:10.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.675Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757061742,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:06:10.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.675Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757062199,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:06:10.676Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.676Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757061637,
  "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-22T12:06:10.696Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4b70bf3f-f846-4f34-ae12-a0006c952158
2023-05-22T12:06:10.697Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b70bf3f-f846-4f34-ae12-a0006c952158 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-22T12:06:10.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.723Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757062747,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T12:06:10.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.724Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757062935,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T12:06:10.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.724Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757063749,
  "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-22T12:06:10.741Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4b70bf3f-f846-4f34-ae12-a0006c952158
2023-05-22T12:06:10.741Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b70bf3f-f846-4f34-ae12-a0006c952158 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-22T12:06:10.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.766Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757065721,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T12:06:10.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.767Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757066725,
  "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-22T12:06:10.782Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4b70bf3f-f846-4f34-ae12-a0006c952158
2023-05-22T12:06:10.783Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b70bf3f-f846-4f34-ae12-a0006c952158 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-22T12:06:10.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.808Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757079062,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.808Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.809Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757079062,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T12:06:10.809Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.809Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757081914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:06:10.809Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.809Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757064751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.810Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757072447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.810Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757060927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.811Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.811Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684757073282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.811Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.811Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757062644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.812Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.812Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757083842,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T12:06:10.812Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.812Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757064751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.812Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.813Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684757073282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.813Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.813Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757060927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.814Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.814Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757072447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.814Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.814Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757062644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.815Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.815Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757084847,
  "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-22T12:06:10.829Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4b70bf3f-f846-4f34-ae12-a0006c952158
2023-05-22T12:06:10.829Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b70bf3f-f846-4f34-ae12-a0006c952158 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-22T12:06:10.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.852Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757064751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.853Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.853Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684757073282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.853Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.853Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757060927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.854Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.854Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757072447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.854Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.854Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757062644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.855Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.856Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757064751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.856Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.856Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684757073282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.857Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.857Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757060927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.857Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.857Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757072447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.858Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.858Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757062644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.858Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.859Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757064751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.859Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.860Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684757073282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.860Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.860Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757072447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.861Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.861Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757060927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.861Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.862Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757062644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.862Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.862Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757064751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.863Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684757073282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-05-22T12:06:10.864Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.864Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757072447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.865Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757060927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.866Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.866Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757062644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.866Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.867Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757064751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.867Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.867Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757072447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.868Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.868Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684757073282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.869Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.869Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757060927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.869Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.870Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757062644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.870Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.870Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757064751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T12:06:10.870Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.871Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684757073282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:10.871Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.871Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757072447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T12:06:10.872Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.872Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757060927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T12:06:10.872Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.873Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757062644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T12:06:10.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.873Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757092298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:06:10.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.874Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757091200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:06:10.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.875Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757092761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:06:10.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.876Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684757092344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:06:10.876Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.876Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757093302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T12:06:10.876Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.877Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757092205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-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-22T12:06:10.913Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 36e02e58-70a5-4172-9f80-788e1d540133
2023-05-22T12:06:10.914Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36e02e58-70a5-4172-9f80-788e1d540133 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-22T12:06:10.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.937Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684757093755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-05-22T12:06:10.937Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:10.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.938Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757094305,
  "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-22T12:06:10.951Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 36e02e58-70a5-4172-9f80-788e1d540133
2023-05-22T12:06:10.951Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36e02e58-70a5-4172-9f80-788e1d540133 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-22T12:06:10.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:10.972Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684757094758,
  "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-22T12:06:10.985Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 36e02e58-70a5-4172-9f80-788e1d540133
2023-05-22T12:06:10.985Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36e02e58-70a5-4172-9f80-788e1d540133 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-22T12:06:11.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:11.008Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757097496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T12:06:11.009Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:11.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:11.009Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757098499,
  "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-22T12:06:11.022Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 36e02e58-70a5-4172-9f80-788e1d540133
2023-05-22T12:06:11.022Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36e02e58-70a5-4172-9f80-788e1d540133 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-22T12:06:11.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:06:11.042Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757109062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:06:11.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:06:24.068Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b70bf3f-f846-4f34-ae12-a0006c952158
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T12:06:24.097Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b70bf3f-f846-4f34-ae12-a0006c952158
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-22T12:06:24.104Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T12:06:24.104Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-22T12:06:24.104Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-22T12:06:24.104Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-22T12:06:24.104Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T12:06:24.105Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T12:06:24.105Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T12:06:24.105Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T12:06:24.105Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T12:06:24.105Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-22T12:06:24.119Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-22T12:06:54.120Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4b70bf3f-f846-4f34-ae12-a0006c952158 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-22T12:06:54.138Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4b70bf3f-f846-4f34-ae12-a0006c952158 and serviceModelVersionId: 0b41148f-e6f4-4dbc-9c7a-2cdbd66481a4
2023-05-22T12:06:54.138Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ae7fce2d-0520-4502-920c-aa0cd6c3c25a
2023-05-22T12:06:54.139Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ae7fce2d-0520-4502-920c-aa0cd6c3c25a/model-vers/model-ver/0b41148f-e6f4-4dbc-9c7a-2cdbd66481a4?depth=0
2023-05-22T12:06:54.149Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-05-22T12:06:54.238Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ae7fce2d-0520-4502-920c-aa0cd6c3c25a/model-vers/model-ver/0b41148f-e6f4-4dbc-9c7a-2cdbd66481a4?depth=0|INFO|500||Invoke
2023-05-22T12:06:54.238Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ae7fce2d-0520-4502-920c-aa0cd6c3c25a/model-vers/model-ver/0b41148f-e6f4-4dbc-9c7a-2cdbd66481a4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ae7fce2d-0520-4502-920c-aa0cd6c3c25a/model-vers/model-ver/0b41148f-e6f4-4dbc-9c7a-2cdbd66481a4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4b70bf3f-f846-4f34-ae12-a0006c952158], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0dec0982-6852-43ff-97b7-a3561db51e23], X-ECOMP-RequestID=[4b70bf3f-f846-4f34-ae12-a0006c952158], X-TransactionId=[], X-ONAP-RequestID=[4b70bf3f-f846-4f34-ae12-a0006c952158], Content-Type=[application/merge-patch+json]}
2023-05-22T12:06:54.247Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ae7fce2d-0520-4502-920c-aa0cd6c3c25a/model-vers/model-ver/0b41148f-e6f4-4dbc-9c7a-2cdbd66481a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-22T12:06:54.474Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ae7fce2d-0520-4502-920c-aa0cd6c3c25a/model-vers/model-ver/0b41148f-e6f4-4dbc-9c7a-2cdbd66481a4?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/ae7fce2d-0520-4502-920c-aa0cd6c3c25a/model-vers/model-ver/0b41148f-e6f4-4dbc-9c7a-2cdbd66481a4?depth=0 has http status code:200 and response headers:{date=[Mon, 22 May 2023 12:06:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[197], vertex-id=[585952], x-aai-txid=[1-aai-resources-230522-12:06:54:293-14601], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-22T12:06:54.474Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ae7fce2d-0520-4502-920c-aa0cd6c3c25a/model-vers/model-ver/0b41148f-e6f4-4dbc-9c7a-2cdbd66481a4?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-22T12:06:54.475Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ae7fce2d-0520-4502-920c-aa0cd6c3c25a/model-vers/model-ver/0b41148f-e6f4-4dbc-9c7a-2cdbd66481a4?depth=0|INFO|500||InvokeReturn
2023-05-22T12:06:54.475Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-22T12:06:54.475Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-22T12:06:54.485Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-22T12:06:54.486Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4b70bf3f-f846-4f34-ae12-a0006c952158 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-22T12:06:54.486Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-22T12:06:54.486Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:06:54.487Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:06:54.487Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757214486,
  "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-22T12:06:55.515Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:06:55.521Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T12:06:55.521Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"36e02e58-70a5-4172-9f80-788e1d540133","serviceName":"Demo_pNF_fDhlJdl613K2gwLnVGsr","serviceVersion":"1.0","serviceUUID":"32576daf-def6-4150-b737-d1bd6e83f062","serviceDescription":"catalog service description","serviceInvariantUUID":"a36356e1-6318-4b3c-b4ae-53baf38e8ec3","resources":[{"resourceInstanceName":"pNF 40908ed9-c20b 0","resourceName":"pNF 40908ed9-c20b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3ebc0e98-02fd-4e6c-b7d1-3308c40e694e","resourceInvariantUUID":"acf6a63c-01f5-4430-9ac7-bddb92a7aabd","resourceCustomizationUUID":"57f34e2a-9595-4ea1-bccf-d1e1d164ae8f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/vf-license-model.xml","artifactChecksum":"MWRmMDY5MjMxZTg1ZmM1MmYyY2E5YjQzOWI4OWU4YTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2989d890-c13d-49fb-adff-41c17323b116","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/pNF.csar","artifactChecksum":"NjlhZTYyOGU0OWVjNzJhOTY1MTQ5NGM5ZjY1YWQ3Mjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5b372f81-207f-41d1-9fd2-9b5db0efa88f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"607d7383-1ac9-4c41-ac81-03a0caf23333","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWQ2NWMyNzY4MGJmZWNjYWEwYmMwOTMxMDdmNGE1OTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1c0dd54a-d615-4b52-91b2-67f413ccfc56","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f30bbdd7-2df9-4e9e-a5c9-7729148fafbb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1a1be9f2-d203-4493-8363-f0cf39f14e9f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFdhljdl613k2gwlnvgsr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-template.yml","artifactChecksum":"NzI0Nzk1YzY2YTA5NDY1ZTdiNGYxZWU3MjhjY2M3MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88fc64a3-5361-49d5-b9b2-490625284d1d","artifactVersion":"1"},{"artifactName":"service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar","artifactChecksum":"MTZmY2ZjZTYyM2IzMjhjNjgxMmJiMTRmODlmZDg2YTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b6e7d6a-1997-429b-a826-7495db6dd285","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-22T12:06:55.523Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T12:06:55.524Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:06:55.524Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:06:55.524Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:06:56.525Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T12:06:56.526Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:06:56.526Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:06:56.526Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:06:57.529Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T12:06:57.529Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:06:57.529Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:06:57.529Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:06:58.531Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T12:06:58.532Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:06:58.532Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:06:58.532Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:06:59.534Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T12:06:59.535Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:06:59.535Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:06:59.536Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:07:00.538Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T12:07:00.539Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:07:00.539Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:07:00.539Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:07:01.540Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T12:07:01.541Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:07:01.542Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:07:01.542Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:07:02.544Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T12:07:02.545Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:07:02.545Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:07:02.545Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:07:03.547Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "serviceName": "Demo_pNF_fDhlJdl613K2gwLnVGsr",
  "serviceVersion": "1.0",
  "serviceUUID": "32576daf-def6-4150-b737-d1bd6e83f062",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a36356e1-6318-4b3c-b4ae-53baf38e8ec3",
  "resources": [
    {
      "resourceInstanceName": "pNF 40908ed9-c20b 0",
      "resourceCustomizationUUID": "57f34e2a-9595-4ea1-bccf-d1e1d164ae8f",
      "resourceName": "pNF 40908ed9-c20b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3ebc0e98-02fd-4e6c-b7d1-3308c40e694e",
      "resourceInvariantUUID": "acf6a63c-01f5-4430-9ac7-bddb92a7aabd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar",
      "artifactChecksum": "MTZmY2ZjZTYyM2IzMjhjNjgxMmJiMTRmODlmZDg2YTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b6e7d6a-1997-429b-a826-7495db6dd285"
    }
  ],
  "workloadContext": "Production"
}
2023-05-22T12:07:03.547Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-22T12:07:03.547Z|4b70bf3f-f846-4f34-ae12-a0006c952158|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 32576daf-def6-4150-b737-d1bd6e83f062 ASDC
2023-05-22T12:07:03.548Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:36e02e58-70a5-4172-9f80-788e1d540133
ServiceName:Demo_pNF_fDhlJdl613K2gwLnVGsr
ServiceVersion:1.0
ServiceUUID:32576daf-def6-4150-b737-d1bd6e83f062
ServiceInvariantUUID:a36356e1-6318-4b3c-b4ae-53baf38e8ec3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar
ArtifactUUID:4b6e7d6a-1997-429b-a826-7495db6dd285
ArtifactChecksum:MTZmY2ZjZTYyM2IzMjhjNjgxMmJiMTRmODlmZDg2YTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 40908ed9-c20b 0
ResourceCustomizationUUID:57f34e2a-9595-4ea1-bccf-d1e1d164ae8f
ResourceInvariantUUID:acf6a63c-01f5-4430-9ac7-bddb92a7aabd
ResourceName:pNF 40908ed9-c20b
ResourceType:PNF
ResourceUUID:3ebc0e98-02fd-4e6c-b7d1-3308c40e694e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-05-22T12:07:03.548Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32576daf-def6-4150-b737-d1bd6e83f062 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-22T12:07:03.616Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-22T12:07:03.617Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-22T12:07:03.617Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-22T12:07:03.618Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4b6e7d6a-1997-429b-a826-7495db6dd285 from URL: /sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar
2023-05-22T12:07:03.618Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-22T12:07:03.619Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar
2023-05-22T12:07:03.728Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-22T12:07:03.731Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar 4b6e7d6a-1997-429b-a826-7495db6dd285 87988
2023-05-22T12:07:03.732Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar ASDC sendASDCNotification
2023-05-22T12:07:03.732Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar
2023-05-22T12:07:03.732Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T12:07:03.732Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:07:03.732Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:07:03.733Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757223732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:07:04.734Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-22T12:07:04.735Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-22T12:07:04.735Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 4b6e7d6a-1997-429b-a826-7495db6dd285, URL: /sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar to file: /app/ASDC/1/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar
2023-05-22T12:07:04.735Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar
2023-05-22T12:07:04.736Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar
2023-05-22T12:07:04.737Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar
2023-05-22T12:07:04.944Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP527439847889019296/Definitions/service-DemoPnfFdhljdl613k2gwlnvgsr-template.yml
2023-05-22T12:07:05.502Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-22T12:07:05.503Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-22T12:07:05.503Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar
2023-05-22T12:07:05.503Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-22T12:07:05.503Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 40908ed9-c20b 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-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar
2023-05-22T12:07:05.503Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar
2023-05-22T12:07:05.503Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar
2023-05-22T12:07:05.503Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar
2023-05-22T12:07:05.503Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar
2023-05-22T12:07:05.503Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar
2023-05-22T12:07:05.504Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar
2023-05-22T12:07:05.504Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-22T12:07:05.504Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:07:05.504Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fDhlJdl613K2gwLnVGsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:07:05.504Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Node template pNF 40908ed9-c20b 0 is matching search criteria
2023-05-22T12:07:05.504Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-22T12:07:05.504Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 40908ed9-c20b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-22T12:07:05.505Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:07:05.505Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fDhlJdl613K2gwLnVGsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:07:05.505Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Node template pNF 40908ed9-c20b 0 is matching search criteria
2023-05-22T12:07:05.505Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-22T12:07:05.505Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 40908ed9-c20b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-22T12:07:05.505Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:07:05.505Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fDhlJdl613K2gwLnVGsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:07:05.505Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:07:05.506Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fDhlJdl613K2gwLnVGsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:07:05.506Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:07:05.506Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fDhlJdl613K2gwLnVGsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:07:05.506Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:07:05.506Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fDhlJdl613K2gwLnVGsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:07:05.506Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:07:05.506Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fDhlJdl613K2gwLnVGsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:07:05.506Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_fDhlJdl613K2gwLnVGsr
Description:catalog service description
Model UUID:32576daf-def6-4150-b737-d1bd6e83f062
Model Version:NULL
Model InvariantUuid:a36356e1-6318-4b3c-b4ae-53baf38e8ec3
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-22T12:07:05.529Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3ebc0e98-02fd-4e6c-b7d1-3308c40e694e
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-22T12:07:05.535Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||pNF 40908ed9-c20b 0
2023-05-22T12:07:05.535Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3ebc0e98-02fd-4e6c-b7d1-3308c40e694e
2023-05-22T12:07:05.535Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 32576daf-def6-4150-b737-d1bd6e83f062
2023-05-22T12:07:05.535Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 32576daf-def6-4150-b737-d1bd6e83f062
2023-05-22T12:07:05.535Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 40908ed9-c20b 0 3ebc0e98-02fd-4e6c-b7d1-3308c40e694e 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-22T12:07:05.545Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41f69de3, org.onap.sdc.toscaparser.api.parameters.Input@7108f25b, org.onap.sdc.toscaparser.api.parameters.Input@3799a3ee, org.onap.sdc.toscaparser.api.parameters.Input@22e6be34, org.onap.sdc.toscaparser.api.parameters.Input@578a260e]
2023-05-22T12:07:05.545Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:07:05.545Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fDhlJdl613K2gwLnVGsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:07:05.546Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 32576daf-def6-4150-b737-d1bd6e83f062: pNF 40908ed9-c20b
2023-05-22T12:07:05.546Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||Processing PNF resource: 3ebc0e98-02fd-4e6c-b7d1-3308c40e694e
2023-05-22T12:07:05.546Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:07:05.546Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fDhlJdl613K2gwLnVGsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:07:05.546Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||Resource customization UUID: 57f34e2a-9595-4ea1-bccf-d1e1d164ae8f is the same as notified resource customizationUUID: 57f34e2a-9595-4ea1-bccf-d1e1d164ae8f
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-22T12:07:05.661Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 40908ed9-c20b 3ebc0e98-02fd-4e6c-b7d1-3308c40e694e 0 ASDC deployResourceStructure
2023-05-22T12:07:05.662Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar ASDC sendASDCNotification
2023-05-22T12:07:05.662Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar
2023-05-22T12:07:05.662Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T12:07:05.662Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:07:05.663Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:07:05.663Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757225662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:07:06.664Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36e02e58-70a5-4172-9f80-788e1d540133
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T12:07:06.684Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36e02e58-70a5-4172-9f80-788e1d540133
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-22T12:07:06.694Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T12:07:06.694Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-22T12:07:06.695Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-22T12:07:06.695Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-22T12:07:10.659Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:07:10.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757109062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757109062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.670Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757109062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.671Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757109062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.671Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757109062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.672Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757109062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.672Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757109062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T12:07:10.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.673Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757117884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:07:10.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.673Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757120032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T12:07:10.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.674Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757121038,
  "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-22T12:07:10.695Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 36e02e58-70a5-4172-9f80-788e1d540133
2023-05-22T12:07:10.695Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36e02e58-70a5-4172-9f80-788e1d540133 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-22T12:07:10.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.719Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757121601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.720Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.720Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684757115761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.720Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.720Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757125309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.721Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.721Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757093208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.721Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.721Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684757115761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.722Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757125309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.722Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757121601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-05-22T12:07:10.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.722Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757093208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.723Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684757115761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.723Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757121601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-22T12:07:10.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.723Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757093208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.724Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757125309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-22T12:07:10.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.724Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757125309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.724Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684757115761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.725Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757093208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.725Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757121601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.726Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757132447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.726Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757125309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.727Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684757115761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.727Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757121601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-22T12:07:10.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.727Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757093208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757132447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684757115761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757125309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757121601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757093208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757132447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757125309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T12:07:10.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.730Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684757115761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.730Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757093208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T12:07:10.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.730Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757121601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T12:07:10.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.731Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757132447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.731Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757134877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:07:10.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.732Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757135402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:07:10.732Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.732Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757135992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:07:10.732Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.732Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757132447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.733Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.733Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684757135883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-22T12:07:10.773Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b16bc00e-9964-4431-95a6-e9f28c1114a2
2023-05-22T12:07:10.774Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b16bc00e-9964-4431-95a6-e9f28c1114a2 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-22T12:07:10.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.799Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757136995,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T12:07:10.800Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.800Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757132447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.800Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.800Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757136516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:07:10.800Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.801Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684757137996,
  "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-22T12:07:10.815Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b16bc00e-9964-4431-95a6-e9f28c1114a2
2023-05-22T12:07:10.815Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b16bc00e-9964-4431-95a6-e9f28c1114a2 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-22T12:07:10.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.838Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757132447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T12:07:10.838Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.839Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757137629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:07:10.839Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.839Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757139609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:07:10.839Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.840Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757138697,
  "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-22T12:07:10.854Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b16bc00e-9964-4431-95a6-e9f28c1114a2
2023-05-22T12:07:10.855Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b16bc00e-9964-4431-95a6-e9f28c1114a2 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-22T12:07:10.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.875Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684757139700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-22T12:07:10.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.875Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757139062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.875Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757139062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.876Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757139062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.876Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.876Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757139062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.876Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.876Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757139062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.876Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.876Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757139062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:07:10.876Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.876Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757146887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T12:07:10.876Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.876Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757139062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T12:07:10.876Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.876Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "aai-model-loader",
  "timestamp": 1684757147889,
  "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-22T12:07:10.892Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b16bc00e-9964-4431-95a6-e9f28c1114a2
2023-05-22T12:07:10.893Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b16bc00e-9964-4431-95a6-e9f28c1114a2 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-22T12:07:10.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.918Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757146882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:07:10.919Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.919Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757149419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T12:07:10.919Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:07:10.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T12:07:10.919Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684757150437,
  "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-22T12:07:10.934Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b16bc00e-9964-4431-95a6-e9f28c1114a2
2023-05-22T12:07:10.934Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b16bc00e-9964-4431-95a6-e9f28c1114a2 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-22T12:07:36.695Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36e02e58-70a5-4172-9f80-788e1d540133
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T12:07:36.719Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36e02e58-70a5-4172-9f80-788e1d540133
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-22T12:07:36.725Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T12:07:36.725Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-22T12:07:36.725Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-22T12:07:36.725Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-22T12:07:36.725Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T12:07:36.725Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T12:07:36.725Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T12:07:36.726Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T12:07:36.726Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T12:07:36.726Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T12:07:36.726Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-22T12:07:36.742Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-22T12:08:06.742Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 36e02e58-70a5-4172-9f80-788e1d540133 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-22T12:08:06.751Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 36e02e58-70a5-4172-9f80-788e1d540133 and serviceModelVersionId: 32576daf-def6-4150-b737-d1bd6e83f062
2023-05-22T12:08:06.751Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a36356e1-6318-4b3c-b4ae-53baf38e8ec3
2023-05-22T12:08:06.752Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a36356e1-6318-4b3c-b4ae-53baf38e8ec3/model-vers/model-ver/32576daf-def6-4150-b737-d1bd6e83f062?depth=0
2023-05-22T12:08:06.760Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-05-22T12:08:06.830Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a36356e1-6318-4b3c-b4ae-53baf38e8ec3/model-vers/model-ver/32576daf-def6-4150-b737-d1bd6e83f062?depth=0|INFO|500||Invoke
2023-05-22T12:08:06.830Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a36356e1-6318-4b3c-b4ae-53baf38e8ec3/model-vers/model-ver/32576daf-def6-4150-b737-d1bd6e83f062?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a36356e1-6318-4b3c-b4ae-53baf38e8ec3/model-vers/model-ver/32576daf-def6-4150-b737-d1bd6e83f062?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[36e02e58-70a5-4172-9f80-788e1d540133], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e3bac67e-0a6f-45fb-93f6-768803675480], X-ECOMP-RequestID=[36e02e58-70a5-4172-9f80-788e1d540133], X-TransactionId=[], X-ONAP-RequestID=[36e02e58-70a5-4172-9f80-788e1d540133], Content-Type=[application/merge-patch+json]}
2023-05-22T12:08:06.839Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a36356e1-6318-4b3c-b4ae-53baf38e8ec3/model-vers/model-ver/32576daf-def6-4150-b737-d1bd6e83f062?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-22T12:08:06.997Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a36356e1-6318-4b3c-b4ae-53baf38e8ec3/model-vers/model-ver/32576daf-def6-4150-b737-d1bd6e83f062?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/a36356e1-6318-4b3c-b4ae-53baf38e8ec3/model-vers/model-ver/32576daf-def6-4150-b737-d1bd6e83f062?depth=0 has http status code:200 and response headers:{date=[Mon, 22 May 2023 12:08:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[196824], x-aai-txid=[2-aai-resources-230522-12:08:06:884-3352], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-22T12:08:06.997Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a36356e1-6318-4b3c-b4ae-53baf38e8ec3/model-vers/model-ver/32576daf-def6-4150-b737-d1bd6e83f062?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-22T12:08:06.998Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a36356e1-6318-4b3c-b4ae-53baf38e8ec3/model-vers/model-ver/32576daf-def6-4150-b737-d1bd6e83f062?depth=0|INFO|500||InvokeReturn
2023-05-22T12:08:06.999Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-22T12:08:06.999Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-22T12:08:07.011Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-22T12:08:07.011Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 36e02e58-70a5-4172-9f80-788e1d540133 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-22T12:08:07.012Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-22T12:08:07.012Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:08:07.013Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:08:07.013Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757287011,
  "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-22T12:08:08.047Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T12:08:08.047Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"b16bc00e-9964-4431-95a6-e9f28c1114a2","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d46d6941-f52f-40f3-8f66-a9c65f612de3","serviceDescription":"service","serviceInvariantUUID":"fd375c8e-8b32-4ae9-b5d9-a87d90660ffa","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b9a4a12b-b07c-4e6e-8370-431877085240","resourceInvariantUUID":"5c34db00-6056-4c74-827a-c67e74fe7f84","resourceCustomizationUUID":"a7212e90-9f91-4e60-91c4-74fe8cbd6f2e","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":"MmRmNjI1ZTBjMDg0ZWRiNDRjNTUzOWYzOGEzMjMwZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"875566b2-f23a-4936-80df-d52bef80ca68","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":"YWQwMDE4MjA2NjViOWY3YmQ0MjIyNWVmMDJkM2IxNzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"00a39678-52ec-42a9-9891-f8bb97c9695e","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":"0d5b3a6f-3b13-445d-8a5f-3dc8fa67ee72","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":"4bd4c61e-28b2-4729-a9a2-71084c48ab17","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":"41eb8e95-3934-43cf-baba-6e6e5b608f51","artifactVersion":"2","generatedFromUUID":"0d5b3a6f-3b13-445d-8a5f-3dc8fa67ee72"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTc2Y2UzMzM3MzdiZTIzYjA5Y2Y5OTUyZWY3YTE1YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6c61a91-dced-4ba1-b056-94465e97138c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODliMzM5NDJhOWFmYTFkOGRiYzYxY2JiNjliNWVkZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7be9a1ce-5fe0-4adf-89e4-0ae39e37d805","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-22T12:08:08.048Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T12:08:08.048Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:08:08.048Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:08:08.048Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "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-22T12:08:09.049Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T12:08:09.050Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:08:09.050Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:08:09.051Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "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-22T12:08:10.053Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T12:08:10.053Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:08:10.053Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:08:10.053Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "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-22T12:08:10.659Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:08:10.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T12:08:10.661Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b70bf3f-f846-4f34-ae12-a0006c952158",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757214486,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-22T12:08:10.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:08:10.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T12:08:10.662Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:08:10.663Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:08:10.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T12:08:10.663Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:08:10.663Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:08:10.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T12:08:10.664Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:08:10.664Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:08:10.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T12:08:10.664Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:08:10.664Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:08:10.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T12:08:10.665Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:08:10.665Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:08:10.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T12:08:10.665Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/resourceInstances/pnf40908ed9c20b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:08:10.665Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:08:10.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T12:08:10.666Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:08:10.666Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:08:10.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T12:08:10.666Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T12:08:10.666Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:08:10.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T12:08:10.666Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757223732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:08:10.666Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:08:10.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T12:08:10.667Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757225662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdhljdl613k2gwlnvgsr/1.0/artifacts/service-DemoPnfFdhljdl613k2gwlnvgsr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T12:08:10.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:08:11.056Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T12:08:11.056Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:08:11.056Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:08:11.056Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "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-22T12:08:12.058Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T12:08:12.058Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:08:12.058Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:08:12.058Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "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-22T12:08:13.059Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T12:08:13.059Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:08:13.060Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:08:13.060Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "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-22T12:08:14.061Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T12:08:14.061Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:08:14.062Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:08:14.062Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:08:15.064Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "d46d6941-f52f-40f3-8f66-a9c65f612de3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd375c8e-8b32-4ae9-b5d9-a87d90660ffa",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "a7212e90-9f91-4e60-91c4-74fe8cbd6f2e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b9a4a12b-b07c-4e6e-8370-431877085240",
      "resourceInvariantUUID": "5c34db00-6056-4c74-827a-c67e74fe7f84",
      "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": "YWQwMDE4MjA2NjViOWY3YmQ0MjIyNWVmMDJkM2IxNzc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "00a39678-52ec-42a9-9891-f8bb97c9695e",
          "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": "0d5b3a6f-3b13-445d-8a5f-3dc8fa67ee72",
          "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": "41eb8e95-3934-43cf-baba-6e6e5b608f51",
            "generatedFromUUID": "0d5b3a6f-3b13-445d-8a5f-3dc8fa67ee72"
          },
          "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": "41eb8e95-3934-43cf-baba-6e6e5b608f51",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ODliMzM5NDJhOWFmYTFkOGRiYzYxY2JiNjliNWVkZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7be9a1ce-5fe0-4adf-89e4-0ae39e37d805"
    }
  ],
  "workloadContext": "Production"
}
2023-05-22T12:08:15.064Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-22T12:08:15.064Z|36e02e58-70a5-4172-9f80-788e1d540133|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d46d6941-f52f-40f3-8f66-a9c65f612de3 ASDC
2023-05-22T12:08:15.066Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b16bc00e-9964-4431-95a6-e9f28c1114a2
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:d46d6941-f52f-40f3-8f66-a9c65f612de3
ServiceInvariantUUID:fd375c8e-8b32-4ae9-b5d9-a87d90660ffa
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:7be9a1ce-5fe0-4adf-89e4-0ae39e37d805
ArtifactChecksum:ODliMzM5NDJhOWFmYTFkOGRiYzYxY2JiNjliNWVkZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:a7212e90-9f91-4e60-91c4-74fe8cbd6f2e
ResourceInvariantUUID:5c34db00-6056-4c74-827a-c67e74fe7f84
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b9a4a12b-b07c-4e6e-8370-431877085240
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:00a39678-52ec-42a9-9891-f8bb97c9695e
ArtifactChecksum:YWQwMDE4MjA2NjViOWY3YmQ0MjIyNWVmMDJkM2IxNzc=
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:0d5b3a6f-3b13-445d-8a5f-3dc8fa67ee72
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:41eb8e95-3934-43cf-baba-6e6e5b608f51
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:41eb8e95-3934-43cf-baba-6e6e5b608f51
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-22T12:08:15.066Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d46d6941-f52f-40f3-8f66-a9c65f612de3 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-22T12:08:15.133Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-22T12:08:15.133Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-22T12:08:15.134Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-22T12:08:15.134Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7be9a1ce-5fe0-4adf-89e4-0ae39e37d805 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-22T12:08:15.134Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-22T12:08:15.135Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-22T12:08:15.258Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-22T12:08:15.262Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 7be9a1ce-5fe0-4adf-89e4-0ae39e37d805 75155
2023-05-22T12:08:15.263Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-05-22T12:08:15.263Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-22T12:08:15.263Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T12:08:15.264Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:08:15.264Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:08:15.264Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757295263,
  "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-22T12:08:16.265Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-22T12:08:16.266Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-22T12:08:16.266Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7be9a1ce-5fe0-4adf-89e4-0ae39e37d805, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-22T12:08:16.267Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-05-22T12:08:16.268Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-22T12:08:16.268Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-05-22T12:08:16.495Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4678090601444645762/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-22T12:08:17.427Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-22T12:08:17.427Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-22T12:08:17.427Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-22T12:08:17.427Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-22T12:08:17.427Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-22T12:08:17.427Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-22T12:08:17.427Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-22T12:08:17.427Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-22T12:08:17.427Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-22T12:08:17.427Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-22T12:08:17.427Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-22T12:08:17.427Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-22T12:08:17.428Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:17.428Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:08:17.428Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-22T12:08:17.428Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-22T12:08:17.428Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-22T12:08:17.428Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:17.428Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:08:17.428Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-22T12:08:17.428Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-22T12:08:17.428Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-22T12:08:17.428Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:17.428Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:08:17.429Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:17.429Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-22T12:08:17.429Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-05-22T12:08:17.429Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-05-22T12:08:17.429Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-05-22T12:08:17.429Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-22T12:08:17.429Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-22T12:08:17.429Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:17.429Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-22T12:08:17.429Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:17.429Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-22T12:08:17.429Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T12:08:17.430Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:17.430Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-22T12:08:17.430Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T12:08:17.430Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:17.430Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-22T12:08:17.430Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T12:08:17.430Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:17.430Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-22T12:08:17.430Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-22T12:08:17.430Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-22T12:08:17.430Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ff382b9e-c47c-41ec-b4bf-c14d33a042f2
2023-05-22T12:08:17.430Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:17.431Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:08:17.431Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:17.431Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:08:17.431Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:17.431Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:08:17.431Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:17.431Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:08:17.431Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:d46d6941-f52f-40f3-8f66-a9c65f612de3
Model Version:NULL
Model InvariantUuid:fd375c8e-8b32-4ae9-b5d9-a87d90660ffa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7738f77d-4c15-4113-b1a6-e4b9197c1679
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5c34db00-6056-4c74-827a-c67e74fe7f84
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a7212e90-9f91-4e60-91c4-74fe8cbd6f2e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8db0b2ad-12b9-4c09-b44d-56a20f78f080
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:6c858fd6-6c1d-46cb-82a7-07387b864002
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ff382b9e-c47c-41ec-b4bf-c14d33a042f2
ModelInvariantUuid:a14affb6-dc8d-4d8f-8c75-c6da6e78aac7
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:48b156d2-e472-48b0-938b-3f29df313f22
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:3e09fd9f-8e93-4f1c-968f-aaa1c9413f88
ModelInvariantUuid:56a5cf64-3b83-4189-9e4e-3a43c365362f
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:7238dffa-8b8d-46ac-95ce-77dd910e4a3e
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-22T12:08:17.449Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b9a4a12b-b07c-4e6e-8370-431877085240
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-22T12:08:17.454Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||basic_vm 0
2023-05-22T12:08:17.454Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b9a4a12b-b07c-4e6e-8370-431877085240
2023-05-22T12:08:17.454Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 00a39678-52ec-42a9-9891-f8bb97c9695e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-22T12:08:17.454Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-22T12:08:17.454Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-22T12:08:17.546Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-22T12:08:17.546Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 00a39678-52ec-42a9-9891-f8bb97c9695e 787
2023-05-22T12:08:17.546Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-05-22T12:08:17.546Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-22T12:08:17.546Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T12:08:17.547Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:08:17.547Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:08:17.547Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757297546,
  "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-22T12:08:18.548Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8db0b2ad-12b9-4c09-b44d-56a20f78f080",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6c858fd6-6c1d-46cb-82a7-07387b864002",
    "vfModuleModelCustomizationUUID": "85ded047-936a-4efd-9a00-feccdf2df8c4",
    "isBase": true,
    "artifacts": [
      "0d5b3a6f-3b13-445d-8a5f-3dc8fa67ee72",
      "41eb8e95-3934-43cf-baba-6e6e5b608f51"
    ],
    "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-22T12:08:18.557Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6c858fd6-6c1d-46cb-82a7-07387b864002
VfModuleModelInvariantUUID:8db0b2ad-12b9-4c09-b44d-56a20f78f080
VfModuleModelDescription:NULL
Artifacts UUID List:{
0d5b3a6f-3b13-445d-8a5f-3dc8fa67ee72
,
41eb8e95-3934-43cf-baba-6e6e5b608f51

}
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-22T12:08:18.561Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8db0b2ad-12b9-4c09-b44d-56a20f78f080",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6c858fd6-6c1d-46cb-82a7-07387b864002",
    "vfModuleModelCustomizationUUID": "85ded047-936a-4efd-9a00-feccdf2df8c4",
    "isBase": true,
    "artifacts": [
      "0d5b3a6f-3b13-445d-8a5f-3dc8fa67ee72",
      "41eb8e95-3934-43cf-baba-6e6e5b608f51"
    ],
    "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-22T12:08:18.561Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6c858fd6-6c1d-46cb-82a7-07387b864002
VfModuleModelInvariantUUID:8db0b2ad-12b9-4c09-b44d-56a20f78f080
VfModuleModelDescription:NULL
Artifacts UUID List:{
0d5b3a6f-3b13-445d-8a5f-3dc8fa67ee72
,
41eb8e95-3934-43cf-baba-6e6e5b608f51

}
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-22T12:08:18.561Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0d5b3a6f-3b13-445d-8a5f-3dc8fa67ee72 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-22T12:08:18.561Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-22T12:08:18.562Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-22T12:08:18.684Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-22T12:08:18.684Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 0d5b3a6f-3b13-445d-8a5f-3dc8fa67ee72 5033
2023-05-22T12:08:18.685Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-05-22T12:08:18.685Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-22T12:08:18.685Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T12:08:18.685Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:08:18.686Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:08:18.686Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757298685,
  "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-22T12:08:19.687Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 41eb8e95-3934-43cf-baba-6e6e5b608f51 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-22T12:08:19.687Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-22T12:08:19.688Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-22T12:08:19.778Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-22T12:08:19.779Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 41eb8e95-3934-43cf-baba-6e6e5b608f51 903
2023-05-22T12:08:19.780Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-05-22T12:08:19.780Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-22T12:08:19.780Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T12:08:19.781Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:08:19.781Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:08:19.781Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757299780,
  "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-22T12:08:20.782Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d46d6941-f52f-40f3-8f66-a9c65f612de3
2023-05-22T12:08:20.783Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b9a4a12b-b07c-4e6e-8370-431877085240 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-22T12:08:20.818Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61f873a7, org.onap.sdc.toscaparser.api.parameters.Input@5dbd49a2, org.onap.sdc.toscaparser.api.parameters.Input@28b41696, org.onap.sdc.toscaparser.api.parameters.Input@61a7c6bf, org.onap.sdc.toscaparser.api.parameters.Input@4360f467]
2023-05-22T12:08:20.821Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:20.821Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:08:20.821Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-05-22T12:08:20.821Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= a7212e90-9f91-4e60-91c4-74fe8cbd6f2e
2023-05-22T12:08:20.822Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a7212e90-9f91-4e60-91c4-74fe8cbd6f2e matches Tosca VF Customization UUID: a7212e90-9f91-4e60-91c4-74fe8cbd6f2e
2023-05-22T12:08:20.822Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: a7212e90-9f91-4e60-91c4-74fe8cbd6f2e  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-22T12:08:20.828Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:20.828Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:08:20.830Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id a7212e90-9f91-4e60-91c4-74fe8cbd6f2e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-22T12:08:20.830Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23e25e40
2023-05-22T12:08:20.830Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:20.831Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-22T12:08:20.831Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 85ded047-936a-4efd-9a00-feccdf2df8c4
2023-05-22T12:08:20.831Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 85ded047-936a-4efd-9a00-feccdf2df8c4
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-22T12:08:20.838Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:20.839Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-22T12:08:20.839Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T12:08:20.839Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:20.839Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-22T12:08:20.840Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T12:08:20.840Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:20.840Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-22T12:08:20.840Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-22T12:08:20.840Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-22T12:08:20.840Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ff382b9e-c47c-41ec-b4bf-c14d33a042f2
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-22T12:08:20.847Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:20.847Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-22T12:08:20.848Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T12:08:20.848Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:20.848Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-22T12:08:20.848Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a7212e90-9f91-4e60-91c4-74fe8cbd6f2e
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-22T12:08:20.853Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:20.854Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:08:20.854Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d46d6941-f52f-40f3-8f66-a9c65f612de3: basic_vm
2023-05-22T12:08:20.854Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:20.855Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:08:20.855Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:20.855Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:08:20.855Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:20.856Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:08:20.856Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:20.856Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:08:20.856Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T12:08:20.856Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T12:08:20.856Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-22T12:08:21.098Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b9a4a12b-b07c-4e6e-8370-431877085240 1 ASDC deployResourceStructure
2023-05-22T12:08:21.098Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-05-22T12:08:21.099Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-22T12:08:21.099Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T12:08:21.099Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:08:21.099Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:08:21.099Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757301098,
  "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-22T12:08:22.101Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-05-22T12:08:22.101Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-22T12:08:22.101Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T12:08:22.102Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:08:22.102Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:08:22.102Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757302101,
  "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-22T12:08:23.103Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-05-22T12:08:23.103Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-22T12:08:23.104Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T12:08:23.104Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:08:23.104Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:08:23.104Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757303103,
  "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-22T12:08:24.105Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-05-22T12:08:24.105Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-22T12:08:24.105Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T12:08:24.106Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:08:24.106Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:08:24.106Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757304105,
  "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-22T12:08:25.108Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b16bc00e-9964-4431-95a6-e9f28c1114a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T12:08:25.136Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b16bc00e-9964-4431-95a6-e9f28c1114a2
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-22T12:08:25.143Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T12:08:25.143Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-22T12:08:25.144Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-22T12:08:25.144Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-22T12:08:25.145Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T12:08:25.145Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T12:08:25.145Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T12:08:25.146Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T12:08:25.146Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T12:08:25.146Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-22T12:08:25.162Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-22T12:08:55.163Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b16bc00e-9964-4431-95a6-e9f28c1114a2 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-22T12:08:55.176Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b16bc00e-9964-4431-95a6-e9f28c1114a2 and serviceModelVersionId: d46d6941-f52f-40f3-8f66-a9c65f612de3
2023-05-22T12:08:55.177Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd375c8e-8b32-4ae9-b5d9-a87d90660ffa
2023-05-22T12:08:55.178Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd375c8e-8b32-4ae9-b5d9-a87d90660ffa/model-vers/model-ver/d46d6941-f52f-40f3-8f66-a9c65f612de3?depth=0
2023-05-22T12:08:55.186Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-05-22T12:08:55.255Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd375c8e-8b32-4ae9-b5d9-a87d90660ffa/model-vers/model-ver/d46d6941-f52f-40f3-8f66-a9c65f612de3?depth=0|INFO|500||Invoke
2023-05-22T12:08:55.256Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd375c8e-8b32-4ae9-b5d9-a87d90660ffa/model-vers/model-ver/d46d6941-f52f-40f3-8f66-a9c65f612de3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd375c8e-8b32-4ae9-b5d9-a87d90660ffa/model-vers/model-ver/d46d6941-f52f-40f3-8f66-a9c65f612de3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b16bc00e-9964-4431-95a6-e9f28c1114a2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f96ba247-116d-4ddc-92af-b9b7874bcf19], X-ECOMP-RequestID=[b16bc00e-9964-4431-95a6-e9f28c1114a2], X-TransactionId=[], X-ONAP-RequestID=[b16bc00e-9964-4431-95a6-e9f28c1114a2], Content-Type=[application/merge-patch+json]}
2023-05-22T12:08:55.263Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd375c8e-8b32-4ae9-b5d9-a87d90660ffa/model-vers/model-ver/d46d6941-f52f-40f3-8f66-a9c65f612de3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-22T12:08:55.424Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd375c8e-8b32-4ae9-b5d9-a87d90660ffa/model-vers/model-ver/d46d6941-f52f-40f3-8f66-a9c65f612de3?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/fd375c8e-8b32-4ae9-b5d9-a87d90660ffa/model-vers/model-ver/d46d6941-f52f-40f3-8f66-a9c65f612de3?depth=0 has http status code:200 and response headers:{date=[Mon, 22 May 2023 12:08:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[319672], x-aai-txid=[1-aai-resources-230522-12:08:55:309-88995], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-22T12:08:55.425Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd375c8e-8b32-4ae9-b5d9-a87d90660ffa/model-vers/model-ver/d46d6941-f52f-40f3-8f66-a9c65f612de3?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-22T12:08:55.426Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd375c8e-8b32-4ae9-b5d9-a87d90660ffa/model-vers/model-ver/d46d6941-f52f-40f3-8f66-a9c65f612de3?depth=0|INFO|500||InvokeReturn
2023-05-22T12:08:55.427Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-22T12:08:55.427Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-22T12:08:55.440Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-22T12:08:55.441Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b16bc00e-9964-4431-95a6-e9f28c1114a2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-22T12:08:55.441Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-22T12:08:55.442Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T12:08:55.442Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T12:08:55.442Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757335441,
  "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-22T12:08:56.471Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:09:10.659Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:09:10.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T12:09:10.661Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "36e02e58-70a5-4172-9f80-788e1d540133",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757287011,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-22T12:09:10.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:09:10.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T12:09:10.663Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:09:10.663Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:09:10.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T12:09:10.663Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-05-22T12:09:10.663Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:09:10.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T12:09:10.664Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-22T12:09:10.664Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:09:56.471Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:10:10.659Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:10:10.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-22T12:10:10.661Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:10:10.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:10:10.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-22T12:10:10.662Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-22T12:10:10.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:10:10.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-22T12:10:10.663Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T12:10:10.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:10:10.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-22T12:10:10.663Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757215515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T12:10:10.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:10:10.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-22T12:10:10.664Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757295263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:10:10.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:10:10.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-22T12:10:10.665Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757297546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:10:10.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:10:10.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-22T12:10:10.665Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757298685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:10:10.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:10:10.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-22T12:10:10.666Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757299780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-22T12:10:10.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:10:10.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-22T12:10:10.667Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757301098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-22T12:10:10.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:10:10.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-22T12:10:10.667Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757302101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-05-22T12:10:10.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:10:10.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-22T12:10:10.668Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757303103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-05-22T12:10:10.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:10:10.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-22T12:10:10.669Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757304105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T12:10:10.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:10:10.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-22T12:10:10.669Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b16bc00e-9964-4431-95a6-e9f28c1114a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684757335441,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-22T12:10:10.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T12:10:56.473Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:11:10.659Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:11:56.473Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:12:10.659Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:12:56.474Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:13:10.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:13:56.475Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:14:10.661Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:14:56.475Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:15:10.663Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:15:56.476Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:16:10.664Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:16:56.476Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:17:10.664Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:17:56.477Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:18:10.666Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:18:56.478Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:19:10.667Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:19:56.479Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:20:10.668Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:20:56.480Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:21:10.668Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:21:56.481Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:22:10.670Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:22:56.481Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:23:10.670Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:23:56.483Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:24:10.672Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:24:56.485Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:25:10.673Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:25:56.485Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:26:10.673Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:26:56.486Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:27:10.675Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:27:56.488Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:28:10.676Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:28:56.488Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:29:10.677Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:29:56.490Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:30:10.677Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:30:56.491Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:31:10.679Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:31:56.491Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:32:10.680Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:32:56.491Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:33:10.681Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:33:56.492Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:34:10.681Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:34:56.494Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:35:10.683Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:35:56.494Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:36:10.685Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:36:56.496Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:37:10.686Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:37:56.498Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:38:10.687Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:38:56.499Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:39:10.687Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:39:56.499Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:40:10.698Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:40:56.500Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:41:10.698Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:41:56.500Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:42:10.699Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:42:56.502Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:43:10.700Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:43:56.503Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:44:10.701Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:44:56.504Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:45:10.703Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:45:56.504Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:46:10.704Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:46:56.506Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:47:10.704Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:47:56.507Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:48:10.705Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:48:56.507Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:49:10.708Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:49:56.509Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:50:10.709Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:50:56.510Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:51:10.710Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:51:56.510Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:52:10.711Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:52:56.511Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:53:10.712Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:53:56.511Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:54:10.713Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:54:56.513Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:55:10.715Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:55:56.513Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:56:10.716Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:56:56.514Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:57:10.716Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:57:56.515Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:58:10.717Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:58:56.517Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T12:59:10.718Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T12:59:56.518Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:00:10.718Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:00:56.518Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:01:10.719Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:01:56.520Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:02:10.720Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:02:56.521Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:03:10.721Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:03:56.523Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:04:10.721Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:04:56.526Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:05:10.722Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:05:56.527Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:06:10.723Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:06:56.527Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:07:10.723Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:07:56.527Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:08:10.724Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:08:56.528Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:09:10.725Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:09:56.529Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:10:10.725Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:10:56.529Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:11:10.726Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:11:56.531Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:12:10.727Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:12:56.532Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:13:10.728Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:13:56.534Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:14:10.728Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:14:56.534Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:15:10.729Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:15:56.535Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:16:10.731Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:16:56.535Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:17:10.731Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:17:56.535Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:18:10.732Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:18:56.536Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:19:10.733Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:19:56.537Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:20:10.734Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:20:56.537Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:21:10.736Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:21:56.538Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:22:10.736Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:22:56.539Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:23:10.738Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:23:56.539Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:24:10.738Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:24:56.539Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:25:10.739Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:25:56.539Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:26:10.741Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:26:56.540Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:27:10.741Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:27:56.542Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:28:10.741Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:28:56.543Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:29:10.742Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:29:56.544Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:30:10.743Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:30:56.544Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:31:10.744Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:31:56.545Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:32:10.744Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:32:56.546Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:33:10.746Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:33:56.546Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:34:10.746Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:34:56.548Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:35:10.748Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:35:56.549Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:36:10.748Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:36:56.549Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:37:10.748Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:37:56.550Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:38:10.749Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:38:56.552Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:39:10.751Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:39:56.553Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:40:10.753Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:40:56.553Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:41:10.754Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:41:56.555Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:42:10.754Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:42:56.556Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:43:10.755Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:43:56.556Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:44:10.756Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:44:56.558Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:45:10.758Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:45:56.559Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:46:10.759Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:46:56.560Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:47:10.760Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:47:56.561Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:48:10.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:48:56.562Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:49:10.762Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:49:56.563Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:50:10.763Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:50:56.565Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:51:10.765Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:51:56.566Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:52:10.766Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:52:56.566Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:53:10.766Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:53:56.568Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:54:10.768Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:54:56.569Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:55:10.769Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:55:56.569Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:56:10.769Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:56:56.569Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:57:10.770Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:57:56.571Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:58:10.771Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:58:56.572Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T13:59:10.771Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T13:59:56.572Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:00:10.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:00:56.573Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:01:10.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:01:56.573Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:02:10.775Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:02:56.575Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:03:10.777Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:03:56.576Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:04:10.778Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:04:56.576Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:05:10.779Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:05:56.577Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:06:10.779Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:06:56.579Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:07:10.780Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:07:56.579Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:08:10.782Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:08:56.580Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:09:10.783Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:09:56.581Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:10:10.784Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:10:56.582Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:11:10.785Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:11:56.583Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:12:10.786Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:12:56.584Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:13:02.367Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-22T14:13:02.368Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"00dfddb0-f07e-4332-8277-715195622a94","serviceName":"basic_onboard_szlOCJ","serviceVersion":"1.0","serviceUUID":"255adf4f-e6b9-457b-8c16-ea1463026226","serviceDescription":"service","serviceInvariantUUID":"4604286e-4906-4405-9f7c-a9502cab8c0d","resources":[{"resourceInstanceName":"basic_onboard_szlOCJ 0","resourceName":"basic_onboard_szlOCJ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6c3ace7d-12e8-4e16-877f-fd14d259d26c","resourceInvariantUUID":"cb1ff4dd-cb46-44ca-b2b8-32b7bcb04e35","resourceCustomizationUUID":"5136637e-119a-4efb-b95a-482fb4c65aec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/vf-license-model.xml","artifactChecksum":"ZmM5NDYwYTBjNDA0ZTdlMDcwNTY1MmZkN2M5ZGIxMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ed1a271-bf2a-4ae0-a15f-e1d9e83ebd32","artifactVersion":"1"},{"artifactName":"basic_onboard_szlocj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json","artifactChecksum":"MGEwM2MwODQzNDllNTlkZGQ4YWRmNjYzMzc4YmY4MjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"513163d7-b20c-4d50-94d9-c1b4ba0a74f2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3376a09b-9684-481e-91f0-83f08dd534cf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"45308e6b-3beb-4343-a689-88102872692d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0b792bef-ca6c-4a71-8911-140337e989d7","artifactVersion":"2","generatedFromUUID":"3376a09b-9684-481e-91f0-83f08dd534cf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSzlocj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-template.yml","artifactChecksum":"MzMwMzgyMjlkOGQ4ZWVlYmMzMTczNGQzZjFiYjhlNmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5d141647-267f-410e-91e5-fc82d7de28fc","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSzlocj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar","artifactChecksum":"YzZlNTZkMWI3NWI0ZTYxZjEwOGVhYzk5ZTFlZmMwMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f493d09d-adfc-4144-bbaf-7b92068dbe3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-22T14:13:02.370Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:13:02.370Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:13:02.371Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:13:02.371Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764776584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:13:02.378Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T14:13:02.379Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T14:13:02.379Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T14:13:02.379Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T14:13:02.379Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T14:13:02.379Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf1e10a5-fb3e-465c-9359-a80ca8d2049c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to wo6JJBTSRSGS5FHwP-x_mA
2023-05-22T14:13:02.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-22T14:13:02.448Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684764759184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:13:02.449Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:13:02.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-22T14:13:02.449Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "aai-model-loader",
  "timestamp": 1684764782447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:13:02.449Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:13:03.381Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:13:03.381Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:13:03.381Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:13:03.381Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764776584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:13:04.382Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:13:04.383Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:13:04.383Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:13:04.383Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764776584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:13:05.384Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:13:05.385Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:13:05.385Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:13:05.385Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764776584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:13:06.386Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:13:06.387Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:13:06.387Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:13:06.387Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764776584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:13:07.388Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:13:07.389Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:13:07.389Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:13:07.390Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764776584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:13:08.391Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:13:08.391Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:13:08.392Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:13:08.392Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764776584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:13:09.394Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "serviceName": "basic_onboard_szlOCJ",
  "serviceVersion": "1.0",
  "serviceUUID": "255adf4f-e6b9-457b-8c16-ea1463026226",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4604286e-4906-4405-9f7c-a9502cab8c0d",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_szlOCJ 0",
      "resourceCustomizationUUID": "5136637e-119a-4efb-b95a-482fb4c65aec",
      "resourceName": "basic_onboard_szlOCJ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6c3ace7d-12e8-4e16-877f-fd14d259d26c",
      "resourceInvariantUUID": "cb1ff4dd-cb46-44ca-b2b8-32b7bcb04e35",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_szlocj0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json",
          "artifactChecksum": "MGEwM2MwODQzNDllNTlkZGQ4YWRmNjYzMzc4YmY4MjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "513163d7-b20c-4d50-94d9-c1b4ba0a74f2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3376a09b-9684-481e-91f0-83f08dd534cf",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0b792bef-ca6c-4a71-8911-140337e989d7",
            "generatedFromUUID": "3376a09b-9684-481e-91f0-83f08dd534cf"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0b792bef-ca6c-4a71-8911-140337e989d7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardSzlocj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar",
      "artifactChecksum": "YzZlNTZkMWI3NWI0ZTYxZjEwOGVhYzk5ZTFlZmMwMmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f493d09d-adfc-4144-bbaf-7b92068dbe3a"
    }
  ],
  "workloadContext": "Production"
}
2023-05-22T14:13:09.394Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-22T14:13:09.394Z|06e2f57a-f585-420e-9d5d-291fd76295a7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 255adf4f-e6b9-457b-8c16-ea1463026226 ASDC
2023-05-22T14:13:09.394Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:00dfddb0-f07e-4332-8277-715195622a94
ServiceName:basic_onboard_szlOCJ
ServiceVersion:1.0
ServiceUUID:255adf4f-e6b9-457b-8c16-ea1463026226
ServiceInvariantUUID:4604286e-4906-4405-9f7c-a9502cab8c0d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSzlocj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar
ArtifactUUID:f493d09d-adfc-4144-bbaf-7b92068dbe3a
ArtifactChecksum:YzZlNTZkMWI3NWI0ZTYxZjEwOGVhYzk5ZTFlZmMwMmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_szlOCJ 0
ResourceCustomizationUUID:5136637e-119a-4efb-b95a-482fb4c65aec
ResourceInvariantUUID:cb1ff4dd-cb46-44ca-b2b8-32b7bcb04e35
ResourceName:basic_onboard_szlOCJ
ResourceType:VF
ResourceUUID:6c3ace7d-12e8-4e16-877f-fd14d259d26c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_szlocj0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json
ArtifactUUID:513163d7-b20c-4d50-94d9-c1b4ba0a74f2
ArtifactChecksum:MGEwM2MwODQzNDllNTlkZGQ4YWRmNjYzMzc4YmY4MjA=
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/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3376a09b-9684-481e-91f0-83f08dd534cf
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/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env
ArtifactUUID:0b792bef-ca6c-4a71-8911-140337e989d7
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/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env
ArtifactUUID:0b792bef-ca6c-4a71-8911-140337e989d7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-22T14:13:09.395Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 255adf4f-e6b9-457b-8c16-ea1463026226 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-22T14:13:09.496Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-22T14:13:09.496Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-05-22T14:13:09.496Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-05-22T14:13:09.497Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f493d09d-adfc-4144-bbaf-7b92068dbe3a from URL: /sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar
2023-05-22T14:13:09.497Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-05-22T14:13:09.497Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar
2023-05-22T14:13:09.656Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-05-22T14:13:09.658Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar f493d09d-adfc-4144-bbaf-7b92068dbe3a 75650
2023-05-22T14:13:09.659Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar ASDC sendASDCNotification
2023-05-22T14:13:09.659Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar
2023-05-22T14:13:09.659Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T14:13:09.660Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:13:09.660Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:13:09.660Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764789659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:13:10.659Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:13:10.661Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-22T14:13:10.661Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T14:13:10.661Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684764757056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:13:10.661Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-05-22T14:13:10.662Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f493d09d-adfc-4144-bbaf-7b92068dbe3a, URL: /sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar to file: /app/ASDC/1/service-BasicOnboardSzlocj-csar.csar
2023-05-22T14:13:10.662Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSzlocj-csar.csar
2023-05-22T14:13:10.662Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:13:10.662Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSzlocj-csar.csar
2023-05-22T14:13:10.663Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSzlocj-csar.csar
2023-05-22T14:13:10.663Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T14:13:10.663Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684764760932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:13:10.663Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:13:10.663Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T14:13:10.663Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764776584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:13:10.664Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:13:10.664Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T14:13:10.664Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684764776076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:13:10.665Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:13:10.815Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18389988832373257529/Definitions/service-BasicOnboardSzlocj-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-22T14:13:11.669Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-22T14:13:11.670Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-05-22T14:13:11.670Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSzlocj-csar.csar
2023-05-22T14:13:11.670Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-22T14:13:11.670Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_szlOCJ 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-BasicOnboardSzlocj-csar.csar
2023-05-22T14:13:11.670Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardSzlocj-csar.csar
2023-05-22T14:13:11.670Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSzlocj-csar.csar
2023-05-22T14:13:11.670Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSzlocj-csar.csar
2023-05-22T14:13:11.670Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSzlocj-csar.csar
2023-05-22T14:13:11.670Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSzlocj-csar.csar
2023-05-22T14:13:11.670Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSzlocj-csar.csar
2023-05-22T14:13:11.670Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-05-22T14:13:11.670Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:11.670Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_szlOCJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:13:11.670Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_szlOCJ 0 is matching search criteria
2023-05-22T14:13:11.670Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-05-22T14:13:11.670Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_szlOCJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-22T14:13:11.670Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:11.670Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_szlOCJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:13:11.670Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_szlOCJ 0 is matching search criteria
2023-05-22T14:13:11.670Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-05-22T14:13:11.671Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_szlOCJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-22T14:13:11.671Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:11.671Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_szlOCJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:13:11.671Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:11.671Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_szlOCJ 0 is not matching search criteria
2023-05-22T14:13:11.671Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-05-22T14:13:11.671Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-05-22T14:13:11.671Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-05-22T14:13:11.671Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-22T14:13:11.671Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-22T14:13:11.671Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:11.671Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_szlOCJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-22T14:13:11.671Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:11.671Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_szlOCJ 0 is matching search criteria
2023-05-22T14:13:11.671Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_szlOCJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T14:13:11.672Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:11.672Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_szlOCJ 0 is matching search criteria
2023-05-22T14:13:11.672Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_szlOCJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T14:13:11.672Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:11.672Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_szlOCJ 0 is matching search criteria
2023-05-22T14:13:11.672Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_szlOCJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T14:13:11.672Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:11.672Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_szlOCJ 0 is not matching search criteria
2023-05-22T14:13:11.672Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-22T14:13:11.673Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-22T14:13:11.673Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2d436ed7-f630-4b1c-95e6-c5fd08d7551c
2023-05-22T14:13:11.673Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:11.673Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_szlOCJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:13:11.673Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:11.674Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_szlOCJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:13:11.674Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:11.674Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_szlOCJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:13:11.674Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:11.674Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_szlOCJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:13:11.674Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_szlOCJ
Description:service
Model UUID:255adf4f-e6b9-457b-8c16-ea1463026226
Model Version:NULL
Model InvariantUuid:4604286e-4906-4405-9f7c-a9502cab8c0d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_szlOCJ
Model UUID:bfb6dc6f-d38d-4bff-8cb2-7a2dbc5b2833
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cb1ff4dd-cb46-44ca-b2b8-32b7bcb04e35
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5136637e-119a-4efb-b95a-482fb4c65aec
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d1a68c99-d9c6-40b7-8d97-caaf38972a31
ModelName:BasicOnboardSzlocj..base_ubuntu18..module-0
ModelUuid:6ff32611-148d-435f-971f-eb5898a95074
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2d436ed7-f630-4b1c-95e6-c5fd08d7551c
ModelInvariantUuid:08181f90-d941-424e-819f-907b7aceb3ed
ModelName:basic_onboard_szlOCJ-nodes.ubuntu18Cvfc
ModelUuid:aa90761d-0d41-4f1f-8050-24c36c0bb86c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:846b5866-97e4-4c43-a786-147c3a80e9c8
ModelInvariantUuid:672131df-913c-4082-a134-e4a7860272f1
ModelName:BasicOnboardSzlocj.compute.nodes.heat.ubuntu18
ModelUuid:fa303198-5c0c-4dd8-babd-8e085275427b
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-22T14:13:11.700Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 6c3ace7d-12e8-4e16-877f-fd14d259d26c
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-22T14:13:11.707Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||basic_onboard_szlOCJ 0
2023-05-22T14:13:11.707Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6c3ace7d-12e8-4e16-877f-fd14d259d26c
2023-05-22T14:13:11.707Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 513163d7-b20c-4d50-94d9-c1b4ba0a74f2 from URL: /sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json
2023-05-22T14:13:11.708Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-05-22T14:13:11.708Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json
2023-05-22T14:13:11.807Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-05-22T14:13:11.808Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json 513163d7-b20c-4d50-94d9-c1b4ba0a74f2 798
2023-05-22T14:13:11.808Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json ASDC sendASDCNotification
2023-05-22T14:13:11.808Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json
2023-05-22T14:13:11.809Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T14:13:11.809Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:13:11.809Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:13:11.809Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764791808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:13:12.810Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSzlocj..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d1a68c99-d9c6-40b7-8d97-caaf38972a31",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ff32611-148d-435f-971f-eb5898a95074",
    "vfModuleModelCustomizationUUID": "80f8c161-1b56-4faf-849f-ec5623d7794a",
    "isBase": true,
    "artifacts": [
      "3376a09b-9684-481e-91f0-83f08dd534cf",
      "0b792bef-ca6c-4a71-8911-140337e989d7"
    ],
    "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-22T14:13:12.814Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSzlocj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ff32611-148d-435f-971f-eb5898a95074
VfModuleModelInvariantUUID:d1a68c99-d9c6-40b7-8d97-caaf38972a31
VfModuleModelDescription:NULL
Artifacts UUID List:{
3376a09b-9684-481e-91f0-83f08dd534cf
,
0b792bef-ca6c-4a71-8911-140337e989d7

}
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-22T14:13:12.818Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSzlocj..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d1a68c99-d9c6-40b7-8d97-caaf38972a31",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ff32611-148d-435f-971f-eb5898a95074",
    "vfModuleModelCustomizationUUID": "80f8c161-1b56-4faf-849f-ec5623d7794a",
    "isBase": true,
    "artifacts": [
      "3376a09b-9684-481e-91f0-83f08dd534cf",
      "0b792bef-ca6c-4a71-8911-140337e989d7"
    ],
    "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-22T14:13:12.818Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSzlocj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ff32611-148d-435f-971f-eb5898a95074
VfModuleModelInvariantUUID:d1a68c99-d9c6-40b7-8d97-caaf38972a31
VfModuleModelDescription:NULL
Artifacts UUID List:{
3376a09b-9684-481e-91f0-83f08dd534cf
,
0b792bef-ca6c-4a71-8911-140337e989d7

}
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-22T14:13:12.818Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3376a09b-9684-481e-91f0-83f08dd534cf from URL: /sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml
2023-05-22T14:13:12.819Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-05-22T14:13:12.819Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml
2023-05-22T14:13:12.929Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-05-22T14:13:12.929Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml 3376a09b-9684-481e-91f0-83f08dd534cf 5033
2023-05-22T14:13:12.930Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-22T14:13:12.930Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml
2023-05-22T14:13:12.930Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T14:13:12.930Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:13:12.931Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:13:12.931Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764792930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:13:13.932Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0b792bef-ca6c-4a71-8911-140337e989d7 from URL: /sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env
2023-05-22T14:13:13.932Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-05-22T14:13:13.932Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env
2023-05-22T14:13:14.024Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-05-22T14:13:14.026Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env 0b792bef-ca6c-4a71-8911-140337e989d7 909
2023-05-22T14:13:14.026Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-22T14:13:14.026Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env
2023-05-22T14:13:14.027Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T14:13:14.027Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:13:14.027Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:13:14.027Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764794026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:13:15.028Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 255adf4f-e6b9-457b-8c16-ea1463026226
2023-05-22T14:13:15.029Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_szlOCJ 0 6c3ace7d-12e8-4e16-877f-fd14d259d26c 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-22T14:13:15.063Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c1978bd, org.onap.sdc.toscaparser.api.parameters.Input@1bf3f40c, org.onap.sdc.toscaparser.api.parameters.Input@55006c24, org.onap.sdc.toscaparser.api.parameters.Input@6f1553d1, org.onap.sdc.toscaparser.api.parameters.Input@486e021e]
2023-05-22T14:13:15.065Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:15.065Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_szlOCJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:13:15.065Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-05-22T14:13:15.065Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 5136637e-119a-4efb-b95a-482fb4c65aec
2023-05-22T14:13:15.065Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5136637e-119a-4efb-b95a-482fb4c65aec matches Tosca VF Customization UUID: 5136637e-119a-4efb-b95a-482fb4c65aec
2023-05-22T14:13:15.066Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 5136637e-119a-4efb-b95a-482fb4c65aec  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-22T14:13:15.071Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:15.072Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_szlOCJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:13:15.073Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 5136637e-119a-4efb-b95a-482fb4c65aec: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-22T14:13:15.073Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5fc0ab3f
2023-05-22T14:13:15.073Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:15.074Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_szlOCJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-22T14:13:15.074Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 80f8c161-1b56-4faf-849f-ec5623d7794a
2023-05-22T14:13:15.075Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 80f8c161-1b56-4faf-849f-ec5623d7794a
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-22T14:13:15.081Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:15.081Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_szlOCJ 0 is matching search criteria
2023-05-22T14:13:15.082Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_szlOCJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T14:13:15.082Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:15.082Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_szlOCJ 0 is matching search criteria
2023-05-22T14:13:15.082Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_szlOCJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T14:13:15.083Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:15.083Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_szlOCJ 0 is not matching search criteria
2023-05-22T14:13:15.083Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-22T14:13:15.084Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-22T14:13:15.084Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2d436ed7-f630-4b1c-95e6-c5fd08d7551c
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-22T14:13:15.089Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:15.090Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_szlOCJ 0 is matching search criteria
2023-05-22T14:13:15.090Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_szlOCJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T14:13:15.090Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:15.091Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_szlOCJ 0 is matching search criteria
2023-05-22T14:13:15.091Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_szlOCJ 0] matching following query criteria: sdcType=VF, customizationUUID=5136637e-119a-4efb-b95a-482fb4c65aec
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-22T14:13:15.095Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:15.096Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_szlOCJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:13:15.096Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 255adf4f-e6b9-457b-8c16-ea1463026226: basic_onboard_szlOCJ
2023-05-22T14:13:15.096Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:15.096Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_szlOCJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:13:15.096Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:15.097Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_szlOCJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:13:15.097Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:15.097Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_szlOCJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:13:15.097Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:15.097Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_szlOCJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:13:15.097Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:13:15.098Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_szlOCJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:13:15.098Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_szlOCJ 
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-22T14:13:15.326Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_szlOCJ 6c3ace7d-12e8-4e16-877f-fd14d259d26c 1 ASDC deployResourceStructure
2023-05-22T14:13:15.326Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json ASDC sendASDCNotification
2023-05-22T14:13:15.326Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json
2023-05-22T14:13:15.327Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T14:13:15.327Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:13:15.327Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:13:15.327Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764795326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:13:16.328Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-22T14:13:16.328Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml
2023-05-22T14:13:16.328Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T14:13:16.329Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:13:16.329Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:13:16.329Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764796328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:13:17.330Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-22T14:13:17.330Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env
2023-05-22T14:13:17.330Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T14:13:17.330Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:13:17.331Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:13:17.331Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764797330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:13:18.332Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar ASDC sendASDCNotification
2023-05-22T14:13:18.332Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar
2023-05-22T14:13:18.332Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T14:13:18.332Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:13:18.332Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:13:18.333Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764798332,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:13:19.333Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00dfddb0-f07e-4332-8277-715195622a94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T14:13:19.361Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00dfddb0-f07e-4332-8277-715195622a94
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-22T14:13:19.368Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T14:13:19.368Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-22T14:13:19.368Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-22T14:13:49.369Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00dfddb0-f07e-4332-8277-715195622a94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T14:13:49.396Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00dfddb0-f07e-4332-8277-715195622a94
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-22T14:13:49.401Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T14:13:49.401Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-22T14:13:49.402Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-22T14:14:10.659Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:14:10.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.661Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684764759184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.662Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764776584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json",
  "status": "NOTIFIED"
}
2023-05-22T14:14:10.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.663Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684764776076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.664Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.664Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684764760932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json",
  "status": "NOTIFIED"
}
2023-05-22T14:14:10.664Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.664Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "aai-model-loader",
  "timestamp": 1684764782447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.665Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.665Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684764757056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.665Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.666Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684764759184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-22T14:14:10.666Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.666Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684764776076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.666Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.667Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764776584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-22T14:14:10.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.667Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684764757056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.668Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "aai-model-loader",
  "timestamp": 1684764782447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.668Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684764760932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-22T14:14:10.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.668Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684764759184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.669Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684764776076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.669Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764776584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.669Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684764760932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.669Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684764757056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.670Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "aai-model-loader",
  "timestamp": 1684764782447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.670Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684764759184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.670Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764776584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-05-22T14:14:10.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.671Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684764776076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.671Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.671Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684764757056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.671Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.671Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "aai-model-loader",
  "timestamp": 1684764782447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.671Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.671Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684764760932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-05-22T14:14:10.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.672Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684764759184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.672Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684764776076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.672Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684764757056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.673Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764776584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.673Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684764760932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.673Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "aai-model-loader",
  "timestamp": 1684764782447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.673Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684764759184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:14:10.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.674Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684764776076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.674Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684764757056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:14:10.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.674Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764776584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:14:10.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.675Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684764760932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:14:10.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.675Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "aai-model-loader",
  "timestamp": 1684764782447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:14:10.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.675Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684764789794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:14:10.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.676Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684764789129,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:14:10.676Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.676Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684764790398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:14:10.676Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.676Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764789659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:14:10.676Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.676Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "aai-model-loader",
  "timestamp": 1684764790865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:14:10.676Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:10.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:14:10.677Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684764789062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:14:10.677Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:14:19.402Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00dfddb0-f07e-4332-8277-715195622a94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T14:14:19.428Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00dfddb0-f07e-4332-8277-715195622a94
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-22T14:14:19.434Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T14:14:19.435Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-22T14:14:19.435Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-22T14:14:49.436Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00dfddb0-f07e-4332-8277-715195622a94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T14:14:49.465Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00dfddb0-f07e-4332-8277-715195622a94
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-22T14:14:49.471Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T14:14:49.472Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-22T14:14:49.472Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-22T14:15:10.659Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:15:10.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.661Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684764790133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-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-22T14:15:10.684Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 00dfddb0-f07e-4332-8277-715195622a94
2023-05-22T14:15:10.684Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00dfddb0-f07e-4332-8277-715195622a94 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-22T14:15:10.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.708Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684764791403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T14:15:10.708Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:15:10.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.709Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684764790916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:15:10.709Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:15:10.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.709Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684764789062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:15:10.709Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:15:10.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.709Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684764792404,
  "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-22T14:15:10.722Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00dfddb0-f07e-4332-8277-715195622a94
2023-05-22T14:15:10.723Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00dfddb0-f07e-4332-8277-715195622a94 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-22T14:15:10.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.745Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764791808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:15:10.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:15:10.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.746Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684764792002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:15:10.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:15:10.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.747Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684764789062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:15:10.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:15:10.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.747Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684764793067,
  "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-22T14:15:10.762Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00dfddb0-f07e-4332-8277-715195622a94
2023-05-22T14:15:10.762Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00dfddb0-f07e-4332-8277-715195622a94 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-22T14:15:10.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.781Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764792930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:15:10.781Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:15:10.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.782Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684764789062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:15:10.782Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:15:10.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.782Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684764794071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-22T14:15:10.782Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:15:10.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.782Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684764789062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:15:10.782Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:15:10.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.782Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764794026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:15:10.782Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:15:10.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.783Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684764789062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:15:10.783Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:15:10.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.783Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764795326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/basic_onboard_szlocj0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-22T14:15:10.783Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:15:10.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.783Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "aai-model-loader",
  "timestamp": 1684764797207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T14:15:10.783Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:15:10.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.783Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684764789062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:15:10.783Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:15:10.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.783Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764796328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-05-22T14:15:10.783Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:15:10.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.784Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "aai-model-loader",
  "timestamp": 1684764798208,
  "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-22T14:15:10.798Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 00dfddb0-f07e-4332-8277-715195622a94
2023-05-22T14:15:10.799Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00dfddb0-f07e-4332-8277-715195622a94 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-22T14:15:10.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.821Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684764796882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:15:10.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:15:10.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.821Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764797330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/resourceInstances/basic_onboard_szlocj0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-05-22T14:15:10.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:15:10.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.821Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764798332,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T14:15:10.822Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:15:10.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.822Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684764799328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSzlocj/1.0/artifacts/service-BasicOnboardSzlocj-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T14:15:10.822Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:15:10.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:15:10.822Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684764800331,
  "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-22T14:15:10.838Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 00dfddb0-f07e-4332-8277-715195622a94
2023-05-22T14:15:10.838Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00dfddb0-f07e-4332-8277-715195622a94 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-22T14:15:19.472Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00dfddb0-f07e-4332-8277-715195622a94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T14:15:19.502Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00dfddb0-f07e-4332-8277-715195622a94
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-22T14:15:19.508Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T14:15:19.509Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-22T14:15:19.509Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-22T14:15:19.509Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-22T14:15:19.509Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T14:15:19.509Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T14:15:19.509Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T14:15:19.509Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T14:15:19.509Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T14:15:19.509Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-22T14:15:19.526Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-22T14:15:49.527Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00dfddb0-f07e-4332-8277-715195622a94 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-22T14:15:49.539Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00dfddb0-f07e-4332-8277-715195622a94 and serviceModelVersionId: 255adf4f-e6b9-457b-8c16-ea1463026226
2023-05-22T14:15:49.540Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4604286e-4906-4405-9f7c-a9502cab8c0d
2023-05-22T14:15:49.540Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4604286e-4906-4405-9f7c-a9502cab8c0d/model-vers/model-ver/255adf4f-e6b9-457b-8c16-ea1463026226?depth=0
2023-05-22T14:15:49.543Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-05-22T14:15:49.566Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4604286e-4906-4405-9f7c-a9502cab8c0d/model-vers/model-ver/255adf4f-e6b9-457b-8c16-ea1463026226?depth=0|INFO|500||Invoke
2023-05-22T14:15:49.566Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4604286e-4906-4405-9f7c-a9502cab8c0d/model-vers/model-ver/255adf4f-e6b9-457b-8c16-ea1463026226?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4604286e-4906-4405-9f7c-a9502cab8c0d/model-vers/model-ver/255adf4f-e6b9-457b-8c16-ea1463026226?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[00dfddb0-f07e-4332-8277-715195622a94], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[411098fd-f6fd-4be4-866a-9cf2d37c14aa], X-ECOMP-RequestID=[00dfddb0-f07e-4332-8277-715195622a94], X-TransactionId=[], X-ONAP-RequestID=[00dfddb0-f07e-4332-8277-715195622a94], Content-Type=[application/merge-patch+json]}
2023-05-22T14:15:49.574Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4604286e-4906-4405-9f7c-a9502cab8c0d/model-vers/model-ver/255adf4f-e6b9-457b-8c16-ea1463026226?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-22T14:15:49.746Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4604286e-4906-4405-9f7c-a9502cab8c0d/model-vers/model-ver/255adf4f-e6b9-457b-8c16-ea1463026226?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/4604286e-4906-4405-9f7c-a9502cab8c0d/model-vers/model-ver/255adf4f-e6b9-457b-8c16-ea1463026226?depth=0 has http status code:200 and response headers:{date=[Mon, 22 May 2023 14:15:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[167], vertex-id=[688352], x-aai-txid=[0-aai-resources-230522-14:15:49:736-86461], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-22T14:15:49.747Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4604286e-4906-4405-9f7c-a9502cab8c0d/model-vers/model-ver/255adf4f-e6b9-457b-8c16-ea1463026226?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-22T14:15:49.748Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4604286e-4906-4405-9f7c-a9502cab8c0d/model-vers/model-ver/255adf4f-e6b9-457b-8c16-ea1463026226?depth=0|INFO|500||InvokeReturn
2023-05-22T14:15:49.748Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-22T14:15:49.749Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-22T14:15:49.759Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-22T14:15:49.760Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00dfddb0-f07e-4332-8277-715195622a94 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-22T14:15:49.760Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-22T14:15:49.761Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:15:49.761Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:15:49.761Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764949760,
  "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-22T14:15:50.794Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:16:10.659Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:16:10.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:16:10.665Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00dfddb0-f07e-4332-8277-715195622a94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684764949760,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-22T14:16:10.666Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:16:50.795Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:17:10.659Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:17:50.796Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:18:10.660Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:18:50.796Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:19:10.660Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:19:50.797Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:20:10.662Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:20:50.798Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:21:10.662Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:21:50.799Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:22:10.662Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:22:50.801Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:23:10.663Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:23:50.801Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:24:00.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-22T14:24:00.893Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"cd9c2304-4ba0-40b2-a42c-dc3186c96194","serviceName":"Demo_pNF_3sMI3T0I0sLQlQFXUbZ4","serviceVersion":"1.0","serviceUUID":"86482079-fbbd-4ba1-b24e-e049dc679979","serviceDescription":"catalog service description","serviceInvariantUUID":"5bec0f1f-32d3-40e8-9cb7-b889da209bad","resources":[{"resourceInstanceName":"pNF 206450a7-9724 0","resourceName":"pNF 206450a7-9724","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"61b45886-bd11-46e6-88ed-0ab7b1d01530","resourceInvariantUUID":"7316c988-ef81-4301-a668-9f34bb759236","resourceCustomizationUUID":"272f15eb-869a-4043-9802-a9d0c1e70132","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/vf-license-model.xml","artifactChecksum":"ODk4ZTI0ZWYyZWY3YmJkNzNhYzQ4ZWM2M2JmZWYzYjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"21975d32-d8a7-4ad3-8732-402fec4dc087","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/pNF.csar","artifactChecksum":"NjlhZTYyOGU0OWVjNzJhOTY1MTQ5NGM5ZjY1YWQ3Mjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da21309b-3d08-4d91-8f9f-dec156efa1f9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"27e9bbb3-9a0a-463f-92a8-e85ebc5ddc97","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/vendor-license-model.xml","artifactChecksum":"YzI5MzIyOGM2NjBkMDAyYjAzNmZmM2VhMWRiNTczMzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fdb11c12-3ff7-4bbe-a340-2c9de1cbd8a1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8cfdbcdc-1aa0-4a53-bd60-2674ceb0cc23","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8658dceb-da19-4bd2-8385-5c0b8c1a3787","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf3smi3t0i0slqlqfxubz4-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-template.yml","artifactChecksum":"ZDkzNzk1MzBmY2U2MmEwMzc2OTM1M2RhZjBmODIyMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75ae442b-74f5-42c3-a6bc-6d51a8847c6b","artifactVersion":"1"},{"artifactName":"service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar","artifactChecksum":"ZGY2MTRmOTExNThmZjY0MDE0N2Y3ZWJhYzU5MzZiODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d596916b-9116-46f5-9832-a9bbaddec9b9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-22T14:24:00.897Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:24:00.897Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:24:00.897Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:24:00.897Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765430801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:24:00.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:24:00.913Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684765425091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:24:00.914Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:24:01.912Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:24:01.912Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:24:01.912Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:24:01.912Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765430801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:24:02.913Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:24:02.914Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:24:02.914Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:24:02.914Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765430801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:24:03.915Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:24:03.915Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:24:03.915Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:24:03.915Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765430801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:24:04.916Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:24:04.916Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:24:04.916Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:24:04.916Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765430801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:24:05.917Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:24:05.917Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:24:05.918Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:24:05.918Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765430801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:24:06.919Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:24:06.919Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:24:06.919Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:24:06.919Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765430801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:24:07.920Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:24:07.921Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:24:07.921Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:24:07.921Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765430801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:24:08.922Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "serviceName": "Demo_pNF_3sMI3T0I0sLQlQFXUbZ4",
  "serviceVersion": "1.0",
  "serviceUUID": "86482079-fbbd-4ba1-b24e-e049dc679979",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5bec0f1f-32d3-40e8-9cb7-b889da209bad",
  "resources": [
    {
      "resourceInstanceName": "pNF 206450a7-9724 0",
      "resourceCustomizationUUID": "272f15eb-869a-4043-9802-a9d0c1e70132",
      "resourceName": "pNF 206450a7-9724",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "61b45886-bd11-46e6-88ed-0ab7b1d01530",
      "resourceInvariantUUID": "7316c988-ef81-4301-a668-9f34bb759236",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar",
      "artifactChecksum": "ZGY2MTRmOTExNThmZjY0MDE0N2Y3ZWJhYzU5MzZiODI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d596916b-9116-46f5-9832-a9bbaddec9b9"
    }
  ],
  "workloadContext": "Production"
}
2023-05-22T14:24:08.922Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-22T14:24:08.922Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 86482079-fbbd-4ba1-b24e-e049dc679979 ASDC
2023-05-22T14:24:08.923Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:cd9c2304-4ba0-40b2-a42c-dc3186c96194
ServiceName:Demo_pNF_3sMI3T0I0sLQlQFXUbZ4
ServiceVersion:1.0
ServiceUUID:86482079-fbbd-4ba1-b24e-e049dc679979
ServiceInvariantUUID:5bec0f1f-32d3-40e8-9cb7-b889da209bad
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar
ArtifactUUID:d596916b-9116-46f5-9832-a9bbaddec9b9
ArtifactChecksum:ZGY2MTRmOTExNThmZjY0MDE0N2Y3ZWJhYzU5MzZiODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 206450a7-9724 0
ResourceCustomizationUUID:272f15eb-869a-4043-9802-a9d0c1e70132
ResourceInvariantUUID:7316c988-ef81-4301-a668-9f34bb759236
ResourceName:pNF 206450a7-9724
ResourceType:PNF
ResourceUUID:61b45886-bd11-46e6-88ed-0ab7b1d01530
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-05-22T14:24:08.923Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86482079-fbbd-4ba1-b24e-e049dc679979 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-22T14:24:09.309Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-22T14:24:09.310Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-05-22T14:24:09.310Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-05-22T14:24:09.310Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d596916b-9116-46f5-9832-a9bbaddec9b9 from URL: /sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar
2023-05-22T14:24:09.310Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-05-22T14:24:09.310Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar
2023-05-22T14:24:09.411Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-05-22T14:24:09.416Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar d596916b-9116-46f5-9832-a9bbaddec9b9 88004
2023-05-22T14:24:09.416Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar ASDC sendASDCNotification
2023-05-22T14:24:09.416Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar
2023-05-22T14:24:09.416Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T14:24:09.416Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:24:09.416Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:24:09.416Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765449416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:24:10.417Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-22T14:24:10.417Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-05-22T14:24:10.418Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d596916b-9116-46f5-9832-a9bbaddec9b9, URL: /sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar to file: /app/ASDC/1/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar
2023-05-22T14:24:10.419Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar
2023-05-22T14:24:10.419Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar
2023-05-22T14:24:10.420Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar
2023-05-22T14:24:10.551Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14451084730840297600/Definitions/service-DemoPnf3smi3t0i0slqlqfxubz4-template.yml
2023-05-22T14:24:10.659Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:24:10.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:24:10.660Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765430801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:24:10.660Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:24:11.222Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-22T14:24:11.222Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-05-22T14:24:11.222Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar
2023-05-22T14:24:11.222Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-22T14:24:11.222Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar
2023-05-22T14:24:11.222Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar
2023-05-22T14:24:11.223Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar
2023-05-22T14:24:11.223Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar
2023-05-22T14:24:11.223Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar
2023-05-22T14:24:11.223Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar
2023-05-22T14:24:11.223Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 206450a7-9724 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-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar
2023-05-22T14:24:11.223Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-05-22T14:24:11.223Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:24:11.224Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_3sMI3T0I0sLQlQFXUbZ4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:24:11.224Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Node template pNF 206450a7-9724 0 is matching search criteria
2023-05-22T14:24:11.224Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-05-22T14:24:11.224Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 206450a7-9724 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-22T14:24:11.224Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:24:11.224Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_3sMI3T0I0sLQlQFXUbZ4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:24:11.224Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Node template pNF 206450a7-9724 0 is matching search criteria
2023-05-22T14:24:11.224Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-05-22T14:24:11.224Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 206450a7-9724 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-22T14:24:11.224Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:24:11.224Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_3sMI3T0I0sLQlQFXUbZ4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:24:11.225Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:24:11.225Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_3sMI3T0I0sLQlQFXUbZ4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:24:11.225Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:24:11.225Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_3sMI3T0I0sLQlQFXUbZ4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:24:11.225Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:24:11.225Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_3sMI3T0I0sLQlQFXUbZ4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:24:11.225Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:24:11.225Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_3sMI3T0I0sLQlQFXUbZ4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:24:11.225Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_3sMI3T0I0sLQlQFXUbZ4
Description:catalog service description
Model UUID:86482079-fbbd-4ba1-b24e-e049dc679979
Model Version:NULL
Model InvariantUuid:5bec0f1f-32d3-40e8-9cb7-b889da209bad
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-22T14:24:11.247Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 61b45886-bd11-46e6-88ed-0ab7b1d01530
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-22T14:24:11.255Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||pNF 206450a7-9724 0
2023-05-22T14:24:11.255Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 61b45886-bd11-46e6-88ed-0ab7b1d01530
2023-05-22T14:24:11.255Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 86482079-fbbd-4ba1-b24e-e049dc679979
2023-05-22T14:24:11.255Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 86482079-fbbd-4ba1-b24e-e049dc679979
2023-05-22T14:24:11.256Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 206450a7-9724 0 61b45886-bd11-46e6-88ed-0ab7b1d01530 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-22T14:24:11.271Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@b45a805, org.onap.sdc.toscaparser.api.parameters.Input@5256f5b9, org.onap.sdc.toscaparser.api.parameters.Input@529b7d30, org.onap.sdc.toscaparser.api.parameters.Input@34117179, org.onap.sdc.toscaparser.api.parameters.Input@12b2f27e]
2023-05-22T14:24:11.271Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:24:11.271Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_3sMI3T0I0sLQlQFXUbZ4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:24:11.272Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 86482079-fbbd-4ba1-b24e-e049dc679979: pNF 206450a7-9724
2023-05-22T14:24:11.272Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Processing PNF resource: 61b45886-bd11-46e6-88ed-0ab7b1d01530
2023-05-22T14:24:11.272Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:24:11.272Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_3sMI3T0I0sLQlQFXUbZ4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:24:11.272Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Resource customization UUID: 272f15eb-869a-4043-9802-a9d0c1e70132 is the same as notified resource customizationUUID: 272f15eb-869a-4043-9802-a9d0c1e70132
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-22T14:24:11.356Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 206450a7-9724 61b45886-bd11-46e6-88ed-0ab7b1d01530 0 ASDC deployResourceStructure
2023-05-22T14:24:11.357Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar ASDC sendASDCNotification
2023-05-22T14:24:11.357Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar
2023-05-22T14:24:11.357Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T14:24:11.357Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:24:11.357Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:24:11.357Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765451357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:24:12.358Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd9c2304-4ba0-40b2-a42c-dc3186c96194
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T14:24:12.383Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd9c2304-4ba0-40b2-a42c-dc3186c96194
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-22T14:24:12.386Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T14:24:12.386Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-22T14:24:12.386Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-22T14:24:42.387Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd9c2304-4ba0-40b2-a42c-dc3186c96194
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T14:24:42.410Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd9c2304-4ba0-40b2-a42c-dc3186c96194
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-22T14:24:42.415Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T14:24:42.416Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-22T14:24:42.416Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-22T14:25:10.659Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:25:10.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.662Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684765391149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.663Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.663Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684765433304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.663Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.663Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684765423416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.664Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.664Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "aai-model-loader",
  "timestamp": 1684765442447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.664Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.664Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684765425091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.665Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.665Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765430801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.665Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.666Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684765391149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.666Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.666Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684765433304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.666Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.666Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684765423416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.667Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "aai-model-loader",
  "timestamp": 1684765442447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.667Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684765425091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.668Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765430801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.668Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684765391149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.669Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684765433304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.669Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684765423416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.669Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "aai-model-loader",
  "timestamp": 1684765442447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.670Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684765425091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.670Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765430801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.671Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684765391149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.671Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.671Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684765433304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.671Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.672Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684765423416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.672Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "aai-model-loader",
  "timestamp": 1684765442447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.673Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684765425091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.673Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765430801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.674Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684765391149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.674Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684765433304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.674Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684765423416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.675Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "aai-model-loader",
  "timestamp": 1684765442447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.675Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684765425091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.676Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.679Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765430801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.679Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.679Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684765391149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.680Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.680Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684765433304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-05-22T14:25:10.680Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.680Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684765423416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.680Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.681Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "aai-model-loader",
  "timestamp": 1684765442447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.681Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.681Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684765425091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.681Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.682Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765430801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.682Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.682Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684765391149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.682Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.682Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684765433304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.682Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.682Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684765423416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.683Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.683Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "aai-model-loader",
  "timestamp": 1684765442447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.683Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.683Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684765425091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:25:10.684Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.685Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765430801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:25:10.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.685Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684765391149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:25:10.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.685Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684765433304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.686Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684765423416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:25:10.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.686Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "aai-model-loader",
  "timestamp": 1684765442447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:25:10.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.686Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684765448520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:25:10.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.687Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684765449805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:25:10.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.687Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684765449832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:25:10.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.687Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "aai-model-loader",
  "timestamp": 1684765450604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:25:10.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.688Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765449416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:25:10.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.688Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684765449062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:25:10.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.689Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684765449524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-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-22T14:25:10.710Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cd9c2304-4ba0-40b2-a42c-dc3186c96194
2023-05-22T14:25:10.711Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd9c2304-4ba0-40b2-a42c-dc3186c96194 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-22T14:25:10.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.737Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684765450808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T14:25:10.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:10.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:25:10.738Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684765450880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-05-22T14:25:10.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:25:12.416Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd9c2304-4ba0-40b2-a42c-dc3186c96194
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T14:25:12.445Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd9c2304-4ba0-40b2-a42c-dc3186c96194
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-22T14:25:12.449Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T14:25:12.449Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-22T14:25:12.450Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-22T14:25:42.450Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd9c2304-4ba0-40b2-a42c-dc3186c96194
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T14:25:42.473Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd9c2304-4ba0-40b2-a42c-dc3186c96194
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-22T14:25:42.478Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T14:25:42.478Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-22T14:25:42.478Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-22T14:26:10.659Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:26:10.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:26:10.660Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684765449062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:26:10.661Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:26:10.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:26:10.661Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684765451810,
  "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-22T14:26:10.685Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd9c2304-4ba0-40b2-a42c-dc3186c96194
2023-05-22T14:26:10.686Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd9c2304-4ba0-40b2-a42c-dc3186c96194 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-22T14:26:10.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:26:10.710Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684765451881,
  "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-22T14:26:10.723Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of cd9c2304-4ba0-40b2-a42c-dc3186c96194
2023-05-22T14:26:10.723Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd9c2304-4ba0-40b2-a42c-dc3186c96194 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-22T14:26:10.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:26:10.743Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765451357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T14:26:10.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:26:10.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:26:10.744Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684765449062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:26:10.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:26:10.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:26:10.745Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684765449062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:26:10.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:26:10.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:26:10.745Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "aai-model-loader",
  "timestamp": 1684765455057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T14:26:10.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:26:10.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:26:10.746Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684765449062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:26:10.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:26:10.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:26:10.747Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "aai-model-loader",
  "timestamp": 1684765456060,
  "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-22T14:26:10.759Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cd9c2304-4ba0-40b2-a42c-dc3186c96194
2023-05-22T14:26:10.759Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd9c2304-4ba0-40b2-a42c-dc3186c96194 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-22T14:26:10.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:26:10.780Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684765449062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/resourceInstances/pnf206450a797240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:26:10.781Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:26:10.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:26:10.781Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684765449062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:26:10.781Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:26:10.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:26:10.782Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684765449062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:26:10.782Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:26:10.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:26:10.782Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684765457855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:26:10.782Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:26:10.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:26:10.782Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684765459971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3smi3t0i0slqlqfxubz4/1.0/artifacts/service-DemoPnf3smi3t0i0slqlqfxubz4-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T14:26:10.783Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:26:10.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:26:10.783Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684765460975,
  "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-22T14:26:10.796Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cd9c2304-4ba0-40b2-a42c-dc3186c96194
2023-05-22T14:26:10.796Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd9c2304-4ba0-40b2-a42c-dc3186c96194 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-22T14:26:12.479Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd9c2304-4ba0-40b2-a42c-dc3186c96194
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T14:26:12.507Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd9c2304-4ba0-40b2-a42c-dc3186c96194
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-22T14:26:12.515Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T14:26:12.515Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-22T14:26:12.515Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-22T14:26:12.516Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-22T14:26:12.516Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T14:26:12.516Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T14:26:12.516Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T14:26:12.516Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T14:26:12.516Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T14:26:12.516Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T14:26:12.517Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-22T14:26:12.533Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-22T14:26:42.534Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd9c2304-4ba0-40b2-a42c-dc3186c96194 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-22T14:26:42.547Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd9c2304-4ba0-40b2-a42c-dc3186c96194 and serviceModelVersionId: 86482079-fbbd-4ba1-b24e-e049dc679979
2023-05-22T14:26:42.547Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5bec0f1f-32d3-40e8-9cb7-b889da209bad
2023-05-22T14:26:42.548Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5bec0f1f-32d3-40e8-9cb7-b889da209bad/model-vers/model-ver/86482079-fbbd-4ba1-b24e-e049dc679979?depth=0
2023-05-22T14:26:42.558Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-05-22T14:26:42.618Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5bec0f1f-32d3-40e8-9cb7-b889da209bad/model-vers/model-ver/86482079-fbbd-4ba1-b24e-e049dc679979?depth=0|INFO|500||Invoke
2023-05-22T14:26:42.619Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5bec0f1f-32d3-40e8-9cb7-b889da209bad/model-vers/model-ver/86482079-fbbd-4ba1-b24e-e049dc679979?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5bec0f1f-32d3-40e8-9cb7-b889da209bad/model-vers/model-ver/86482079-fbbd-4ba1-b24e-e049dc679979?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd9c2304-4ba0-40b2-a42c-dc3186c96194], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b65e1a85-c05e-45e8-8305-1536f6246631], X-ECOMP-RequestID=[cd9c2304-4ba0-40b2-a42c-dc3186c96194], X-TransactionId=[], X-ONAP-RequestID=[cd9c2304-4ba0-40b2-a42c-dc3186c96194], Content-Type=[application/merge-patch+json]}
2023-05-22T14:26:42.630Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5bec0f1f-32d3-40e8-9cb7-b889da209bad/model-vers/model-ver/86482079-fbbd-4ba1-b24e-e049dc679979?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-22T14:26:42.787Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5bec0f1f-32d3-40e8-9cb7-b889da209bad/model-vers/model-ver/86482079-fbbd-4ba1-b24e-e049dc679979?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/5bec0f1f-32d3-40e8-9cb7-b889da209bad/model-vers/model-ver/86482079-fbbd-4ba1-b24e-e049dc679979?depth=0 has http status code:200 and response headers:{date=[Mon, 22 May 2023 14:26:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[700640], x-aai-txid=[0-aai-resources-230522-14:26:42:803-62455], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-22T14:26:42.788Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5bec0f1f-32d3-40e8-9cb7-b889da209bad/model-vers/model-ver/86482079-fbbd-4ba1-b24e-e049dc679979?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-22T14:26:42.788Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5bec0f1f-32d3-40e8-9cb7-b889da209bad/model-vers/model-ver/86482079-fbbd-4ba1-b24e-e049dc679979?depth=0|INFO|500||InvokeReturn
2023-05-22T14:26:42.789Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-22T14:26:42.789Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-22T14:26:42.798Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-22T14:26:42.799Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd9c2304-4ba0-40b2-a42c-dc3186c96194 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-22T14:26:42.799Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-22T14:26:42.799Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:26:42.799Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:26:42.799Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765602799,
  "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-22T14:26:43.836Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:27:10.659Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:27:10.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:27:10.665Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd9c2304-4ba0-40b2-a42c-dc3186c96194",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684765602799,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-22T14:27:10.665Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:27:43.836Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:28:10.659Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:28:43.837Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:29:10.660Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:29:43.838Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:30:10.660Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:30:43.838Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:31:10.661Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:31:43.839Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:32:10.662Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:32:43.840Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:33:10.663Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:33:43.841Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:33:46.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-22T14:33:46.972Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"beec63e7-703b-4245-99ce-4848546cb769","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"e006dd60-0526-4d5c-acc1-1e1e1a4d5a08","serviceDescription":"service","serviceInvariantUUID":"bc420bfb-837b-4019-8bb5-edc042caf8a7","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7589caa5-715d-4482-bcde-638f56ae599f","resourceInvariantUUID":"8624d159-005f-4cd8-895b-f77daabe0408","resourceCustomizationUUID":"59209e37-8f72-43f4-bc4b-d12db07d0bb0","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":"ZDM2MjllOTFkYTY1YWU4ZjcyZGU0MjU5OTA0NmRmZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bdb5a890-eeb7-4302-8c90-ae1525143039","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":"YTA2MGFiNzFiOGFkYTg0YWZlNWRlY2UyNjAzMDYzZjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"37304f4c-5712-4c39-b125-9e2b37218232","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":"e1e465ef-266d-4d16-ba20-52427c7c22d0","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":"35acf309-5570-4369-9c4e-1c520f8b5d1f","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":"3094b71c-93ab-426e-91c0-1b0990049ac2","artifactVersion":"2","generatedFromUUID":"5f49b182-bf48-48de-baaf-9d30a927e9c9"},{"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":"4041d7c6-80a6-4fdb-9fc2-106741564e79","artifactVersion":"2","generatedFromUUID":"e1e465ef-266d-4d16-ba20-52427c7c22d0"},{"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":"5f49b182-bf48-48de-baaf-9d30a927e9c9","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":"41e002b3-d105-43a7-9231-288429c89a89","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":"YTY5NjhiNjExZGFmMjc2ZTUwOGUxNDMxOThkNzcwYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fd484ea9-17df-4a94-971b-61e1790c6d22","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YzcwMDFiZTg2ZGIwNTVlMzRhZThjNDFlOWU0MzVjM2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"22433706-c5be-4d62-b02a-93ec010e9173","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-22T14:33:46.974Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:33:46.975Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:33:46.975Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:33:46.975Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766023841,
  "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-22T14:33:47.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:33:47.003Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766012447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:33:47.003Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:33:47.976Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:33:47.977Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:33:47.977Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:33:47.977Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766023841,
  "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-22T14:33:48.977Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:33:48.978Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:33:48.978Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:33:48.978Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766023841,
  "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-22T14:33:49.979Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:33:49.980Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:33:49.980Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:33:49.980Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766023841,
  "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-22T14:33:50.981Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:33:50.982Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:33:50.982Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:33:50.982Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766023841,
  "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-22T14:33:51.983Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:33:51.983Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:33:51.983Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:33:51.983Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766023841,
  "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-22T14:33:52.984Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:33:52.985Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:33:52.985Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:33:52.985Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766023841,
  "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-22T14:33:53.986Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:33:53.987Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:33:53.987Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:33:53.987Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766023841,
  "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-22T14:33:54.987Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:33:54.988Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:33:54.988Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:33:54.988Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766023841,
  "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-22T14:33:55.989Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:33:55.990Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:33:55.990Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:33:55.990Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766023841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:33:56.992Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e006dd60-0526-4d5c-acc1-1e1e1a4d5a08",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bc420bfb-837b-4019-8bb5-edc042caf8a7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "59209e37-8f72-43f4-bc4b-d12db07d0bb0",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7589caa5-715d-4482-bcde-638f56ae599f",
      "resourceInvariantUUID": "8624d159-005f-4cd8-895b-f77daabe0408",
      "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": "YTA2MGFiNzFiOGFkYTg0YWZlNWRlY2UyNjAzMDYzZjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "37304f4c-5712-4c39-b125-9e2b37218232",
          "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": "e1e465ef-266d-4d16-ba20-52427c7c22d0",
          "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": "4041d7c6-80a6-4fdb-9fc2-106741564e79",
            "generatedFromUUID": "e1e465ef-266d-4d16-ba20-52427c7c22d0"
          },
          "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": "3094b71c-93ab-426e-91c0-1b0990049ac2",
          "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": "4041d7c6-80a6-4fdb-9fc2-106741564e79",
          "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": "5f49b182-bf48-48de-baaf-9d30a927e9c9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YzcwMDFiZTg2ZGIwNTVlMzRhZThjNDFlOWU0MzVjM2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "22433706-c5be-4d62-b02a-93ec010e9173"
    }
  ],
  "workloadContext": "Production"
}
2023-05-22T14:33:56.993Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-22T14:33:56.993Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e006dd60-0526-4d5c-acc1-1e1e1a4d5a08 ASDC
2023-05-22T14:33:56.994Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:beec63e7-703b-4245-99ce-4848546cb769
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:e006dd60-0526-4d5c-acc1-1e1e1a4d5a08
ServiceInvariantUUID:bc420bfb-837b-4019-8bb5-edc042caf8a7
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:22433706-c5be-4d62-b02a-93ec010e9173
ArtifactChecksum:YzcwMDFiZTg2ZGIwNTVlMzRhZThjNDFlOWU0MzVjM2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:59209e37-8f72-43f4-bc4b-d12db07d0bb0
ResourceInvariantUUID:8624d159-005f-4cd8-895b-f77daabe0408
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:7589caa5-715d-4482-bcde-638f56ae599f
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:37304f4c-5712-4c39-b125-9e2b37218232
ArtifactChecksum:YTA2MGFiNzFiOGFkYTg0YWZlNWRlY2UyNjAzMDYzZjY=
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:e1e465ef-266d-4d16-ba20-52427c7c22d0
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:4041d7c6-80a6-4fdb-9fc2-106741564e79
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:3094b71c-93ab-426e-91c0-1b0990049ac2
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:4041d7c6-80a6-4fdb-9fc2-106741564e79
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:5f49b182-bf48-48de-baaf-9d30a927e9c9
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-22T14:33:56.994Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e006dd60-0526-4d5c-acc1-1e1e1a4d5a08 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-22T14:33:57.081Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-22T14:33:57.082Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-05-22T14:33:57.082Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-05-22T14:33:57.082Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 22433706-c5be-4d62-b02a-93ec010e9173 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-22T14:33:57.083Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-05-22T14:33:57.083Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-22T14:33:57.319Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-05-22T14:33:57.326Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 22433706-c5be-4d62-b02a-93ec010e9173 163264
2023-05-22T14:33:57.327Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:33:57.327Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:33:57.327Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T14:33:57.327Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:33:57.328Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:33:57.328Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766037327,
  "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-22T14:33:58.329Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-22T14:33:58.330Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-05-22T14:33:58.330Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 22433706-c5be-4d62-b02a-93ec010e9173, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-22T14:33:58.331Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-05-22T14:33:58.332Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-22T14:33:58.332Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-22T14:33:58.418Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3922113868110313913/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-05-22T14:33:59.412Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-22T14:33:59.413Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-05-22T14:33:59.413Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-22T14:33:59.413Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-05-22T14:33:59.413Z|beec63e7-703b-4245-99ce-4848546cb769|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-BasicCnfMacro-csar.csar
2023-05-22T14:33:59.413Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:33:59.413Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:33:59.413Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:33:59.413Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-05-22T14:33:59.413Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:33:59.413Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:33:59.413Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-22T14:33:59.413Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-05-22T14:33:59.414Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-22T14:33:59.414Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:33:59.414Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:33:59.414Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-22T14:33:59.414Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-05-22T14:33:59.414Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-22T14:33:59.414Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:33:59.414Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:33:59.414Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:33:59.414Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-05-22T14:33:59.414Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-05-22T14:33:59.414Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-05-22T14:33:59.414Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-22T14:33:59.414Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:33:59.414Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-22T14:33:59.414Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:33:59.414Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-22T14:33:59.414Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T14:33:59.415Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:33:59.415Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-22T14:33:59.415Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T14:33:59.415Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:33:59.415Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-22T14:33:59.415Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T14:33:59.415Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:33:59.415Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-22T14:33:59.415Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T14:33:59.415Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:33:59.415Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-05-22T14:33:59.415Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-05-22T14:33:59.415Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=7c88201b-380a-4796-92de-bb6d2302b065
2023-05-22T14:33:59.416Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:33:59.416Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:33:59.416Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:33:59.416Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:33:59.416Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:33:59.416Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:33:59.416Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:33:59.416Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:33:59.416Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:e006dd60-0526-4d5c-acc1-1e1e1a4d5a08
Model Version:NULL
Model InvariantUuid:bc420bfb-837b-4019-8bb5-edc042caf8a7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:363f2c8a-0761-4083-a8ee-e20e09cbfa4b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8624d159-005f-4cd8-895b-f77daabe0408
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:59209e37-8f72-43f4-bc4b-d12db07d0bb0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:523f5b17-02c7-4175-9797-1daa08efa7a4
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:3964a121-a098-4bf2-8a61-d2cd35ff2413
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:0de45220-4a54-45d2-9581-d13b22126a9b
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:078ce3ad-c1ed-481a-911d-74321e985ce0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7c88201b-380a-4796-92de-bb6d2302b065
ModelInvariantUuid:f283aa45-dcff-495e-a76e-7353011ce1d1
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:e6901e5b-8636-43b8-84b5-6519be6d2d00
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c2dcb962-d3f5-4774-8227-b7d29e0f718d
ModelInvariantUuid:1bf48f26-caac-4819-b1ff-be5c780afaa0
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:84e39f46-a01d-4258-b854-2d5a1af354f7
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-22T14:33:59.434Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7589caa5-715d-4482-bcde-638f56ae599f
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-22T14:33:59.440Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0
2023-05-22T14:33:59.440Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7589caa5-715d-4482-bcde-638f56ae599f
2023-05-22T14:33:59.440Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 37304f4c-5712-4c39-b125-9e2b37218232 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-05-22T14:33:59.440Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-05-22T14:33:59.440Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:33:59.571Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-05-22T14:33:59.572Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 37304f4c-5712-4c39-b125-9e2b37218232 1565
2023-05-22T14:33:59.572Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:33:59.572Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:33:59.572Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T14:33:59.573Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:33:59.573Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:33:59.573Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766039572,
  "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-22T14:34:00.574Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "0de45220-4a54-45d2-9581-d13b22126a9b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "078ce3ad-c1ed-481a-911d-74321e985ce0",
    "vfModuleModelCustomizationUUID": "1847d515-4fea-4b04-8315-f3691a27f727",
    "isBase": true,
    "artifacts": [
      "e1e465ef-266d-4d16-ba20-52427c7c22d0",
      "4041d7c6-80a6-4fdb-9fc2-106741564e79"
    ],
    "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": "523f5b17-02c7-4175-9797-1daa08efa7a4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3964a121-a098-4bf2-8a61-d2cd35ff2413",
    "vfModuleModelCustomizationUUID": "00c6d45d-b96e-4ff2-8f9d-f32f8d6e21df",
    "isBase": false,
    "artifacts": [
      "5f49b182-bf48-48de-baaf-9d30a927e9c9"
    ],
    "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-22T14:34:00.578Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:078ce3ad-c1ed-481a-911d-74321e985ce0
VfModuleModelInvariantUUID:0de45220-4a54-45d2-9581-d13b22126a9b
VfModuleModelDescription:NULL
Artifacts UUID List:{
e1e465ef-266d-4d16-ba20-52427c7c22d0
,
4041d7c6-80a6-4fdb-9fc2-106741564e79

}
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:3964a121-a098-4bf2-8a61-d2cd35ff2413
VfModuleModelInvariantUUID:523f5b17-02c7-4175-9797-1daa08efa7a4
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f49b182-bf48-48de-baaf-9d30a927e9c9

}
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-22T14:34:00.582Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "0de45220-4a54-45d2-9581-d13b22126a9b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "078ce3ad-c1ed-481a-911d-74321e985ce0",
    "vfModuleModelCustomizationUUID": "1847d515-4fea-4b04-8315-f3691a27f727",
    "isBase": true,
    "artifacts": [
      "e1e465ef-266d-4d16-ba20-52427c7c22d0",
      "4041d7c6-80a6-4fdb-9fc2-106741564e79"
    ],
    "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": "523f5b17-02c7-4175-9797-1daa08efa7a4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3964a121-a098-4bf2-8a61-d2cd35ff2413",
    "vfModuleModelCustomizationUUID": "00c6d45d-b96e-4ff2-8f9d-f32f8d6e21df",
    "isBase": false,
    "artifacts": [
      "5f49b182-bf48-48de-baaf-9d30a927e9c9"
    ],
    "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-22T14:34:00.582Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:078ce3ad-c1ed-481a-911d-74321e985ce0
VfModuleModelInvariantUUID:0de45220-4a54-45d2-9581-d13b22126a9b
VfModuleModelDescription:NULL
Artifacts UUID List:{
e1e465ef-266d-4d16-ba20-52427c7c22d0
,
4041d7c6-80a6-4fdb-9fc2-106741564e79

}
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:3964a121-a098-4bf2-8a61-d2cd35ff2413
VfModuleModelInvariantUUID:523f5b17-02c7-4175-9797-1daa08efa7a4
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f49b182-bf48-48de-baaf-9d30a927e9c9

}
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-22T14:34:00.582Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e1e465ef-266d-4d16-ba20-52427c7c22d0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-05-22T14:34:00.582Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-05-22T14:34:00.582Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:00.689Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-05-22T14:34:00.690Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml e1e465ef-266d-4d16-ba20-52427c7c22d0 914
2023-05-22T14:34:00.690Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:00.690Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:00.690Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T14:34:00.691Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:34:00.691Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:34:00.691Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766040690,
  "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-22T14:34:01.692Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3094b71c-93ab-426e-91c0-1b0990049ac2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-05-22T14:34:01.692Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-05-22T14:34:01.692Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:01.856Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-05-22T14:34:01.857Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 3094b71c-93ab-426e-91c0-1b0990049ac2 12
2023-05-22T14:34:01.857Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:01.857Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:01.857Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T14:34:01.858Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:34:01.858Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:34:01.858Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766041857,
  "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-22T14:34:02.859Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4041d7c6-80a6-4fdb-9fc2-106741564e79 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-05-22T14:34:02.859Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-05-22T14:34:02.859Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:02.963Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-05-22T14:34:02.963Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 4041d7c6-80a6-4fdb-9fc2-106741564e79 96
2023-05-22T14:34:02.963Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:02.964Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:02.964Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T14:34:02.964Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:34:02.964Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:34:02.964Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766042963,
  "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-22T14:34:03.965Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5f49b182-bf48-48de-baaf-9d30a927e9c9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-05-22T14:34:03.965Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-05-22T14:34:03.966Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:04.092Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-05-22T14:34:04.092Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5f49b182-bf48-48de-baaf-9d30a927e9c9 20206
2023-05-22T14:34:04.093Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:04.093Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:04.093Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T14:34:04.093Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:34:04.093Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:34:04.093Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766044093,
  "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-22T14:34:05.100Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e006dd60-0526-4d5c-acc1-1e1e1a4d5a08
2023-05-22T14:34:05.101Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 7589caa5-715d-4482-bcde-638f56ae599f 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-22T14:34:05.122Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@736a95a7, org.onap.sdc.toscaparser.api.parameters.Input@37552e70, org.onap.sdc.toscaparser.api.parameters.Input@686673c0, org.onap.sdc.toscaparser.api.parameters.Input@58a2a650, org.onap.sdc.toscaparser.api.parameters.Input@7f42d74e]
2023-05-22T14:34:05.125Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:34:05.125Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:34:05.126Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-05-22T14:34:05.126Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 59209e37-8f72-43f4-bc4b-d12db07d0bb0
2023-05-22T14:34:05.126Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 59209e37-8f72-43f4-bc4b-d12db07d0bb0 matches Tosca VF Customization UUID: 59209e37-8f72-43f4-bc4b-d12db07d0bb0
2023-05-22T14:34:05.127Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 59209e37-8f72-43f4-bc4b-d12db07d0bb0  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-22T14:34:05.133Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:34:05.133Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:34:05.135Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 59209e37-8f72-43f4-bc4b-d12db07d0bb0: {\"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-22T14:34:05.135Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@778466d9
2023-05-22T14:34:05.135Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:34:05.135Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-22T14:34:05.135Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 00c6d45d-b96e-4ff2-8f9d-f32f8d6e21df
2023-05-22T14:34:05.136Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 00c6d45d-b96e-4ff2-8f9d-f32f8d6e21df
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-22T14:34:05.144Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:34:05.144Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-22T14:34:05.145Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T14:34:05.145Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:34:05.145Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-22T14:34:05.145Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T14:34:05.145Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:34:05.146Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-22T14:34:05.146Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=59209e37-8f72-43f4-bc4b-d12db07d0bb0
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-22T14:34:05.150Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:34:05.151Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:34:05.151Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e006dd60-0526-4d5c-acc1-1e1e1a4d5a08: basic_cnf_macro
2023-05-22T14:34:05.151Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:34:05.151Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:34:05.151Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:34:05.152Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:34:05.152Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:34:05.152Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:34:05.152Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:34:05.152Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:34:05.152Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:34:05.153Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:34:05.153Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:05.260Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 7589caa5-715d-4482-bcde-638f56ae599f 2 ASDC deployResourceStructure
2023-05-22T14:34:05.260Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:05.260Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:05.261Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T14:34:05.261Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:34:05.261Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:34:05.261Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766045260,
  "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-22T14:34:06.262Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:06.262Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:06.263Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T14:34:06.263Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:34:06.263Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:34:06.263Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766046262,
  "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-22T14:34:07.270Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:07.270Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:07.270Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-05-22T14:34:07.271Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:34:07.271Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:34:07.271Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766047264,
  "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-22T14:34:08.272Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:08.273Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:08.273Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T14:34:08.273Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:34:08.273Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:34:08.273Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766048272,
  "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-22T14:34:09.274Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:09.275Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:09.275Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-05-22T14:34:09.275Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:34:09.275Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:34:09.275Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766049274,
  "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-22T14:34:10.276Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:10.277Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||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-22T14:34:10.277Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T14:34:10.277Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:34:10.277Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:34:10.277Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766050276,
  "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-22T14:34:10.659Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:34:10.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:34:10.660Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766023841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:34:10.661Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:34:11.278Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: beec63e7-703b-4245-99ce-4848546cb769
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T14:34:11.304Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: beec63e7-703b-4245-99ce-4848546cb769
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-22T14:34:11.309Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T14:34:11.310Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-22T14:34:11.310Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-22T14:34:41.310Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: beec63e7-703b-4245-99ce-4848546cb769
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T14:34:41.331Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: beec63e7-703b-4245-99ce-4848546cb769
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-22T14:34:41.334Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T14:34:41.334Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-22T14:34:41.335Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-22T14:35:10.659Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:35:10.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.662Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766022825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.663Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.663Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766019089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.664Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.664Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684766013302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.664Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.664Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684765990533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.665Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.665Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766019062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.665Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.665Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766012447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.665Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.666Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766023841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-22T14:35:10.666Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.666Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766022825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.667Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766019089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-22T14:35:10.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.668Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684766013302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.668Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684765990533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.668Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766019062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.669Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766012447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.669Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766023841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-05-22T14:35:10.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.670Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766022825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-05-22T14:35:10.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.670Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766019089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-05-22T14:35:10.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.670Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684766013302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.671Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684765990533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.671Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.671Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766019062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.671Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.672Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766012447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.672Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766023841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.672Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766022825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.672Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684766013302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.673Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766019089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.673Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684765990533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.673Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766019062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.673Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766012447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.674Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766023841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-05-22T14:35:10.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.674Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766022825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.674Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684766013302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.674Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766019089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-05-22T14:35:10.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.675Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684765990533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.675Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766019062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.675Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766022825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.676Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766023841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-05-22T14:35:10.676Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.676Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684766013302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.676Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.676Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766012447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.676Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.677Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766019089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-05-22T14:35:10.677Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.677Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684765990533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.677Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.677Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766019062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.677Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.677Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766012447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.678Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.678Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766023841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-05-22T14:35:10.678Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.678Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766022825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.678Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.678Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684766013302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.679Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.679Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766019089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-05-22T14:35:10.679Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.679Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684765990533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.679Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.679Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766019062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.679Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.679Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766012447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.679Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.680Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766023841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.680Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.680Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766022825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.680Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.680Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684766013302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.680Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.680Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766019089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.681Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.681Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684765990533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.681Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.681Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766019062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.681Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.681Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766012447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.682Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.682Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766023841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.682Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.682Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766022825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.683Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.683Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684766013302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.683Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.683Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766019089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.683Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.684Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684765990533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.684Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.684Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766019062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.684Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.684Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766012447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:35:10.684Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.685Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684766013302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:35:10.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.685Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684765990533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:35:10.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.685Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766023841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:35:10.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.685Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766022825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:35:10.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.686Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766019089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:35:10.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.686Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766019062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:35:10.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.687Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766038535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:35:10.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.687Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766037327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:35:10.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.687Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766038084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:35:10.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.688Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766037501,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:35:10.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.688Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684766036843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:35:10.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.688Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766037711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:35:10.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.688Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766039087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T14:35:10.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.689Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766038614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:35:10.689Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.689Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766040089,
  "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-22T14:35:10.706Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of beec63e7-703b-4245-99ce-4848546cb769
2023-05-22T14:35:10.706Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId beec63e7-703b-4245-99ce-4848546cb769 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-22T14:35:10.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.727Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766039738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:35:10.728Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.728Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766039572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:35:10.728Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.728Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684766039665,
  "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-22T14:35:10.740Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of beec63e7-703b-4245-99ce-4848546cb769
2023-05-22T14:35:10.740Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId beec63e7-703b-4245-99ce-4848546cb769 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-22T14:35:10.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766040401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T14:35:10.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766040843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:35:10.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766040690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:35:10.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766041406,
  "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-22T14:35:10.777Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of beec63e7-703b-4245-99ce-4848546cb769
2023-05-22T14:35:10.777Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId beec63e7-703b-4245-99ce-4848546cb769 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-22T14:35:10.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.797Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766042015,
  "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-22T14:35:10.809Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of beec63e7-703b-4245-99ce-4848546cb769
2023-05-22T14:35:10.809Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId beec63e7-703b-4245-99ce-4848546cb769 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-22T14:35:10.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.828Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766041857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:35:10.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.828Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766043019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-22T14:35:10.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.828Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766042963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:35:10.829Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.829Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766044093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:35:10.829Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.829Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766045350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T14:35:10.829Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.830Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766046353,
  "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-22T14:35:10.845Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of beec63e7-703b-4245-99ce-4848546cb769
2023-05-22T14:35:10.845Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId beec63e7-703b-4245-99ce-4848546cb769 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-22T14:35:10.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.865Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766045260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-22T14:35:10.865Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.865Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766046262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-05-22T14:35:10.865Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.865Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766047264,
  "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-22T14:35:10.865Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.865Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766048272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-05-22T14:35:10.865Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.865Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766049274,
  "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-22T14:35:10.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:10.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-22T14:35:10.866Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766050276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T14:35:10.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:35:11.335Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: beec63e7-703b-4245-99ce-4848546cb769
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T14:35:11.358Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: beec63e7-703b-4245-99ce-4848546cb769
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-22T14:35:11.364Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T14:35:11.364Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-22T14:35:11.364Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-22T14:35:11.364Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-22T14:35:11.364Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T14:35:11.364Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T14:35:11.364Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T14:35:11.364Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T14:35:11.364Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T14:35:11.364Z|beec63e7-703b-4245-99ce-4848546cb769|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-22T14:35:11.379Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-22T14:35:41.380Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: beec63e7-703b-4245-99ce-4848546cb769 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-22T14:35:41.396Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: beec63e7-703b-4245-99ce-4848546cb769 and serviceModelVersionId: e006dd60-0526-4d5c-acc1-1e1e1a4d5a08
2023-05-22T14:35:41.396Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc420bfb-837b-4019-8bb5-edc042caf8a7
2023-05-22T14:35:41.397Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc420bfb-837b-4019-8bb5-edc042caf8a7/model-vers/model-ver/e006dd60-0526-4d5c-acc1-1e1e1a4d5a08?depth=0
2023-05-22T14:35:41.404Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-05-22T14:35:41.513Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc420bfb-837b-4019-8bb5-edc042caf8a7/model-vers/model-ver/e006dd60-0526-4d5c-acc1-1e1e1a4d5a08?depth=0|INFO|500||Invoke
2023-05-22T14:35:41.513Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc420bfb-837b-4019-8bb5-edc042caf8a7/model-vers/model-ver/e006dd60-0526-4d5c-acc1-1e1e1a4d5a08?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc420bfb-837b-4019-8bb5-edc042caf8a7/model-vers/model-ver/e006dd60-0526-4d5c-acc1-1e1e1a4d5a08?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[beec63e7-703b-4245-99ce-4848546cb769], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2f2aad37-6cd6-4bad-98e9-9bc55088b570], X-ECOMP-RequestID=[beec63e7-703b-4245-99ce-4848546cb769], X-TransactionId=[], X-ONAP-RequestID=[beec63e7-703b-4245-99ce-4848546cb769], Content-Type=[application/merge-patch+json]}
2023-05-22T14:35:41.521Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc420bfb-837b-4019-8bb5-edc042caf8a7/model-vers/model-ver/e006dd60-0526-4d5c-acc1-1e1e1a4d5a08?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-22T14:35:41.788Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc420bfb-837b-4019-8bb5-edc042caf8a7/model-vers/model-ver/e006dd60-0526-4d5c-acc1-1e1e1a4d5a08?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/bc420bfb-837b-4019-8bb5-edc042caf8a7/model-vers/model-ver/e006dd60-0526-4d5c-acc1-1e1e1a4d5a08?depth=0 has http status code:200 and response headers:{date=[Mon, 22 May 2023 14:35:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[263], vertex-id=[405688], x-aai-txid=[2-aai-resources-230522-14:35:41:700-86149], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-22T14:35:41.788Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc420bfb-837b-4019-8bb5-edc042caf8a7/model-vers/model-ver/e006dd60-0526-4d5c-acc1-1e1e1a4d5a08?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-22T14:35:41.789Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc420bfb-837b-4019-8bb5-edc042caf8a7/model-vers/model-ver/e006dd60-0526-4d5c-acc1-1e1e1a4d5a08?depth=0|INFO|500||InvokeReturn
2023-05-22T14:35:41.790Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-22T14:35:41.790Z|beec63e7-703b-4245-99ce-4848546cb769|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-22T14:35:41.800Z|beec63e7-703b-4245-99ce-4848546cb769|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-22T14:35:41.800Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID beec63e7-703b-4245-99ce-4848546cb769 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-22T14:35:41.800Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-22T14:35:41.801Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:35:41.801Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:35:41.801Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766141800,
  "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-22T14:35:42.830Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:35:42.839Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-22T14:35:42.839Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"67a31d6a-2aac-43ff-a681-958ebb1e69bd","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"08eecee4-2e3f-4f43-91ee-48998d1ff0d4","serviceDescription":"service","serviceInvariantUUID":"b6a03738-fdc1-4748-96fd-7f144c248d71","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"44fbd8cc-3417-479a-8183-f45a9567cbcc","resourceInvariantUUID":"a7f3d1ea-a0b0-497d-8375-88e16dd7d7a8","resourceCustomizationUUID":"ccdc41dd-a852-4087-9218-f204a0dd3cc9","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":"MTY2MzgxMTU1ODUxY2JkYzA1MjY0NGZjN2E0Y2Q3ZmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"34f5465f-1726-44fd-96b9-137705230777","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":"YTEzYmZmMWQ0YjBmMWE4Mzg4NGFhMDJiZWYzNTAzMmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d21f3fc6-cc65-4766-be65-3c3e4ae37d72","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":"7d1a58bd-c395-4f7e-ba97-01f44635420c","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":"73d86fa5-85ac-4884-96fb-77fd476fddbf","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":"87e9f250-39d5-4d5d-a197-7e8ffc5cdfb1","artifactVersion":"2","generatedFromUUID":"7d1a58bd-c395-4f7e-ba97-01f44635420c"},{"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":"OTk3NGM1MTM0OWM2MDU4Zjc5ZmIxYTMyYmIzYmUzMDA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"03c9da8d-39d6-4055-b40d-b905241117c1","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":"NDIzNWQzNDk5NjcxMWNkZTEzYzFiYmUxYTFlYmQ0ODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85a439ad-22fa-4945-8060-f6e05f7e923e","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzI3N2YyOGI2MjVkOWMzN2U4Y2VkMWFhYzY3OTU4NmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ab1488ea-57b4-4f6d-af1b-de0a9139dc50","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-22T14:35:42.841Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:35:42.841Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:35:42.841Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:35:42.841Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766142830,
  "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-22T14:35:43.842Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:35:43.843Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:35:43.843Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:35:43.843Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766142830,
  "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-22T14:35:44.843Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:35:44.844Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:35:44.844Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:35:44.844Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766142830,
  "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-22T14:35:45.845Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:35:45.845Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:35:45.846Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:35:45.846Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766142830,
  "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-22T14:35:46.847Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:35:46.848Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:35:46.848Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:35:46.848Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766142830,
  "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-22T14:35:47.849Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:35:47.849Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:35:47.849Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:35:47.849Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766142830,
  "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-22T14:35:48.850Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:35:48.851Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:35:48.851Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:35:48.851Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766142830,
  "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-22T14:35:49.852Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-22T14:35:49.852Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:35:49.852Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:35:49.853Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766142830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:35:50.855Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "08eecee4-2e3f-4f43-91ee-48998d1ff0d4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b6a03738-fdc1-4748-96fd-7f144c248d71",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "ccdc41dd-a852-4087-9218-f204a0dd3cc9",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "44fbd8cc-3417-479a-8183-f45a9567cbcc",
      "resourceInvariantUUID": "a7f3d1ea-a0b0-497d-8375-88e16dd7d7a8",
      "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": "YTEzYmZmMWQ0YjBmMWE4Mzg4NGFhMDJiZWYzNTAzMmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d21f3fc6-cc65-4766-be65-3c3e4ae37d72",
          "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": "7d1a58bd-c395-4f7e-ba97-01f44635420c",
          "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": "87e9f250-39d5-4d5d-a197-7e8ffc5cdfb1",
            "generatedFromUUID": "7d1a58bd-c395-4f7e-ba97-01f44635420c"
          },
          "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": "87e9f250-39d5-4d5d-a197-7e8ffc5cdfb1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YzI3N2YyOGI2MjVkOWMzN2U4Y2VkMWFhYzY3OTU4NmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ab1488ea-57b4-4f6d-af1b-de0a9139dc50"
    }
  ],
  "workloadContext": "Production"
}
2023-05-22T14:35:50.855Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-22T14:35:50.856Z|b16bc00e-9964-4431-95a6-e9f28c1114a2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 08eecee4-2e3f-4f43-91ee-48998d1ff0d4 ASDC
2023-05-22T14:35:50.856Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:67a31d6a-2aac-43ff-a681-958ebb1e69bd
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:08eecee4-2e3f-4f43-91ee-48998d1ff0d4
ServiceInvariantUUID:b6a03738-fdc1-4748-96fd-7f144c248d71
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:ab1488ea-57b4-4f6d-af1b-de0a9139dc50
ArtifactChecksum:YzI3N2YyOGI2MjVkOWMzN2U4Y2VkMWFhYzY3OTU4NmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:ccdc41dd-a852-4087-9218-f204a0dd3cc9
ResourceInvariantUUID:a7f3d1ea-a0b0-497d-8375-88e16dd7d7a8
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:44fbd8cc-3417-479a-8183-f45a9567cbcc
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:d21f3fc6-cc65-4766-be65-3c3e4ae37d72
ArtifactChecksum:YTEzYmZmMWQ0YjBmMWE4Mzg4NGFhMDJiZWYzNTAzMmY=
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:7d1a58bd-c395-4f7e-ba97-01f44635420c
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:87e9f250-39d5-4d5d-a197-7e8ffc5cdfb1
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:87e9f250-39d5-4d5d-a197-7e8ffc5cdfb1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-22T14:35:50.856Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08eecee4-2e3f-4f43-91ee-48998d1ff0d4 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-22T14:35:50.942Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-22T14:35:50.943Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-22T14:35:50.943Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-22T14:35:50.943Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ab1488ea-57b4-4f6d-af1b-de0a9139dc50 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-22T14:35:50.943Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-22T14:35:50.943Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-22T14:35:51.041Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-22T14:35:51.044Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ab1488ea-57b4-4f6d-af1b-de0a9139dc50 82975
2023-05-22T14:35:51.045Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||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-22T14:35:51.045Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||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-22T14:35:51.045Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T14:35:51.045Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:35:51.045Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:35:51.045Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766151045,
  "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-22T14:35:52.046Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-22T14:35:52.047Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-22T14:35:52.047Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ab1488ea-57b4-4f6d-af1b-de0a9139dc50, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-22T14:35:52.047Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-05-22T14:35:52.048Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-22T14:35:52.048Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-22T14:35:52.198Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14531502858563068292/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-22T14:35:53.090Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-22T14:35:53.090Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-22T14:35:53.090Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-22T14:35:53.090Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-22T14:35:53.090Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-22T14:35:53.091Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-22T14:35:53.091Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-22T14:35:53.091Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-22T14:35:53.091Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-22T14:35:53.091Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-22T14:35:53.091Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||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-22T14:35:53.091Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-22T14:35:53.091Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:53.091Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:35:53.091Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-22T14:35:53.091Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-22T14:35:53.091Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-22T14:35:53.091Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:53.091Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:35:53.091Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-22T14:35:53.091Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-22T14:35:53.091Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-22T14:35:53.092Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:53.092Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:35:53.092Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:53.092Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-05-22T14:35:53.092Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-05-22T14:35:53.092Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-05-22T14:35:53.092Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-05-22T14:35:53.092Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-22T14:35:53.092Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-22T14:35:53.092Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:53.092Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-22T14:35:53.092Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:53.092Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-22T14:35:53.092Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T14:35:53.092Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:53.093Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-22T14:35:53.093Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T14:35:53.093Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:53.093Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-22T14:35:53.093Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T14:35:53.093Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:53.093Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-05-22T14:35:53.093Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-22T14:35:53.093Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-22T14:35:53.093Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b3e489b2-8f33-4dd1-a676-d25750a93552
2023-05-22T14:35:53.093Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:53.093Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:35:53.093Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:53.093Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:35:53.093Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:53.093Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:35:53.093Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:53.093Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:35:53.093Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:08eecee4-2e3f-4f43-91ee-48998d1ff0d4
Model Version:NULL
Model InvariantUuid:b6a03738-fdc1-4748-96fd-7f144c248d71
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:35edae3d-4a75-47f9-82dc-be8cbc1bd12a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a7f3d1ea-a0b0-497d-8375-88e16dd7d7a8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ccdc41dd-a852-4087-9218-f204a0dd3cc9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a125547d-ebe6-4c17-834f-c87cff139c5a
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:1c97738e-5cd7-4c88-9b3e-6d7f33ad6223
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b3e489b2-8f33-4dd1-a676-d25750a93552
ModelInvariantUuid:b29e839e-230e-477d-861b-42a65e4247c8
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:a6917637-45c1-4c53-aa9b-834534edc49a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:896c926a-728c-4747-9071-b5056d925533
ModelInvariantUuid:54f614d2-025c-4e93-8370-c9da7030a413
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:2b343f50-0495-4ce4-bad4-b89b4754c0e5
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-22T14:35:53.108Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 44fbd8cc-3417-479a-8183-f45a9567cbcc
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-22T14:35:53.112Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2023-05-22T14:35:53.112Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 44fbd8cc-3417-479a-8183-f45a9567cbcc
2023-05-22T14:35:53.112Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d21f3fc6-cc65-4766-be65-3c3e4ae37d72 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-05-22T14:35:53.112Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-22T14:35:53.112Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||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-22T14:35:53.308Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-22T14:35:53.309Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json d21f3fc6-cc65-4766-be65-3c3e4ae37d72 792
2023-05-22T14:35:53.309Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||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-22T14:35:53.309Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||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-22T14:35:53.309Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T14:35:53.309Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:35:53.309Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:35:53.310Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766153309,
  "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-22T14:35:54.310Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a125547d-ebe6-4c17-834f-c87cff139c5a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1c97738e-5cd7-4c88-9b3e-6d7f33ad6223",
    "vfModuleModelCustomizationUUID": "e8a4ac6d-086b-4ff8-9df7-d75fa96d9722",
    "isBase": true,
    "artifacts": [
      "7d1a58bd-c395-4f7e-ba97-01f44635420c",
      "87e9f250-39d5-4d5d-a197-7e8ffc5cdfb1"
    ],
    "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-22T14:35:54.314Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1c97738e-5cd7-4c88-9b3e-6d7f33ad6223
VfModuleModelInvariantUUID:a125547d-ebe6-4c17-834f-c87cff139c5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
7d1a58bd-c395-4f7e-ba97-01f44635420c
,
87e9f250-39d5-4d5d-a197-7e8ffc5cdfb1

}
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-22T14:35:54.317Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a125547d-ebe6-4c17-834f-c87cff139c5a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1c97738e-5cd7-4c88-9b3e-6d7f33ad6223",
    "vfModuleModelCustomizationUUID": "e8a4ac6d-086b-4ff8-9df7-d75fa96d9722",
    "isBase": true,
    "artifacts": [
      "7d1a58bd-c395-4f7e-ba97-01f44635420c",
      "87e9f250-39d5-4d5d-a197-7e8ffc5cdfb1"
    ],
    "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-22T14:35:54.317Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1c97738e-5cd7-4c88-9b3e-6d7f33ad6223
VfModuleModelInvariantUUID:a125547d-ebe6-4c17-834f-c87cff139c5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
7d1a58bd-c395-4f7e-ba97-01f44635420c
,
87e9f250-39d5-4d5d-a197-7e8ffc5cdfb1

}
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-22T14:35:54.317Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7d1a58bd-c395-4f7e-ba97-01f44635420c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-05-22T14:35:54.317Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-22T14:35:54.317Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||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-22T14:35:54.520Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-22T14:35:54.521Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 7d1a58bd-c395-4f7e-ba97-01f44635420c 5033
2023-05-22T14:35:54.521Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||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-22T14:35:54.521Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||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-22T14:35:54.521Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T14:35:54.521Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:35:54.521Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:35:54.522Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766154521,
  "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-22T14:35:55.524Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 87e9f250-39d5-4d5d-a197-7e8ffc5cdfb1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-05-22T14:35:55.524Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-22T14:35:55.524Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||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-22T14:35:55.793Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-22T14:35:55.794Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 87e9f250-39d5-4d5d-a197-7e8ffc5cdfb1 903
2023-05-22T14:35:55.794Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||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-22T14:35:55.795Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||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-22T14:35:55.795Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-22T14:35:55.795Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:35:55.795Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:35:55.795Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766155794,
  "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-22T14:35:56.797Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 08eecee4-2e3f-4f43-91ee-48998d1ff0d4
2023-05-22T14:35:56.797Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 44fbd8cc-3417-479a-8183-f45a9567cbcc 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-22T14:35:56.829Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3bda57f2, org.onap.sdc.toscaparser.api.parameters.Input@2a5c927c, org.onap.sdc.toscaparser.api.parameters.Input@3e44149e, org.onap.sdc.toscaparser.api.parameters.Input@5885d95c, org.onap.sdc.toscaparser.api.parameters.Input@31096079]
2023-05-22T14:35:56.830Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:56.830Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:35:56.831Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-05-22T14:35:56.831Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ccdc41dd-a852-4087-9218-f204a0dd3cc9
2023-05-22T14:35:56.831Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ccdc41dd-a852-4087-9218-f204a0dd3cc9 matches Tosca VF Customization UUID: ccdc41dd-a852-4087-9218-f204a0dd3cc9
2023-05-22T14:35:56.831Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ccdc41dd-a852-4087-9218-f204a0dd3cc9  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-22T14:35:56.836Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:56.836Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:35:56.837Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ccdc41dd-a852-4087-9218-f204a0dd3cc9: {\"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-22T14:35:56.837Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@174fba86
2023-05-22T14:35:56.838Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:56.838Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-22T14:35:56.839Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e8a4ac6d-086b-4ff8-9df7-d75fa96d9722
2023-05-22T14:35:56.839Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e8a4ac6d-086b-4ff8-9df7-d75fa96d9722
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-22T14:35:56.844Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:56.845Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-22T14:35:56.845Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T14:35:56.846Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:56.846Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-22T14:35:56.846Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T14:35:56.847Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:56.847Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-05-22T14:35:56.847Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-22T14:35:56.848Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-22T14:35:56.848Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b3e489b2-8f33-4dd1-a676-d25750a93552
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-22T14:35:56.853Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:56.853Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-22T14:35:56.854Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-22T14:35:56.855Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:56.855Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-22T14:35:56.856Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ccdc41dd-a852-4087-9218-f204a0dd3cc9
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-22T14:35:56.863Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:56.863Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:35:56.864Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 08eecee4-2e3f-4f43-91ee-48998d1ff0d4: basic_vm_macro
2023-05-22T14:35:56.864Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:56.864Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:35:56.865Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:56.865Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:35:56.865Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:56.865Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:35:56.865Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:56.868Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:35:56.869Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-22T14:35:56.869Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-22T14:35:56.869Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||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-22T14:35:57.078Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 44fbd8cc-3417-479a-8183-f45a9567cbcc 1 ASDC deployResourceStructure
2023-05-22T14:35:57.079Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||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-22T14:35:57.079Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||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-22T14:35:57.079Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T14:35:57.079Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:35:57.079Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:35:57.079Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766157079,
  "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-22T14:35:58.080Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||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-22T14:35:58.080Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||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-22T14:35:58.081Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T14:35:58.081Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:35:58.081Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:35:58.081Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766158080,
  "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-22T14:35:59.082Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||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-22T14:35:59.083Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||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-22T14:35:59.083Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T14:35:59.083Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:35:59.083Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:35:59.083Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766159082,
  "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-22T14:36:00.084Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||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-22T14:36:00.085Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||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-22T14:36:00.085Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-22T14:36:00.085Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:36:00.085Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:36:00.085Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766160084,
  "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-22T14:36:01.087Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67a31d6a-2aac-43ff-a681-958ebb1e69bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T14:36:01.113Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67a31d6a-2aac-43ff-a681-958ebb1e69bd
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-22T14:36:01.118Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T14:36:01.118Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-22T14:36:01.118Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-22T14:36:10.659Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:36:10.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.661Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766044021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.662Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766047355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.663Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684766057753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.663Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766041090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.663Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684766040666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.663Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766049062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.664Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766041090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.664Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766047355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.664Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766044021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-22T14:36:10.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.665Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684766057753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.665Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684766040666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.665Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766049062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.665Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766041090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-22T14:36:10.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.665Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766044021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-22T14:36:10.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.666Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766047355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.666Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.667Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684766040666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.667Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.667Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684766057753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.667Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.667Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766049062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.667Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.667Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766041090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.667Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.667Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766044021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.668Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.668Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684766057753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.668Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.668Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766047355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.668Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.668Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684766040666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.668Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.668Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766049062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.668Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.668Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766041090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.668Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.669Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684766057753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.669Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.669Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766044021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-22T14:36:10.669Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.669Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766047355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.669Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.669Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684766040666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.669Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.669Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766049062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.670Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.670Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766041090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.670Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.670Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684766057753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.670Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.670Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766044021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.670Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.671Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766047355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.671Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684766040666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.671Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766049062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.671Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766041090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.672Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684766057753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.672Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684766040666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.672Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766044021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.672Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766047355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.673Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766049062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.673Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766041090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:36:10.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.673Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684766057753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:36:10.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.674Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684766040666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:36:10.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.674Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766044021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:36:10.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.674Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766047355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:36:10.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.674Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766049062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:36:10.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.675Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766065933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:36:10.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.675Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766066529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:36:10.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.675Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766066981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:36:10.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.676Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684766065239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:36:10.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.676Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766066122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:36:10.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.676Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766067531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T14:36:10.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.676Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766067034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:36:10.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684766066771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-22T14:36:10.696Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 67a31d6a-2aac-43ff-a681-958ebb1e69bd
2023-05-22T14:36:10.696Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67a31d6a-2aac-43ff-a681-958ebb1e69bd 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-22T14:36:10.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.719Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684766068533,
  "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-22T14:36:10.732Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67a31d6a-2aac-43ff-a681-958ebb1e69bd
2023-05-22T14:36:10.732Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67a31d6a-2aac-43ff-a681-958ebb1e69bd 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-22T14:36:10.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.756Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766068154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:36:10.756Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.756Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766068517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T14:36:10.756Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.757Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766069201,
  "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-22T14:36:10.771Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67a31d6a-2aac-43ff-a681-958ebb1e69bd
2023-05-22T14:36:10.772Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67a31d6a-2aac-43ff-a681-958ebb1e69bd 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-22T14:36:10.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.789Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684766069520,
  "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-22T14:36:10.803Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 67a31d6a-2aac-43ff-a681-958ebb1e69bd
2023-05-22T14:36:10.804Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67a31d6a-2aac-43ff-a681-958ebb1e69bd 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-22T14:36:10.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.834Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684766070203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-22T14:36:10.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.835Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766073269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T14:36:10.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:36:10.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-22T14:36:10.835Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "aai-model-loader",
  "timestamp": 1684766074272,
  "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-22T14:36:10.902Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 67a31d6a-2aac-43ff-a681-958ebb1e69bd
2023-05-22T14:36:10.903Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67a31d6a-2aac-43ff-a681-958ebb1e69bd 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-22T14:36:31.119Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67a31d6a-2aac-43ff-a681-958ebb1e69bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T14:36:31.146Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67a31d6a-2aac-43ff-a681-958ebb1e69bd
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-22T14:36:31.153Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-22T14:36:31.154Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-22T14:36:31.154Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-22T14:36:31.154Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-22T14:36:31.155Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T14:36:31.155Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T14:36:31.155Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T14:36:31.155Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T14:36:31.155Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-22T14:36:31.155Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-22T14:36:31.171Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-22T14:37:01.171Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67a31d6a-2aac-43ff-a681-958ebb1e69bd 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-22T14:37:01.185Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67a31d6a-2aac-43ff-a681-958ebb1e69bd and serviceModelVersionId: 08eecee4-2e3f-4f43-91ee-48998d1ff0d4
2023-05-22T14:37:01.186Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b6a03738-fdc1-4748-96fd-7f144c248d71
2023-05-22T14:37:01.186Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b6a03738-fdc1-4748-96fd-7f144c248d71/model-vers/model-ver/08eecee4-2e3f-4f43-91ee-48998d1ff0d4?depth=0
2023-05-22T14:37:01.192Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-05-22T14:37:01.233Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b6a03738-fdc1-4748-96fd-7f144c248d71/model-vers/model-ver/08eecee4-2e3f-4f43-91ee-48998d1ff0d4?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-22T14:37:01.234Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b6a03738-fdc1-4748-96fd-7f144c248d71/model-vers/model-ver/08eecee4-2e3f-4f43-91ee-48998d1ff0d4?depth=0|INFO|500||Invoke
2023-05-22T14:37:01.242Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b6a03738-fdc1-4748-96fd-7f144c248d71/model-vers/model-ver/08eecee4-2e3f-4f43-91ee-48998d1ff0d4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-22T14:37:01.396Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b6a03738-fdc1-4748-96fd-7f144c248d71/model-vers/model-ver/08eecee4-2e3f-4f43-91ee-48998d1ff0d4?depth=0|INFO|500||InvokeReturn
2023-05-22T14:37:01.397Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b6a03738-fdc1-4748-96fd-7f144c248d71/model-vers/model-ver/08eecee4-2e3f-4f43-91ee-48998d1ff0d4?depth=0 has http status code:200 and response headers:{date=[Mon, 22 May 2023 14:37:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[782560], x-aai-txid=[1-aai-resources-230522-14:37:01:424-49655], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-22T14:37:01.397Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-05-22T14:37:01.398Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-22T14:37:01.398Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-22T14:37:01.407Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-22T14:37:01.408Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67a31d6a-2aac-43ff-a681-958ebb1e69bd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-22T14:37:01.408Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-22T14:37:01.408Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-22T14:37:01.408Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-22T14:37:01.409Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766221408,
  "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-22T14:37:02.443Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:37:10.659Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:37:10.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-22T14:37:10.660Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "beec63e7-703b-4245-99ce-4848546cb769",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766141800,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-22T14:37:10.660Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:37:10.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-22T14:37:10.660Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766142830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:37:10.660Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:37:10.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-22T14:37:10.660Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766142830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-22T14:37:10.660Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:37:10.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-22T14:37:10.660Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766142830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-22T14:37:10.660Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:37:10.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-22T14:37:10.660Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766142830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:37:10.660Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:37:10.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-22T14:37:10.660Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766142830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-22T14:37:10.660Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766142830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766142830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766142830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766151045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766153309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766154521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766155794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766157079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766158080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766159082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766160084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-22T14:37:10.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:38:02.444Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:38:10.659Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:38:10.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-22T14:38:10.660Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67a31d6a-2aac-43ff-a681-958ebb1e69bd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684766221408,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-22T14:38:10.660Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-22T14:39:02.445Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:39:10.659Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:40:02.446Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:40:10.659Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:41:02.447Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:41:10.661Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:42:02.448Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:42:10.662Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:43:02.448Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:43:10.663Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:44:02.450Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:44:10.663Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:45:02.450Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:45:10.665Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:46:02.452Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:46:10.665Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:47:02.452Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:47:10.665Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:48:02.453Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:48:10.666Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:49:02.454Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:49:10.667Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:50:02.455Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:50:10.668Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:51:02.455Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:51:10.669Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:52:02.457Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:52:10.671Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:53:02.458Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:53:10.675Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:54:02.458Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:54:10.675Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:55:02.460Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:55:10.677Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:56:02.460Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:56:10.678Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:57:02.460Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:57:10.678Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:58:02.460Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:58:10.680Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T14:59:02.462Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T14:59:10.680Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:00:02.462Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:00:10.680Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:01:02.463Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:01:10.681Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:02:02.465Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:02:10.682Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:03:02.466Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:03:10.684Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:04:02.467Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:04:10.684Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:05:02.468Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:05:10.686Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:06:02.468Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:06:10.687Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:07:02.470Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:07:10.687Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:08:02.471Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:08:10.689Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:09:02.471Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:09:10.690Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:10:02.472Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:10:10.690Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:11:02.474Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:11:10.690Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:12:02.475Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:12:10.691Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:13:02.475Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:13:10.691Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:14:02.477Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:14:10.692Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:15:02.478Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:15:10.693Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:16:02.479Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:16:10.693Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:17:02.480Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:17:10.694Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:18:02.481Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:18:10.695Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:19:02.482Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:19:10.695Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:20:02.482Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:20:10.696Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:21:02.483Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:21:10.697Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:22:02.483Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:22:10.697Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:23:02.484Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:23:10.699Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:24:02.487Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:24:10.700Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:25:02.488Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:25:10.700Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:26:02.489Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:26:10.701Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:27:02.491Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:27:10.702Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:28:02.492Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:28:10.702Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:29:02.492Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:29:10.703Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:30:02.492Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:30:10.703Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:31:02.492Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:31:10.703Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:32:02.494Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:32:10.704Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:33:02.495Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:33:10.704Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:34:02.495Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:34:10.705Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:35:02.495Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:35:10.705Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:36:02.496Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:36:10.705Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:37:02.496Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:37:10.706Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:38:02.498Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:38:10.707Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:39:02.499Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:39:10.707Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:40:02.500Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:40:10.708Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:41:02.501Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:41:10.710Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:42:02.502Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:42:10.711Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:43:02.503Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:43:10.711Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:44:02.504Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:44:10.712Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:45:02.505Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:45:10.713Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:46:02.506Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:46:10.713Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:47:02.506Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:47:10.714Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:48:02.508Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:48:10.714Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:49:02.510Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:49:10.715Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:50:02.512Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:50:10.715Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:51:02.512Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:51:10.717Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:52:02.514Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:52:10.717Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:53:02.515Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:53:10.718Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:54:02.515Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:54:10.719Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:55:02.516Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:55:10.720Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:56:02.517Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:56:10.721Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:57:02.519Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:57:10.722Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:58:02.519Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:58:10.723Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T15:59:02.520Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T15:59:10.724Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:00:02.522Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:00:10.724Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:01:02.522Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:01:10.725Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:02:02.523Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:02:10.727Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:03:02.523Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:03:10.729Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:04:02.523Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:04:10.729Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:05:02.523Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:05:10.731Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:06:02.523Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:06:10.732Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:07:02.524Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:07:10.732Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:08:02.524Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:08:10.733Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:09:02.526Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:09:10.734Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:10:02.526Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:10:10.735Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:11:02.528Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:11:10.735Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:12:02.529Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:12:10.736Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:13:02.530Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:13:10.736Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:14:02.531Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:14:10.736Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:15:02.531Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:15:10.738Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:16:02.533Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:16:10.739Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:17:02.533Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:17:10.739Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:18:02.535Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:18:10.739Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:19:02.535Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:19:10.740Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:20:02.537Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:20:10.741Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:21:02.537Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:21:10.741Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:22:02.539Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:22:10.741Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:23:02.539Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:23:10.743Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:24:02.540Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:24:10.744Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:25:02.541Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:25:10.744Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:26:02.541Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:26:10.745Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:27:02.543Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:27:10.746Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:28:02.544Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:28:10.747Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:29:02.544Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:29:10.747Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:30:02.546Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:30:10.748Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:31:02.547Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:31:10.749Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:32:02.549Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:32:10.749Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:33:02.550Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:33:10.751Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:34:02.550Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:34:10.752Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:35:02.551Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:35:10.752Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:36:02.551Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:36:10.753Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:37:02.553Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:37:10.754Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:38:02.553Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:38:10.755Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:39:02.553Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:39:10.756Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:40:02.554Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:40:10.756Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:41:02.554Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:41:10.757Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:42:02.554Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:42:10.758Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:43:02.555Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:43:10.759Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:44:02.557Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:44:10.759Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:45:02.558Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:45:10.760Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:46:02.559Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:46:10.762Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:47:02.560Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:47:10.762Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:48:02.560Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:48:10.763Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:49:02.561Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:49:10.764Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:50:02.562Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:50:10.764Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:51:02.564Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:51:10.764Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:52:02.565Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:52:10.765Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:53:02.566Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:53:10.766Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:54:02.567Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:54:10.766Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:55:02.567Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:55:10.766Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:56:02.569Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:56:10.766Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:57:02.570Z|cd9c2304-4ba0-40b2-a42c-dc3186c96194|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:57:10.768Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:58:02.571Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:58:10.768Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T16:59:02.572Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T16:59:10.769Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:00:02.572Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:00:10.770Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:01:02.573Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:01:10.771Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:02:02.574Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:02:10.772Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:03:02.575Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:03:10.772Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:04:02.577Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:04:10.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:05:02.577Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:05:10.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:06:02.579Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:06:10.774Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:07:02.580Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:07:10.775Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:08:02.581Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:08:10.776Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:09:02.581Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:09:10.776Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:10:02.582Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:10:10.778Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:11:02.583Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:11:10.779Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:12:02.584Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:12:10.780Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:13:02.585Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:13:10.781Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:14:02.586Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:14:10.781Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:15:02.587Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:15:10.783Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:16:02.589Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:16:10.784Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:17:02.590Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:17:10.785Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:18:02.591Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:18:10.785Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:19:02.591Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:19:10.787Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:20:02.591Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:20:10.787Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:21:02.593Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:21:10.788Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:22:02.593Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:22:10.789Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:23:02.594Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:23:10.790Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:24:02.595Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:24:10.791Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:25:02.595Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:25:10.791Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:26:02.596Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:26:10.792Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:27:02.597Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:27:10.793Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:28:02.597Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:28:10.795Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:29:02.598Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:29:10.795Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:30:02.599Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:30:10.795Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:31:02.599Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:31:10.797Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:32:02.599Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:32:10.797Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:33:02.600Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:33:10.798Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:34:02.602Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:34:10.799Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:35:02.603Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:35:10.800Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:36:02.604Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:36:10.801Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:37:02.604Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:37:10.802Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:38:02.604Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:38:10.803Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:39:02.604Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:39:10.804Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:40:02.605Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:40:10.805Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:41:02.607Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:41:10.806Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:42:02.608Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:42:10.807Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:43:02.610Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:43:10.809Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:44:02.610Z|00dfddb0-f07e-4332-8277-715195622a94|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:44:10.810Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:45:02.612Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:45:10.811Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:46:02.612Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:46:10.812Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:47:02.614Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:47:10.813Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:48:02.614Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:48:10.813Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:49:02.615Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:49:10.813Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:50:02.616Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:50:10.814Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:51:02.617Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:51:10.814Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:52:02.619Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:52:10.815Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:53:02.619Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:53:10.817Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:54:02.621Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:54:10.818Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:55:02.621Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:55:10.819Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:56:02.621Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:56:10.819Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:57:02.621Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:57:10.819Z|67a31d6a-2aac-43ff-a681-958ebb1e69bd|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:58:02.623Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:58:10.820Z|beec63e7-703b-4245-99ce-4848546cb769|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T17:59:02.624Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T17:59:10.821Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T18:00:02.624Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T18:00:10.822Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T18:01:02.625Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T18:01:10.823Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T18:02:02.625Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T18:02:10.824Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T18:03:02.625Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T18:03:10.825Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T18:04:02.626Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T18:04:10.825Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T18:05:02.626Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T18:05:10.825Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T18:06:02.627Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T18:06:10.825Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T18:07:02.628Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T18:07:10.826Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-22T18:08:02.629Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-22T18:08:10.826Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO